Skip to content

Instantly share code, notes, and snippets.

@ishtaka
Last active January 5, 2016 01:12
Show Gist options
  • Save ishtaka/ca0e95b87281c5244252 to your computer and use it in GitHub Desktop.
Save ishtaka/ca0e95b87281c5244252 to your computer and use it in GitHub Desktop.
[Linux]pacoインストール
wget http://sourceforge.net/projects/paco/files/paco/2.0.9/paco-2.0.9.tar.bz2
tar xvf paco-2.0.9.tar.bz2
cd paco-2.0.9
./configure --disable-gpaco
make
make install
make logme
#How to use
# install
paco -D make install
# Package list
paco -a
# Package file list
paco -f package
# uninstall
paco -r package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment