You are not logged in.

#1 2014-09-15 23:52:52

lboyer
Member
Registered: 2014-09-12
Posts: 22

[SOLVED] Guitar Pro 6 Launch?

The main website for guitarpro6 shows support for linux but its a .deb file so instead of finding some converter I searched AUR
I installed Guitar Pro 6 from
https://aur.archlinux.org/packages/guitar-pro/
I changed a dependancy issue in the PKGBUILD file with "binutils-multilib" to "binutils" due to depreciation , thats what the comments suggested as I was having issues with finding this "binutils-multilib". Everything seemed fine.
I used

makepkg

To make the package then installed with

#pacman -U gp6.pkg.tar.xz

It installed as it created new folders and files like it normally does like

~/guitar-pro/pkg
~/guitar-pro/opt
~/guitar-pro/usr

But I am not sure how to launch it. Usually I look at the name in the outputs during the pacman update, like for example:

Optional dependencies for guitar-pro
    gksu: for soundbanks adding

So I am asssuming that to launch its just "guitar-pro" but this is what happens

bash: guitar-pro: command not found

Quite simply, is this the correct way to start the application? Or does that mean it just did not install correctly ?

Last edited by lboyer (2014-09-17 06:02:48)

Offline

#2 2014-09-16 00:01:00

MrElg
Member
Registered: 2013-08-04
Posts: 49

Re: [SOLVED] Guitar Pro 6 Launch?

pacman -Ql guitar-pro

lists all files installed by package. See if you can find the binary there

it might be that it is gp6 or something like it

Offline

#3 2014-09-16 00:21:35

lboyer
Member
Registered: 2014-09-12
Posts: 22

Re: [SOLVED] Guitar Pro 6 Launch?

I'm sorry I m not sure what I am exactly looking for when you say binary would it say "binary"? I should clarify that I only installed Arch a few days ago.

Offline

#4 2014-09-16 08:02:30

Rasi
Member
From: Germany
Registered: 2007-08-14
Posts: 1,914
Website

Re: [SOLVED] Guitar Pro 6 Launch?

pacman -Ql guitar-pro | grep bin

should normally give you a list of files that can actually be RUN (if the package puts executables in a folder called bin)


He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.

Douglas Adams

Offline

#5 2014-09-16 12:09:23

Lone_Wolf
Administrator
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 14,849

Re: [SOLVED] Guitar Pro 6 Launch?

I doubt looking for bin files will be successfull, iirc GP6 uses shell scripts .

do ls -l /opt/GuitarPro6 , look for files that have the x attribute set .

To execute them, you'll have to cd into that folder, then use ./foo    to start them .
alternatively you can provide the full path, like /opt/GuitaPro6/foo .


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.

clean chroot building not flexible enough ?
Try clean chroot manager by graysky

Offline

Board footer

Powered by FluxBB