You are not logged in.

#1 2010-04-28 20:56:07

MikeEnIke
Member
Registered: 2010-04-13
Posts: 15

How do I remove transmission?

Ok so I figured removing transmission would be a simple 'sudo pacman -R transmission', but it says that it's not found in the localdb. So I ran 'sudo updatedb' and tried again. Still didn't work. Transmission is definitely installed, I have it open right now, so what's going on?

Thank you

Offline

#2 2010-04-28 20:58:55

austin.rbn
Member
Registered: 2010-01-23
Posts: 77

Re: How do I remove transmission?

Try running "pacman -Qs transmission" and note the actual name of the package.

Last edited by austin.rbn (2010-04-28 20:59:26)


"Computer Science is embarrassed by the computer." -- Alan J. Perlis

Offline

#3 2010-04-28 21:02:07

MikeEnIke
Member
Registered: 2010-04-13
Posts: 15

Re: How do I remove transmission?

that worked, I guess it takes a little more effort to remove than install programs. Thanks a lot.

Offline

#4 2010-04-28 21:02:40

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,808

Re: How do I remove transmission?

pacman -Qo `which transmission`
Should tell you the name of the package that owns transmission.  Note -- the accents are grave accents.

Edit:  I am slow on the draw today

Last edited by ewaller (2010-04-28 21:03:36)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Online

#5 2010-04-28 21:39:29

Peasantoid
Member
Registered: 2009-04-26
Posts: 928
Website

Re: How do I remove transmission?

MikeEnIke wrote:

So I ran 'sudo updatedb' and tried again.

!!
That is not what updatedb does. See updatedb(8).

Offline

#6 2010-04-29 09:22:31

ijsbeer
Member
Registered: 2009-04-20
Posts: 14

Re: How do I remove transmission?

sudo pacman -Qs transmission wil also work to find the name.

Cheers

Offline

#7 2010-05-01 14:26:19

JuseBox
Member
Registered: 2009-11-27
Posts: 260

Re: How do I remove transmission?

its actually transmission-gtk

pacman -Rs transmission-gtk

That will remove it and any unused deps that were installed with it.
-----
You can also see what you would have installed it as with:

pacman -Ss transmission

Last edited by JuseBox (2010-05-01 14:27:44)


Linux ArchLinux 3.2.8-1-ARCH
#1 SMP PREEMPT Mon Feb 27 21:51:46 CET 2012 x86_64 AMD FX(tm)-8120 Eight-Core Processor AuthenticAMD GNU/Linux
8192MB DDR3 1300MHz | Asus m5a97 | GeForce GTX 550 Ti | 120 GB SSD

Offline

#8 2010-05-01 14:49:04

Misfit138
Misfit Emeritus
From: USA
Registered: 2006-11-27
Posts: 4,189

Re: How do I remove transmission?

MikeEnIke wrote:

that worked..

NO.
That did not work; you have merely run a query function.

..I guess it takes a little more effort to remove than install programs. Thanks a lot.

No, you just need to remove the package with pacman -R <correct-package-name>. There is no package named 'transmission', as pacman has correctly reported to you.

Offline

Board footer

Powered by FluxBB