LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   yum remove (https://www.linuxquestions.org/questions/fedora-35/yum-remove-375637/)

daacosta 10-21-2005 11:27 PM

yum remove
 
This is the deal now... I would like to remove several games FC4 came with [ Can't stand robots and many others...]

What's the effect of yum remove? Will I end up removing crucial packages that precede robots?

Rgds

chemdawg 10-21-2005 11:56 PM

I think yum remove only removes the desired package and other packages that are used by that package so long as they are not needed by other packages. Somebody can correct me if I'm wrong, but I think that's how it works. You should be able to safely remove your desired game.

spooon 10-22-2005 01:50 AM

Yes, "yum remove" will remove that package and any packages that depend on it. For a game this is usually just the game. Read the tutorial for more information.

daacosta 10-23-2005 01:50 PM

It didn't work... What did I do wrong?

Code:

[root@localhost ~]# yum remove Robots
Setting up Remove Process
No Match for argument: Robots
No Packages marked for removal
[root@localhost ~]# yum remove Robots*
Setting up Remove Process
No Match for argument: Robots*
No Packages marked for removal
[root@localhost ~]#


jcliburn 10-23-2005 04:04 PM

You're probably not specifying the right package name. Try "yum list *obot*", then if there's a match that satisfies you, remove it with "yum remove <pkg_name>".

BTW, I have no idea if robots is a separate package; it might be part of a games package that contains multiple games, including robots.

spooon 10-23-2005 04:32 PM

Okay I looked into this, and the game is called "gnobots2" and is part of the package "gnome-games". So do "yum remove gnome-games".

daacosta 10-23-2005 09:06 PM

But that woulr erase ALL games
 
yum remove gnome-games

would erase all games, wouldn't it? I am just interested in removing robots and some other games...

vidski 10-25-2005 02:53 AM

i alaways take advantage of my DataBase

as root try #updatedb
then #locate robots

based on your output, remove or delete anything you dont want

pavi 10-27-2005 10:37 AM

Ya updatedb gives better results


All times are GMT -5. The time now is 05:17 PM.