You are not logged in.
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
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
Yaourt was installed in /usr/bin.
Offline
$ 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.gzHTH
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
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
Yes, I installed package-query via make && make install.
Offline
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.gzOffline
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
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
Ok, thanks for the help, karol and nbvcxz.
I didn't know about the [ code ] tags.
Offline