[opensuse] Simple RPM question

2007-05-21 Thread Jorge Fábregas
Hello guys, Is there a way to remove a package and ALL its dependencies? For example, I installed mplayer and I had to install 9 other packages to satisfy dependencies. If I no longer want mplayer I'll do this: rpm -q --last to see the last packages I installed. Ill then do rpm -e with EACH

Re: [opensuse] Simple RPM question

2007-05-21 Thread Pueblo Native
Jorge Fábregas wrote: Hello guys, Is there a way to remove a package and ALL its dependencies? For example, I installed mplayer and I had to install 9 other packages to satisfy dependencies. If I no longer want mplayer I'll do this: rpm -q --last to see the last packages I installed.

Re: [opensuse] Simple RPM question

2007-05-21 Thread Alexey Eremenko
Let's make it clear: RPM does not resolve dependencies. Not for install and not for uninstall. Basically this means, that you should use Yast: it can remove unneeded dependencies, yes. RPM is low-level package manager. Yast is hi-level package manager. -- -Alexey Eremenko Technologov -- To

Re: [opensuse] Simple RPM question

2007-05-21 Thread Richard Bos
Op Monday 21 May 2007 17:13:57 schreef Jorge Fábregas: Is there a way to remove a package and ALL its dependencies? For example, I installed mplayer and I had to install 9 other packages to satisfy dependencies.  If I no longer want mplayer I'll do this: rpm -q --last to see the last

Re: [opensuse] Simple RPM question

2007-05-21 Thread S Glasoe
On Monday May 21 2007 11:12:16 am Alexey Eremenko wrote: Let's make it clear: RPM does not resolve dependencies. Not for install and not for uninstall. Correct. YaST/Smart/Apt/whatever-your-choice-of-package-manager-is all use RPM to check and report dependencies that an RPM package requires

Re: [opensuse] Simple RPM question

2007-05-21 Thread Jorge Fábregas
On Monday 21 May 2007 2:44 pm, Richard Bos wrote: rpmorphan? Agh Richard this is great !!! I had NO IDEA this existed. THANKS! That would help in cleaning da'house a little bit !! All the best, Jorge -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: [opensuse] Simple RPM question

2007-05-21 Thread Jorge Fábregas
On Monday 21 May 2007 2:48 pm, S Glasoe wrote: What was the question? Seems like you know the answers already.?.? Thanks guys for the comments. I'm 95% sure that I can't do what I want to do with rpm. I just wanted to make sure that there in fact ISN'T an option to accomplish what I want.