Skip to content

Instantly share code, notes, and snippets.

@sumpygump
Last active August 29, 2015 14:07
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save sumpygump/d6e2880b2c066a44e876 to your computer and use it in GitHub Desktop.
Dpkg Packages
# Dpkg Packages
Run this command to get the list of locally installed packages:
dpkg --get-selections | grep -v deinstall > ~/Desktop/packages
Then, when installing to the new computer, do this:
sudo dpkg --set-selections < ~/Desktop/packages && sudo apt-get -u dselect-upgrade
ack-grep install
apache2 install
apache2-utils install
aptitude install
awesome install
bzip2 install
cifs-utils install
dash install
elinks install
evince install
feh install
gimp install
git install
google-chrome-stable install
htop install
imagemagick install
inkscape install
latex-beamer install
latex-xcolor install
meld install
mysql-common install
mysql-server install
mysql-workbench install
openssh-client install
openssh-server install
pandoc install
passwd install
pdftk install
php5-cli install
php5-curl install
php5-gd install
php5-imagick install
php5-intl install
php5-json install
php5-mcrypt install
php5-mongo install
php5-mysql install
php5-readline install
php5-sqlite install
php5-xdebug install
python install
screen install
sqlite3 install
sshfs install
subversion install
texlive install
texlive-xetex install
thunar install
tig install
tmux install
traceroute install
transmission-gtk install
unzip install
vim install
vim-gtk install
virtualbox-4.3 install
xcompmgr install
xscreensaver install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment