Hello, I made a mistake. I deleted some directories and files that are installed by rpm. I wanted to install the packages again, but I got always the message, that the packages are allready installed. But I don't know how I can figure out this problem? Have I to update any files? Thanks Torsten ______________________________________________________________________________ Sie surfen im Internet statt im Meer? Selbst schuld! Auf zum Strand: http://lastminute.de/?PP=1-0-100-105-1
You can do this... rpm -ivh --force --nodeps <package> Regards, * Torsten Becker (torstenbeckerni@web.de) [010605 19:11]: ->Hello, I made a mistake. I deleted some directories and files that are installed by rpm. I wanted to install the packages again, but I got always the message, that the packages are allready installed. But I don't know how I can figure out this problem? Have I to update any files? Thanks Torsten ->______________________________________________________________________________ ->Sie surfen im Internet statt im Meer? Selbst schuld! ->Auf zum Strand: http://lastminute.de/?PP=1-0-100-105-1 -- Ben Rosenberg mailto:ben@whack.org ----- "They that can give up essential liberty to obtain a little temporary safety, deserve neither liberty nor safety." -Benjamin Franklin
On Wed, Jun 06, 2001 at 04:10:09AM +0200, Torsten Becker wrote:
Hello, I made a mistake. I deleted some directories and files that are installed by rpm. I wanted to install the packages again, but I got always the message, that the packages are allready installed. But I don't know how I can figure out this problem? Have I to update any files?
You could try using the --force option with rpm. If that doesn't work, then you could try uninstalling (rpm -e ...) for which you may need the --force option as well, and then reinstalling the offending package. Hope that helps, Chris -- __ _ -o)/ / (_)__ __ ____ __ Chris Reeves /\\ /__/ / _ \/ // /\ \/ / ICQ# 22219005 _\_v __/_/_//_/\_,_/ /_/\_\
participants (3)
-
Ben Rosenberg
-
Chris Reeves
-
Torsten Becker