background
Yum install-y oozie_xxx_YY-zzz: yum install-y oozie_xxx_Yy-zzz: yum install-y oozie_xxx_Yy-zzz: yum install-y oozie_xxx_Yy-zzz
misarrangement
-
Try downloading the image directly, wGET can download it
-
Error downloading packages: oozie_xxx. Noarch :[Errno 256] No more mirrors to try
-
The direct RPM installation has a cyclic dependency project, not continued
-
Other combined commands tried :(repo file under etc has been correctly modified)
yum clean all
yum makecache
Copy the code
- Yum Search: all RPM packages are highlighted, only the changed RPM is grayed out.
The solution
Redo yum source
yum install createrepo
Copy the code
- Go to /var/www/html/{target folder} and delete itrepodata, the implementation of
createrepo ./
, waiting for the completion of production - perform
yum clean all
- perform
yum makecache
- Run yum install to install the changed components, OK.