Skip to content

Instantly share code, notes, and snippets.

@pkilambi
Last active July 29, 2016 13:25
Show Gist options
  • Save pkilambi/8460997 to your computer and use it in GitHub Desktop.
Save pkilambi/8460997 to your computer and use it in GitHub Desktop.
# history |grep wget
wget http://mirrors.kernel.org/ubuntu/pool/universe/g/graphite-web/graphite-web_0.9.12+debian-1_all.deb
wget http://ftp.us.debian.org/debian/pool/main/p/python-whisper/python-whisper_0.9.12-1_all.deb
wget http://security.ubuntu.com/ubuntu/pool/universe/p/python-django-tagging/python-django-tagging_0.3.1-3_all.deb
wget http://ftp.us.debian.org/debian/pool/main/f/flot/libjs-jquery-flot_0.8.1+dfsg-2_all.deb
wget http://ftp.us.debian.org/debian/pool/main/g/graphite-carbon/graphite-carbon_0.9.12-2_all.deb
wget http://ftp.us.debian.org/debian/pool/main/i/init-system-helpers/init-system-helpers_1.14_all.deb
$ dpkg -i python-django-tagging_0.3.1-3_all.deb graphite-web_0.9.12+debian-1_all.deb python-whisper_0.9.12-1_all.deb libjs-jquery-flot_0.8.1+dfsg-2_all.deb
(Reading database ... 174675 files and directories currently installed.)
Preparing to replace python-django-tagging 1:0.3.1-3 (using python-django-tagging_0.3.1-3_all.deb) ...
Unpacking replacement python-django-tagging ...
Selecting previously unselected package graphite-web.
Unpacking graphite-web (from graphite-web_0.9.12+debian-1_all.deb) ...
Preparing to replace python-whisper 0.9.12-1 (using python-whisper_0.9.12-1_all.deb) ...
Unpacking replacement python-whisper ...
Selecting previously unselected package libjs-jquery-flot.
Unpacking libjs-jquery-flot (from libjs-jquery-flot_0.8.1+dfsg-2_all.deb) ...
Setting up python-django-tagging (1:0.3.1-3) ...
Setting up python-whisper (0.9.12-1) ...
Setting up libjs-jquery-flot (0.8.1+dfsg-2) ...
Processing triggers for man-db ...
Processing triggers for doc-base ...
Processing 1 changed doc-base file...
Setting up graphite-web (0.9.12+debian-1) ...
$ dpkg -i graphite-carbon_0.9.12-2_all.deb init-system-helpers_1.14_all.deb
Selecting previously unselected package graphite-carbon.
(Reading database ... 175460 files and directories currently installed.)
Unpacking graphite-carbon (from graphite-carbon_0.9.12-2_all.deb) ...
Selecting previously unselected package init-system-helpers.
Unpacking init-system-helpers (from init-system-helpers_1.14_all.deb) ...
Setting up init-system-helpers (1.14) ...
Processing triggers for man-db ...
Setting up graphite-carbon (0.9.12-2) ...
carbon-cache disabled in /etc/default/graphite-carbon
Processing triggers for python-twisted-core ...
Processing triggers for ureadahead ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment