You are not logged in.

#1 2015-03-09 20:43:20

zabrielza
Member
Registered: 2015-03-02
Posts: 125

[SOLVED]_How can I execute namebench installed from AUR?

I have managed to install my first package from AUR, namebench. When i type in terminal

namebench

I get command not found.

So how can I execute namebench?

Thanks

Last edited by zabrielza (2015-03-09 21:26:36)

Offline

#2 2015-03-09 20:45:15

nullified
Member
From: Massachusetts, USA
Registered: 2013-12-09
Posts: 468

Re: [SOLVED]_How can I execute namebench installed from AUR?

What did you do to install it? I.e. are you sure you installed it correctly?


"We may say most aptly, that the Analytical Engine weaves algebraical patterns just as the Jacquard-loom weaves flowers and leaves." - Ada Lovelace

Offline

#3 2015-03-09 20:59:06

zabrielza
Member
Registered: 2015-03-02
Posts: 125

Re: [SOLVED]_How can I execute namebench installed from AUR?

nullified wrote:

What did you do to install it? I.e. are you sure you installed it correctly?


I followed instructions from this link.

$ cd ~***/Downloads/_Applications_From_AUR
$ tar -xvf namebench.tar.gz

After that

$ cd namebench
$ nano PKGBUILD

When I read PKGBUILD there were dendencies tha I installed correctly. python2-graphy was installed from AUR too.

$ makepkg -s
# pacman -U namebench-1.3.1-7-any.pkg.tar.xz   

I had no errors at all.

EDIT: How can I figure out whether I installed it correctly or not?

Last edited by zabrielza (2015-03-09 21:15:57)

Offline

#4 2015-03-09 21:26:17

zabrielza
Member
Registered: 2015-03-02
Posts: 125

Re: [SOLVED]_How can I execute namebench installed from AUR?

Oh, I had to type

namebench.py

I executed

pacman -Qm

to list all installed packages from AUR. So, namebench was there. After that I typed the name and a tab after that showed to me what i had to type. SOLVED

Offline

#5 2015-03-09 21:28:13

Raynman
Member
Registered: 2011-10-22
Posts: 1,539

Re: [SOLVED]_How can I execute namebench installed from AUR?

You can use `pacman -Ql namebench` to see the files provided by the package.

Offline

#6 2015-03-09 21:28:39

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: [SOLVED]_How can I execute namebench installed from AUR?

The actual executable is called namebench.py not namebench.

$ pacman -Ql namebench | grep /usr/bin
namebench /usr/bin/
namebench /usr/bin/namebench.py

Edit - Too slow x2

Last edited by Slithery (2015-03-09 21:29:09)


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#7 2015-03-09 21:45:34

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

Re: [SOLVED]_How can I execute namebench installed from AUR?

Offline

Board footer

Powered by FluxBB