Skip to content

Instantly share code, notes, and snippets.

@jonasmalacofilho
Created April 15, 2014 11:30
Show Gist options
  • Save jonasmalacofilho/10724703 to your computer and use it in GitHub Desktop.
Save jonasmalacofilho/10724703 to your computer and use it in GitHub Desktop.
Install keepass from Debian/unstable on Ubuntu
# Assumes debian/unstable source repository on /etc/apt/sources.lists
# Assumes updated apt cache
deb:
fakeroot apt-get source --build keepass2
install:
sudo dpkg -i *.deb
rm *.deb
@phony: install deb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment