LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Install GhostScript into a home directory (https://www.linuxquestions.org/questions/linux-software-2/install-ghostscript-into-a-home-directory-4175465615/)

djlerman 06-11-2013 04:43 PM

Install GhostScript into a home directory
 
Hello...

Does anybody know of a way or have any pointers on how to install GhostScript (http://www.gnu.org/software/ghostscript/) into a home directory.

I need to install GhostScript for some testing and I can only install it into my home directory.

Thank You,
~Donavon

business_kid 06-12-2013 10:16 AM

./configure --prefix=~/
make
make install

You're asking us to install in your home dir, but you don't mention what it is :-/.

DavidMcCann 06-12-2013 10:41 AM

business-kid's instructions are, of course, for compiling. You could also install the binary from your distribution: I think it's relocatable.

You don't say your distro (please give more details in your questions) but if you're using Ubuntu or one of its derivatives the method would be like this:
dpkg --instdir=/home/yourname install ghostscript.deb
Check the man page for dpkg to make sure I've got it right.


All times are GMT -5. The time now is 06:53 AM.