Difference between revisions of "Distribution-specific Package Installation"
(→Wheezy (stable)) |
Mmuehlfeld (talk | contribs) (Face-lifting the page (structure, formattings, etc.), also doing some minor text/content changes) |
||
Line 1: | Line 1: | ||
− | = | + | = Introduction = |
− | This | + | This guide lists the necessary steps to install binary packages of Samba on selected distributions and mentions known pitfalls. |
− | + | ||
+ | |||
+ | |||
+ | = CentOS 6 = | ||
# yum install samba4 | # yum install samba4 | ||
− | Note: Packages are of Samba version 4.0.0 | + | Note: Packages are of Samba version 4.0.0! |
+ | |||
+ | |||
+ | |||
+ | |||
− | === | + | = Debian = |
+ | |||
+ | == Wheezy (stable) == | ||
− | |||
Packages in Wheezy are very outdated, don't use them! | Packages in Wheezy are very outdated, don't use them! | ||
− | Note: | + | Note: On Wheezy backport Samba 4.1.7 is available: See [https://packages.debian.org/de/wheezy-backports/samba https://packages.debian.org/de/wheezy-backports/samba] |
+ | |||
+ | |||
− | + | == Jessie (testing) == | |
+ | |||
+ | # apt-get install samba | ||
+ | |||
+ | Note: Packages are of Samba version 4.1.7. See [https://packages.debian.org/de/jessie/samba https://packages.debian.org/de/jessie/samba] | ||
− | |||
− | |||
− | |||
− | |||
− | + | = Ubuntu = | |
− | + | == 12.04 Precise Pangolin == | |
Packages in 12.04 are very outdated, don't use them! | Packages in 12.04 are very outdated, don't use them! | ||
− | + | ||
+ | == 13.10 Saucy Salamander == | ||
# apt-get install samba4 | # apt-get install samba4 | ||
Line 41: | Line 52: | ||
− | + | ||
+ | == 14.04 LTS Trusty Tahr == | ||
# apt-get install samba | # apt-get install samba | ||
Note: Packages are of Samba version 4.1.6 | Note: Packages are of Samba version 4.1.6 | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | = FreeBSD = | ||
+ | |||
+ | # pkg install net/samba41 |
Revision as of 23:36, 27 May 2014
Contents
Introduction
This guide lists the necessary steps to install binary packages of Samba on selected distributions and mentions known pitfalls.
CentOS 6
# yum install samba4
Note: Packages are of Samba version 4.0.0!
Debian
Wheezy (stable)
Packages in Wheezy are very outdated, don't use them!
Note: On Wheezy backport Samba 4.1.7 is available: See https://packages.debian.org/de/wheezy-backports/samba
Jessie (testing)
# apt-get install samba
Note: Packages are of Samba version 4.1.7. See https://packages.debian.org/de/jessie/samba
Ubuntu
12.04 Precise Pangolin
Packages in 12.04 are very outdated, don't use them!
13.10 Saucy Salamander
# apt-get install samba4
Note: Packages are of Samba version 4.0.3
14.04 LTS Trusty Tahr
# apt-get install samba
Note: Packages are of Samba version 4.1.6
FreeBSD
# pkg install net/samba41