1
Setup & Installation / Re: How to reinstall files missing from /usr/bin?
« on: February 14, 2025, 06:50:38 am »Wonder if using ANPM, Manage-->Yum Tools-->Import Package List... would work?
Once finished, there's Export Package List... that might be a good idea, and that's for everyone being a good idea.
It should. What Pete will need to do is map the rpm file names to package names which is easy to do.
Another option using 4OS2 is something like
for %XX in ( @rpmlist.txt ) rpm --install %XX
which should install what needs to be installed and will complain about what's already installed.
rpm will take of list of rpm file names on the command line, but then one needs to beware of command line length limits.
I would recommend using ANPM since it does a better job of ensuring that the packages get installed in the required order.