Paul on 29 Nov 2003 18:43:02 -0500 |
Jeb Bushell wrote: rpm -e <pkg> error: package <pkg> is not installed
(Leave off the .rpm when querying for a package.) rpm -qa |grep <pkg> (Use the upgrade option instead of the install option.) rpm -Uvh <pkg> (In the next command I am trying something like --force or --nodeps to insist on having the package installed. I don't do this often so I'm not 100% sure about those options. Use with care.) rpm --nodeps -Uvh <pkg> ___________________________________________________________________________ Philadelphia Linux Users Group -- http://www.phillylinux.org Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce General Discussion -- http://lists.phillylinux.org/mailman/listinfo/plug
|
|