You are not logged in.

#1 2009-03-13 20:43:58

chris_debian
Member
From: Wiltshire, UK
Registered: 2009-02-24
Posts: 284

Uninstall and cleaning-up question.

Hi,

I've nearly got my Arch install set-up as I want it.  I also installed yaourt, so that I could install 64-bit Skype.

I'm probably going to dump Skype in favour of one of the OSS apps, so am happy to remove yaourt and anything else it brought with it.

Is there a recommended way to clean-up any unneeded dependencies, using pacman?

Should I just remove the yaourt URL from my pacman file?

Any suggestions?

Cheers,

Chris.


Reasons why you may want to try GNU/Linux:

www.whylinuxisbetter.net/

Offline

#2 2009-03-13 21:01:08

Hrod beraht
Member
Registered: 2008-09-30
Posts: 186

Re: Uninstall and cleaning-up question.

Did you install it through the repository in your pacman.conf?
If so, just pacman -Rsn yaourt

Bob

Last edited by Hrod beraht (2009-03-13 21:06:33)

Offline

#3 2009-03-13 21:06:35

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: Uninstall and cleaning-up question.

Are you never planning to install anything from the AUR? Yaourt helps out in searching the AUR and installing packages from there. AUR has lots of OSS software too. I personally downloaded the PKGBUILD and then built the package with makepkg and installed with pacman -U. So pacman -Rns yaourt will remove it for me.

Last edited by Inxsible (2009-03-13 21:08:00)


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#4 2009-03-13 21:13:15

chris_debian
Member
From: Wiltshire, UK
Registered: 2009-02-24
Posts: 284

Re: Uninstall and cleaning-up question.

I can't say that I'll never use AUR, but all the packages I want so far, with the exception of Skype, seem to be in the normal repositories.

I like to keep the system clean and tidy ('ish) :-).

Thanks,

Chris.


Reasons why you may want to try GNU/Linux:

www.whylinuxisbetter.net/

Offline

#5 2009-03-13 21:16:32

Inxsible
Forum Fellow
From: Chicago
Registered: 2008-06-09
Posts: 9,183

Re: Uninstall and cleaning-up question.

chris_debian wrote:

I can't say that I'll never use AUR, but all the packages I want so far, with the exception of Skype, seem to be in the normal repositories.

I like to keep the system clean and tidy ('ish) :-).

Thanks,

Chris.

So if you ever want a package from AUR you will re-install yaourt and then subsequently remove it in an endless loop? tongue

Last edited by Inxsible (2009-03-13 21:16:50)


Forum Rules

There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !

Offline

#6 2009-03-13 21:51:42

dannytatom
Member
From: Seattle, WA
Registered: 2009-02-02
Posts: 229
Website

Re: Uninstall and cleaning-up question.

pacman -Rsn is a full remove
paman -Qdt lists orphaned packages
pacman -Rsn $(pacman -Qtdq) removes said orphans

I have a question about yaourt (sorry if I'm stealing your thread).  In my .bashrc I use yaourt -Rsn to remove packages.  I figure it's the same as pacman since yaourt is a wrapper, but should I use pacman -Rsn instead?


dnyy in IRC & Urban Terror

Offline

#7 2009-03-14 09:18:58

chris_debian
Member
From: Wiltshire, UK
Registered: 2009-02-24
Posts: 284

Re: Uninstall and cleaning-up question.

So if you ever want a package from AUR you will re-install yaourt and then subsequently remove it in an endless loop? tongue

Point taken yaourt stays :-)


Reasons why you may want to try GNU/Linux:

www.whylinuxisbetter.net/

Offline

#8 2009-03-14 09:21:10

chris_debian
Member
From: Wiltshire, UK
Registered: 2009-02-24
Posts: 284

Re: Uninstall and cleaning-up question.

dannytatom wrote:

pacman -Rsn is a full remove
paman -Qdt lists orphaned packages
pacman -Rsn $(pacman -Qtdq) removes said orphans

I'll run

pacman -Qdt

first to make sure it's sane, then if it is,

pacman -Rsn $(pacman -Qtdq)

Many thanks,

Chris.


Reasons why you may want to try GNU/Linux:

www.whylinuxisbetter.net/

Offline

Board footer

Powered by FluxBB