Skip to content

Instantly share code, notes, and snippets.

@rhettg
Created May 13, 2015 01:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rhettg/ec1f29e037f23a3dc8ff to your computer and use it in GitHub Desktop.
Save rhettg/ec1f29e037f23a3dc8ff to your computer and use it in GitHub Desktop.
rhettg@rabbit-stage05:~$ sudo apt-get install salt-minion
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libgudev-1.0-0 gir1.2-gudev-1.0 python-twisted-names
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
libzmq3 python-zmq
Suggested packages:
python-augeas
The following NEW packages will be installed:
libzmq3 python-zmq salt-minion
0 upgraded, 3 newly installed, 0 to remove and 3 not upgraded.
Need to get 0 B/457 kB of archives.
After this operation, 1,594 kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Selecting previously unselected package libzmq3.
(Reading database ... 54691 files and directories currently installed.)
Unpacking libzmq3 (from .../libzmq3_4.0.4+dfsg-2precise1_amd64.deb) ...
Selecting previously unselected package python-zmq.
Unpacking python-zmq (from .../python-zmq_14.0.1-1build2~precise1_amd64.deb) ...
Selecting previously unselected package salt-minion.
Unpacking salt-minion (from .../salt-minion_2014.7.5+ds-1precise1_all.deb) ...
Processing triggers for man-db ...
Processing triggers for ureadahead ...
Setting up libzmq3 (4.0.4+dfsg-2precise1) ...
Setting up python-zmq (14.0.1-1build2~precise1) ...
Setting up salt-minion (2014.7.5+ds-1precise1) ...
salt-minion start/running, process 10806
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
rhettg@rabbit-stage05:~$ sudo dpkg -L salt-minion
/etc
/etc/init
/etc/init/salt-minion.conf
/etc/salt
/etc/salt/minion
/etc/salt/minion.d
rhettg@rabbit-stage05:~$ debsums salt-minion
debsums: package salt-minion is not installed
rhettg@rabbit-stage05:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment