LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Wine (https://www.linuxquestions.org/questions/linux-newbie-8/wine-155501/)

Adelphus 03-09-2004 02:07 PM

Wine
 
SO im using fedora core 1 and I installed wine, But it was the wrong ne so I removed it and i tried to install the right one but it says "Package installed" I deleted every file that pertains to wine but alas no luck.

sterrenkijker 03-09-2004 02:31 PM

Fedora uses rpm-packages. You install packages as an rpm, and the information about the package and installation is saved in the rpm-database. If you remove a package just by deleting the files the database doesn't know the package is removed. You should have removed the package with the rpm command. In a shell as root, execute:

rpm -e name_of_the_package

The name of the package is the name of the rpm you downloaded minus some suffixes. Always bit of a problem finding the name of the package. If rpm refuses to remove it because it's incomplete there must be a option to do it by force, just take a look at the man page by typing

man rpm

I don't have rpm (I'm using debian, with debian packaging) so I can't help you any further than this. Succes.

Stargazer

Adelphus 03-09-2004 08:08 PM

Re: Wine
 
Quote:

Originally posted by Adelphus
so I removed it
Hence I already used the rpm -e "wine" command.

Joey.Dale 03-09-2004 08:28 PM

When you install it use the -f switch (rpm -if foobar)

-Joey

Adelphus 03-09-2004 08:49 PM

Im sorry im a little confussed can you be more precise?

Boow 03-09-2004 10:00 PM

try rpm -Uvh package.rpm. dos was a 1000 times easier to learn just a few commands. linux 100's to learn lol but its free.

Adelphus 03-09-2004 11:01 PM

c:\
c:\dos
c:\dod\run
run:dos\run.


All times are GMT -5. The time now is 11:20 PM.