Skip to content

Instantly share code, notes, and snippets.

@maciakl
Last active June 20, 2019 15:01
Show Gist options
  • Save maciakl/4119416 to your computer and use it in GitHub Desktop.
Save maciakl/4119416 to your computer and use it in GitHub Desktop.
Using Stow
# install app
tar -xf app-1.1.tar
cd app-1.1
./configure --prefix=/usr/local/stow/app-1.1
make install
cd /usr/local/stow
sudo stow --verbose=3 app-1.1
# remove
cd /usr/local/stow
sudo stow --verbose=3 -D app-1.1
@jennschiffer
Copy link

yeah you make them gists, babyboy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment