You are not logged in.

#1 2015-07-20 23:36:13

kAldown
Member
Registered: 2015-07-15
Posts: 24

how to remove AUR package

I have some misunderstanding.
On official AUR wiki there is advice to fisrt install package-query, but yaourt on git repo want package-query-git to be installed, and they both confict.
After installation I have yaourt, but it doesn't work returning folowwing:

% yaourt -S create_ap
/usr/bin/yaourt: line 27: /usr/local/lib/yaourt/util.sh: No such file or directory
/usr/bin/yaourt: line 290: explode_args: command not found
/usr/bin/yaourt: line 367: program_arg: command not found
/usr/bin/yaourt: line 370: init_paths: command not found
/usr/bin/yaourt: line 371: init_color: command not found
/usr/bin/yaourt: line 253: pacman_cmd: command not found
/usr/bin/yaourt: line 96: pkgquery: command not found
/usr/bin/yaourt: line 229: die: command not found
/usr/bin/yaourt: line 230: prompt: command not found

So I tried to remove AUR by

pacman -R yaourt
% sudo pacman -R yaourt
error: target not found: yaourt

and

pacman -rs

No chances

Offline

#2 2015-07-20 23:37:46

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: how to remove AUR package

How did you install yaourt?


Moving to AUR Issues...


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2015-07-21 00:22:42

kAldown
Member
Registered: 2015-07-15
Posts: 24

Re: how to remove AUR package

clone from git
cd packages
makepkg -si

Last edited by kAldown (2015-07-21 00:22:56)

Offline

#4 2015-07-21 00:23:48

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

Re: how to remove AUR package

kAldown wrote:

I have some misunderstanding.
On official AUR wiki there is advice to fisrt install package-query

It's not an advice, it's a requirement. package-query is a dependency for yaourt and package-query-git is a dependency for yaourt-git.
If you have yaourt-git installed, run 'pacman -Rns yaourt-git' to remove it.
Commands you run to start an application may be different from the package names.

What's the output of

pacman -Qs yaourt

Offline

#5 2015-07-21 01:06:49

kAldown
Member
Registered: 2015-07-15
Posts: 24

Re: how to remove AUR package

Ok, thanks, that was yaourt-git.
So what's the point of making this with link to github repo and tarball, but thoose would be two different packages with two different dependencies?
And what package I should use?

Last edited by kAldown (2015-07-21 01:08:13)

Offline

#6 2015-07-21 01:10:20

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 30,517
Website

Re: how to remove AUR package

The difference is that one is the current development code, the other is a "stable" snapshot.

But if you are new to the AUR - which it would seem you are - you definitely shouldn't be using either of these.  Learn to use the AUR well before you let a tool like yaourt hide all the important details from you.


"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman

Offline

Board footer

Powered by FluxBB