Distribution-specific Package Installation: Difference between revisions

From SambaWiki
(Update introduction and RHEL support)
mNo edit summary
(24 intermediate revisions by 4 users not shown)
Line 11: Line 11:
= Red Hat Enterprise Linux / CentOS / Scientific Linux =
= Red Hat Enterprise Linux / CentOS / Scientific Linux =


== Version 6 ==
== Version 7 and 8 ==


# yum install samba4
# yum install samba


The <code>samba</code> package only supports Samba as a domain member and NT4 PDC or BDC. Red Hat does not provide packages for running Samba as an AD DC. As an alternative:
Because of the missing MIT Kerberos support, you can not install the Samba version provided in RHEL6 as a Samba AD DC.
* Build Samba. For details, see [[Build_Samba_from_Source|Build Samba from Source]].
* Use 3rd-party packages with AD support from a trusted source.


== Version 6 ==


== Version 7 ==


# yum install samba4
# yum install samba4


The <code>samba4</code> package only supports Samba as a domain member and NT4 PDC or BDC. Red Hat does not provide packages for running Samba as an AD DC. As an alternative:
Because of the missing MIT Kerberos support, you can not install the Samba version provided in RHEL7 as a Samba AD DC.
* Build Samba. For details, see [[Build_Samba_from_Source|Build Samba from Source]].

* Use 3rd-party packages with AD support from a trusted source.





Line 31: Line 31:
= Debian =
= Debian =


# apt-get install acl attr samba samba-dsdb-modules samba-vfs-modules winbind libpam-winbind libnss-winbind libpam-krb5 krb5-config krb5-user
== Wheezy (old-stable) ==


Note1: For a DC you do not need libpam-winbind libnss-winbind libpam-krb5, unless you require AD users to login
Packages in Wheezy are very outdated, don't use them!

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.



== Jessie (stable) ==

# apt-get install samba

Note: Packages are of Samba version 4.1.17. See [https://packages.debian.org/jessie/samba https://packages.debian.org/jessie/samba]



== Stretch (testing) ==

# apt-get install samba

Note: Packages are of Samba version 4.1.17. See [https://packages.debian.org/stretch/samba https://packages.debian.org/stretch/samba]


Note2: For a DC, you will also need to install <code>dnsutils</code>


Note3: For a DC, you will also need ntp or chrony




Line 60: Line 43:
= Ubuntu =
= Ubuntu =


# apt-get install acl attr samba samba-dsdb-modules samba-vfs-modules winbind libpam-winbind libnss-winbind libpam-krb5 krb5-config krb5-user
== 12.04 Precise Pangolin (LTS) ==


Note1: For a DC you do not need libpam-winbind libnss-winbind libpam-krb5, unless you require AD users to login
Packages in 12.04 are very outdated, don't use them!


Note2: For a DC, you will also need to install <code>dnsutils</code>


Note3: For a DC, you will also need ntp or chrony


== 14.04 Trusty Tahr (LTS) ==


# apt-get install samba


= FreeBSD =
Note: Packages are of Samba version 4.1.6, see [http://packages.ubuntu.com/trusty-updates/samba http://packages.ubuntu.com/trusty-updates/samba].


# pkg install net/samba44


Note: If you want to use the <code>idmap_ad</code> 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!


= SUSE Linux Enterprise / openSUSE =
== 15.10 Wily Werewolf ==

# apt-get install samba

Note: Packages are of Samba version 4.1.17, see [http://packages.ubuntu.com/wily-updates/samba http://packages.ubuntu.com/wily-updates/samba].





= FreeBSD =

# pkg install net/samba41


# zypper install samba samba-winbind samba-ad-dc
Note: If you want to use the '''idmap_ad''' Winbind backend (on e.g. an AD Member Server), you have to build the port by hand and select the '''EXP_MODULES''' configuration option!

Revision as of 18:35, 17 September 2021

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 and 8

# yum install samba

The samba package only supports Samba as a domain member and NT4 PDC or BDC. Red Hat does not provide packages for running Samba as an AD DC. As an 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

The samba4 package only supports Samba as a domain member and NT4 PDC or BDC. Red Hat does not provide packages for running Samba as an AD DC. As an alternative:

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


Debian

# apt-get install acl attr samba samba-dsdb-modules samba-vfs-modules winbind libpam-winbind libnss-winbind libpam-krb5 krb5-config krb5-user

Note1: For a DC you do not need libpam-winbind libnss-winbind libpam-krb5, unless you require AD users to login

Note2: For a DC, you will also need to install dnsutils

Note3: For a DC, you will also need ntp or chrony


Ubuntu

# apt-get install acl attr samba samba-dsdb-modules samba-vfs-modules winbind libpam-winbind libnss-winbind libpam-krb5 krb5-config krb5-user

Note1: For a DC you do not need libpam-winbind libnss-winbind libpam-krb5, unless you require AD users to login

Note2: For a DC, you will also need to install dnsutils

Note3: For a DC, you will also need ntp or chrony


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!

SUSE Linux Enterprise / openSUSE

# zypper install samba samba-winbind samba-ad-dc