Distribution-specific Package Installation: Difference between revisions

From SambaWiki
m (/* added Ubuntu 16.04)
(/* Updated Debian)
Line 35: Line 35:
= Debian =
= Debian =


== Stretch (testing) ==
== Buster (testing) ==


# apt-get install samba
# apt-get install samba attr


For an AD DC, you will also need:


# apt-get install winbind libpam-winbind libnss-winbind libpam-krb5 krb5-config krb5-user


== Jessie (stable) ==
== Stretch (stable) ==


# apt-get install samba
# apt-get install samba attr


For an AD DC, you will also need:


# apt-get install winbind libpam-winbind libnss-winbind libpam-krb5 krb5-config krb5-user


== Wheezy (old-stable) ==
== Jessie (old-stable) ==

# apt-get install samba


For an AD DC, you will also need:
Packages in Wheezy are very outdated, don't use them!


# apt-get install winbind libpam-winbind libnss-winbind libpam-krb5 krb5-config krb5-user
Note: On Wheezy backport Samba 4.1.17 is available: See [https://packages.debian.org/wheezy-backports/samba https://packages.debian.org/wheezy-backports/samba]
See http://backports.debian.org/Instructions/ for information about how to add backports to your sources.list and how to install packages.





Revision as of 10:30, 27 February 2018

Introduction

The following is a distribution-specific list of commands to install Samba.

Note, that the list of commands is neither provided nor actively verified by the Samba team. If you see any missing packages or incorrect package names, please update the command or send the information to the Samba mailing list.



Red Hat Enterprise Linux / CentOS / Scientific Linux

Version 7

# yum install samba

Because of the missing MIT Kerberos support in Samba, you can not use the Samba packages provided by Red Hat Enterprise Linux 7 as a Samba AD DC. As alternative:

  • build Samba. For details, see Build Samba from Source.
  • use 3rd-party packages with AD support from a trusted source.


Version 6

# yum install samba4

Because of the missing MIT Kerberos support in Samba, you can not use the Samba packages provided by Red Hat Enterprise Linux 7 as a Samba AD DC. As alternative:

  • build Samba. For details, see Build Samba from Source.
  • use 3rd-party packages with AD support from a trusted source.



Debian

Buster (testing)

# apt-get install samba attr

For an AD DC, you will also need:

# apt-get install winbind libpam-winbind libnss-winbind libpam-krb5 krb5-config krb5-user

Stretch (stable)

# apt-get install samba attr

For an AD DC, you will also need:

# apt-get install winbind libpam-winbind libnss-winbind libpam-krb5 krb5-config krb5-user

Jessie (old-stable)

# apt-get install samba

For an AD DC, you will also need:

# apt-get install winbind libpam-winbind libnss-winbind libpam-krb5 krb5-config krb5-user



Ubuntu

16.04 Xenial Xerus (LTS)

# apt-get install samba winbind libnss-winbind libpam-winbind


15.10 Wily Werewolf

# apt-get install samba


14.04 Trusty Tahr (LTS)

# apt-get install samba


12.04 Precise Pangolin (LTS)

# apt-get install samba4

Packages in 12.04 are very outdated (3.6.x), don't use them!



FreeBSD

# pkg install net/samba44

Note: If you want to use the idmap_ad Winbind back end (on e.g. an AD Member Server), you have to build the port by hand and select the EXP_MODULES configuration option!