From Fedora Project Wiki
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
# Mount the image using a loopback to a directory, for example: {{#tag:pre|# mount -o loop Fedora-Server-DVD-x86_64-{{FedoraVersionNumber|next}}.iso /media/}} | # Mount the image using a loopback to a directory, for example: {{#tag:pre|# mount -o loop Fedora-Server-DVD-x86_64-{{FedoraVersionNumber|next}}.iso /media/}} | ||
#* Alternatively, if you have a physical media, insert it into the computer and make sure it is mounted. | #* Alternatively, if you have a physical media, insert it into the computer and make sure it is mounted. | ||
# Check the dependencies of all packages using a <code>repoclosure</code> command (Architecture needs to be specified | # Check the dependencies of all packages using a <code>repoclosure</code> command (Architecture needs to be specified -> -a x86_64): <pre>$ repoclosure -a x86_64 --repofrompath myrepo,/media/ --newest -t -r myrepo </pre> | ||
|results= | |results= | ||
<ol> | <ol> |
Revision as of 09:15, 9 October 2014
Description
This is to verify that there are no broken dependencies between packages located on an offline install-type image (e.g. the Server-DVD.iso
image).
How to test
- Mount the image using a loopback to a directory, for example:
# mount -o loop Fedora-Server-DVD-x86_64-42.iso /media/
- Alternatively, if you have a physical media, insert it into the computer and make sure it is mounted.
- Check the dependencies of all packages using a
repoclosure
command (Architecture needs to be specified -> -a x86_64):$ repoclosure -a x86_64 --repofrompath myrepo,/media/ --newest -t -r myrepo
Expected Results
repoclosure
command finished successfully.- There are no packages with unresolved dependencies. Example:
Added myrepo repo from /media Reading in repository metadata - please wait.... Checking Dependencies Repos looked at: 1 myrepo Num Packages in Repos: 2766