DEBIAN/UBUNTU

[cc lang=”bash” escaped=”true” width=”600″]
uname -a;
Linux debian 3.16.0-4-686-pae #1 SMP Debian 3.16.39-1+deb8u2 (2017-03-07) i686 GNU/Linux

dpkg -l; # list all installed packages

dpkg -l|grep bind; # list all installed packages search for bind

ii bind9-host 1:9.9.5.dfsg-9+deb8u10 i386 Version of ‘host’ bundled with BIND 9.X
ii gir1.2-gtk-2.0 2.24.25-3+deb8u1 i386 GTK+ graphical user interface library — gir bindings
ii gir1.2-pango-1.0:i386 1.36.8-3 i386 Layout and rendering of internationalized text – gir bindings
ii libbind9-90 1:9.9.5.dfsg-9+deb8u10 i386 BIND9 Shared Library used by BIND
ii libwbclient0:i386 2:4.2.14+dfsg-0+deb8u5 i386 Samba winbind client library
ii python-cairo 1.8.8-1+b2 i386 Python bindings for the Cairo vector graphics library
ii python-gi 3.14.0-1 i386 Python 2.x bindings for gobject-introspection libraries
ii python-gobject 3.14.0-1 all Python 2.x bindings for GObject – transitional package
ii python-gobject-2 2.28.6-12 i386 deprecated static Python bindings for the GObject library
ii python-gst0.10 0.10.22-3 i386 generic media-playing framework (Python bindings)
ii python-gtk2 2.24.0-4 i386 Python bindings for the GTK+ widget set
ii python-ldb 2:1.1.20-0+deb8u1 i386 Python bindings for LDB
ii python-libxml2 2.9.1+dfsg1-5+deb8u4 i386 Python bindings for the GNOME XML library
ii python-mate-menu 1.8.0-5 i386 implementation of the freedesktop menu specification for MATE (Python bindings)
ii python-notify 0.1.1-4 i386 Python bindings for libnotify
ii python-ntdb 1.0-5 i386 Python bindings for NTDB
ii python-samba 2:4.2.14+dfsg-0+deb8u5 i386 Python bindings for Samba
ii python-talloc 2.1.2-0+deb8u1 i386 hierarchical pool based memory allocator – Python bindings
ii python-tdb 1.3.6-0+deb8u1 i386 Python bindings for TDB
ii rpcbind 0.2.1-6+deb8u1 i386 converts RPC program numbers into universal addresses

[/cc]

SUSE/REDHAT/CENTOS

[cc lang=”bash” escaped=”true” width=”600″]

uname -a;
Linux suse 4.4.21-69-default #1 SMP Tue Oct 25 10:58:20 UTC 2016 (9464f67) x86_64 x86_64 x86_64 GNU/Linux

rpm -qa –last; # list all installed packages

rpm -qa –last|grep bind; # list all installed packages search for bind
samba-winbind-4.4.2-29.4.x86_64 Mo 24 Apr 2017 12:58:20 CEST
libdcerpc-binding0-4.4.2-29.4.x86_64 Mo 24 Apr 2017 12:56:44 CEST
samba-winbind-32bit-4.4.2-29.4.x86_64 Mo 24 Apr 2017 12:56:32 CEST
ypbind-1.37.2-5.8.x86_64 Mo 24 Apr 2017 12:52:40 CEST
rpcbind-0.2.3-21.4.x86_64 Mo 24 Apr 2017 12:49:28 CEST
yast2-pkg-bindings-3.1.34-6.1.2.x86_64 Mo 24 Apr 2017 12:42:08 CEST
bind-utils-9.9.9P1-46.1.x86_64 Mo 24 Apr 2017 12:42:00 CEST
bind-libs-9.9.9P1-46.1.x86_64 Mo 24 Apr 2017 12:41:19 CEST
yast2-ruby-bindings-3.1.51-9.1.2.x86_64 Mo 24 Apr 2017 12:40:33 CEST
yast2-perl-bindings-3.1.2-1.11.x86_64 Mo 24 Apr 2017 12:38:06 CEST
libdcerpc-binding0-32bit-4.4.2-29.4.x86_64 Mo 24 Apr 2017 12:37:20 CEST
yast2-ycp-ui-bindings-3.1.9-1.6.x86_64 Mo 24 Apr 2017 12:37:18 CEST
bind-libs-32bit-9.9.9P1-46.1.x86_64 Mo 24 Apr 2017 12:36:52 CEST

uname -a;
Linux centos 3.10.0-514.el7.x86_64 #1 SMP Tue Nov 22 16:42:41 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

rpm -qa –last|grep bind; # list all installed packages search for bind

bind-libs-lite-9.9.4-37.el7.x86_64 Di 02 Mai 2017 15:57:18 CEST
bind-license-9.9.4-37.el7.noarch Di 02 Mai 2017 15:54:31 CEST
[/cc]

liked this article?

  • only together we can create a truly free world
  • plz support dwaves to keep it up & running!
  • (yes the info on the internet is (mostly) free but beer is still not free (still have to work on that))
  • really really hate advertisement
  • contribute: whenever a solution was found, blog about it for others to find!
  • talk about, recommend & link to this blog and articles
  • thanks to all who contribute!
admin