Distribution-specific Package Installation: Difference between revisions

From SambaWiki
m (Corrected samba package version)
m (/* Update Debian & Ubuntu Packages, no need to list versions, they all require the same packages.)
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= Introduction =
= Introduction =


The following is a distribution-specific list of commands to install Samba.
This guide lists the necessary steps to install binary packages of Samba on selected distributions and mentions known pitfalls.


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 [https://lists.samba.org/mailman/listinfo/samba Samba mailing list].








= CentOS 6 =


= Red Hat Enterprise Linux / CentOS / Scientific Linux =
# yum install samba4


== Version 7 ==
Note: Packages are of Samba version 4.0.0!


# 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|Build Samba from Source]].
* use 3rd-party packages with AD support from a trusted source.






= Debian =
== Version 6 ==


# yum install samba4
== Wheezy (old-stable) ==


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:
Packages in Wheezy are very outdated, don't use them!
* build Samba. For details, see [[Build_Samba_from_Source|Build Samba from Source]].
* use 3rd-party packages with AD support from a trusted source.


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.




= Debian =
== Jessie (stable) ==


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


Note: For a DC you do not need libpam-winbind libnss-winbind libpam-krb5, unless you require AD users to login
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]


= Ubuntu =
= Ubuntu =


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

Packages in 12.04 are very outdated, don't use them!


== 14.04 Trusty Tahr (LTS) ==

# apt-get install samba

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



Note: For a DC you do not need libpam-winbind libnss-winbind libpam-krb5, unless you require AD users to login
== 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 =
= FreeBSD =


# pkg install net/samba41
# pkg install net/samba44


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!
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!

Revision as of 09:12, 9 January 2019

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

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

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


Ubuntu

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

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


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!