Skip to content

Instantly share code, notes, and snippets.

@hostmaster
Created September 14, 2012 07:05
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 hostmaster/3720382 to your computer and use it in GitHub Desktop.
Save hostmaster/3720382 to your computer and use it in GitHub Desktop.
ipset install log
[user@workstation ~]% lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.1 LTS
Release: 12.04
Codename: precise
[user@workstation ~]% sudo apt-get install ipset
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following package was automatically installed and is no longer required:
tzdata-java
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
libipset2 libmnl0
The following NEW packages will be installed:
ipset libipset2 libmnl0
0 upgraded, 3 newly installed, 0 to remove and 15 not upgraded.
Need to get 69.5 kB of archives.
After this operation, 266 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://ru.archive.ubuntu.com/ubuntu/ precise/universe libmnl0 i386 1.0.1-1 [10.8 kB]
Get:2 http://ru.archive.ubuntu.com/ubuntu/ precise/universe libipset2 i386 6.11-2 [38.3 kB]
Get:3 http://ru.archive.ubuntu.com/ubuntu/ precise/universe ipset i386 6.11-2 [20.4 kB]
Fetched 69.5 kB in 1s (35.9 kB/s)
Selecting previously unselected package libmnl0.
(Reading database ... 332962 files and directories currently installed.)
Unpacking libmnl0 (from .../libmnl0_1.0.1-1_i386.deb) ...
Selecting previously unselected package libipset2.
Unpacking libipset2 (from .../libipset2_6.11-2_i386.deb) ...
Selecting previously unselected package ipset.
Unpacking ipset (from .../archives/ipset_6.11-2_i386.deb) ...
Processing triggers for man-db ...
Setting up libmnl0 (1.0.1-1) ...
Setting up libipset2 (6.11-2) ...
Setting up ipset (6.11-2) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
[user@workstation ~]% sudo ipset version
ipset v6.11, protocol version: 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment