Changes
Page history
razumov created page: how to replace installed package
authored
Aug 29, 2016
by
Ivan Razumov
Show whitespace changes
Inline
Side-by-side
how-to-replace-installed-package.md
View page @
e42d53c6
First, find the exact name of the installed package
rpm --dbpath /afs/.cern.ch/sw/lcg/releases/var/lib/rpm -qa | grep <name>_<hash>
Then, remove the package:
rpm --dbpath /afs/.cern.ch/sw/lcg/releases/var/lib/rpm --nodeps -evv <package>
Finally, rebuild a package using Jenkins.
\ No newline at end of file