Pacman
From SURAgrid
(Difference between revisions)
Line 4: | Line 4: | ||
Choose your installation directory ('''''in this example <font color="red">/usr/local</font>''''') and untar pacman. You may want to source the setup.sh file at each login. | Choose your installation directory ('''''in this example <font color="red">/usr/local</font>''''') and untar pacman. You may want to source the setup.sh file at each login. | ||
+ | |||
+ | <tt></tt> | ||
<tt> | <tt> | ||
Line 9: | Line 11: | ||
wget <nowiki>http://vdt.cs.wisc.edu/software/pacman/3.28/pacman-3.28.tar.gz</nowiki> | wget <nowiki>http://vdt.cs.wisc.edu/software/pacman/3.28/pacman-3.28.tar.gz</nowiki> | ||
tar --no-same-owner -xzvf pacman-3.28.tar.gz | tar --no-same-owner -xzvf pacman-3.28.tar.gz | ||
− | ln -s pacman- | + | ln -s pacman-3.28 pacman |
− | cd pacman | + | cd pacman |
+ | source setup.sh | ||
</tt> | </tt> |
Latest revision as of 09:36, 19 July 2011
[edit] Reference
OSG Documentation: Pacman Installation
Choose your installation directory (in this example /usr/local) and untar pacman. You may want to source the setup.sh file at each login.
cd /usr/local wget http://vdt.cs.wisc.edu/software/pacman/3.28/pacman-3.28.tar.gz tar --no-same-owner -xzvf pacman-3.28.tar.gz ln -s pacman-3.28 pacman cd pacman source setup.sh