I have installed openSUSE 11.4 today and I am trying to install Pencil on it. I downloaded the ArchLinux tarball from the site, and after extracting it, the pencil.sh file didn't install, giving a bash error (permission denied). I also tried searching for it on YaST, but didn't find it there. I need some help.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
Why don't you use a OpenSUSE rpm? The OpenSUSE build service has rpms here. If the packages aren't up to date, it will probably not be difficult to modify the packaging and rebuild a binary rpm. |
|||||
|


pencil.sh? Depending on what directory it tries to install to, you may need to run it as root. – Gilles May 13 '11 at 21:20-x(i.e., change the#!line to append-x, or runsudo <shell> -x pencil.sh. It should tell you everything it's doing, so you can see what it's trying to do when the error comes up. Then you can correct the error and try again, rinse, repeat. – bahamat May 16 '11 at 15:44