You are not logged in.

#1 2013-05-26 08:57:19

lnx
Member
Registered: 2009-11-04
Posts: 108

[solved] Uninstall yaourt

I installed yaourt-1.3 with 'make install' following the instruction in the INSTALL file. I want to uninstall it, but 'make uninstall' doesn't work. How can I remove it?

Last edited by lnx (2013-05-26 11:24:46)

Offline

#2 2013-05-26 09:04:09

nbvcxz
Member
From: Poland
Registered: 2007-12-29
Posts: 202

Re: [solved] Uninstall yaourt

First check where did you install yaourt manually (is it /usr/bin ?)

Last edited by nbvcxz (2013-05-26 09:04:59)


Lenovo G50 | LXQT-git | compton | conky

Offline

#3 2013-05-26 09:08:01

lnx
Member
Registered: 2009-11-04
Posts: 108

Re: [solved] Uninstall yaourt

Yaourt was installed in /usr/bin.

Offline

#4 2013-05-26 09:34:41

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [solved] Uninstall yaourt

$ pacman -Q yaourt
yaourt 1.3-1
$ pacman -Qql yaourt
/etc/
/etc/yaourtrc
/usr/
/usr/bin/
/usr/bin/pacdiffviewer
/usr/bin/yaourt
/usr/lib/
/usr/lib/yaourt/
/usr/lib/yaourt/abs.sh
/usr/lib/yaourt/alpm_backup.sh
/usr/lib/yaourt/alpm_query.sh
/usr/lib/yaourt/alpm_stats.sh
/usr/lib/yaourt/aur.sh
/usr/lib/yaourt/io.sh
/usr/lib/yaourt/misc.sh
/usr/lib/yaourt/pacman.sh
/usr/lib/yaourt/pkgbuild.sh
/usr/lib/yaourt/util.sh
/usr/share/
/usr/share/bash-completion/
/usr/share/bash-completion/completions/
/usr/share/bash-completion/completions/yaourt
/usr/share/locale/
/usr/share/locale/ca/
/usr/share/locale/ca/LC_MESSAGES/
/usr/share/locale/ca/LC_MESSAGES/yaourt.mo
/usr/share/locale/es/
/usr/share/locale/es/LC_MESSAGES/
/usr/share/locale/es/LC_MESSAGES/yaourt.mo
/usr/share/locale/fr/
/usr/share/locale/fr/LC_MESSAGES/
/usr/share/locale/fr/LC_MESSAGES/yaourt.mo
/usr/share/locale/it/
/usr/share/locale/it/LC_MESSAGES/
/usr/share/locale/it/LC_MESSAGES/yaourt.mo
/usr/share/locale/lt/
/usr/share/locale/lt/LC_MESSAGES/
/usr/share/locale/lt/LC_MESSAGES/yaourt.mo
/usr/share/locale/pt_BR/
/usr/share/locale/pt_BR/LC_MESSAGES/
/usr/share/locale/pt_BR/LC_MESSAGES/yaourt.mo
/usr/share/locale/uk/
/usr/share/locale/uk/LC_MESSAGES/
/usr/share/locale/uk/LC_MESSAGES/yaourt.mo
/usr/share/man/
/usr/share/man/man5/
/usr/share/man/man5/yaourtrc.5.gz
/usr/share/man/man8/
/usr/share/man/man8/yaourt.8.gz

HTH


Edit: Did you install package-query with a PKGBUILD or via 'make && make install'?

Last edited by karol (2013-05-26 09:35:36)

Offline

#5 2013-05-26 09:56:25

nbvcxz
Member
From: Poland
Registered: 2007-12-29
Posts: 202

Re: [solved] Uninstall yaourt

IMHO simplest way to remove all yaourt even if you installed it by hand
1. add yaourt to your repo list according https://wiki.archlinux.org/index.php/Yaourt
2. refresh and install yaourt from repo.archlinux.fr
3. after all sudo pacman -Rcs yaourt
This should clear all yaourt install, if not you can compare karol file list with your filesystem and delete them manually.

Last edited by nbvcxz (2013-05-26 09:57:01)


Lenovo G50 | LXQT-git | compton | conky

Offline

#6 2013-05-26 09:57:02

lnx
Member
Registered: 2009-11-04
Posts: 108

Re: [solved] Uninstall yaourt

Yes, I installed package-query via make && make install.

Offline

#7 2013-05-26 09:59:51

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [solved] Uninstall yaourt

lnx wrote:

Yes, I installed package-query via make && make install.

Why??

$ pacman -Ql package-query
package-query /usr/
package-query /usr/bin/
package-query /usr/bin/package-query
package-query /usr/share/
package-query /usr/share/man/
package-query /usr/share/man/man8/
package-query /usr/share/man/man8/package-query.8.gz

Offline

#8 2013-05-26 11:14:51

lnx
Member
Registered: 2009-11-04
Posts: 108

Re: [solved] Uninstall yaourt

Karol, I confused package-query with yaourt. I installed yaourt with make && make install. I installed package-query with the PKGBUILD.
Nbvcxz, I did what you suggested and yaourt has dissapeared from /usr/bin. Apparently, I installed yaourt in /usr/local/bin as well.

$ locate yaourt
/usr/local/bin/yaourt
/usr/local/etc/yaourtrc
/usr/local/lib/yaourt
/usr/local/lib/yaourt/abs.sh
/usr/local/lib/yaourt/alpm_backup.sh
/usr/local/lib/yaourt/alpm_query.sh
/usr/local/lib/yaourt/alpm_stats.sh
/usr/local/lib/yaourt/aur.sh
/usr/local/lib/yaourt/io.sh
/usr/local/lib/yaourt/misc.sh
/usr/local/lib/yaourt/pacman.sh
/usr/local/lib/yaourt/pkgbuild.sh
/usr/local/lib/yaourt/util.sh
/usr/local/man/man5/yaourtrc.5
/usr/local/man/man8/yaourt.8
/usr/local/share/bash-completion/completions/yaourt
/usr/local/share/locale/ca/LC_MESSAGES/yaourt.mo
/usr/local/share/locale/es/LC_MESSAGES/yaourt.mo
/usr/local/share/locale/fr/LC_MESSAGES/yaourt.mo
/usr/local/share/locale/it/LC_MESSAGES/yaourt.mo
/usr/local/share/locale/lt/LC_MESSAGES/yaourt.mo
/usr/local/share/locale/pt_BR/LC_MESSAGES/yaourt.mo
/usr/local/share/locale/uk/LC_MESSAGES/yaourt.mo
/var/abs/local/yaourtbuild
/var/abs/local/yaourtbuild/systemd-ui-git
/var/abs/local/yaourtbuild/systemd-ui-git/PKGBUILD
/var/abs/local/yaourtbuild/systemd-ui-git/pkg
/var/abs/local/yaourtbuild/systemd-ui-git/src

How can I remove this yaourt? Can I simply these files and directories manually?

Offline

#9 2013-05-26 11:16:46

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [solved] Uninstall yaourt

lnx wrote:

How can I remove this yaourt? Can I simply these files and directories manually?

Yup.

Please use [ code ] tags instead of [ quote ] tags for posting snippets of code, command output etc.

Offline

#10 2013-05-26 11:24:25

lnx
Member
Registered: 2009-11-04
Posts: 108

Re: [solved] Uninstall yaourt

Ok, thanks for the help, karol and nbvcxz.

I didn't know about the [ code ] tags.

Offline

Board footer

Powered by FluxBB