Can someone tell me when Ubuntu comes with a newer version of there samba 4 package. The current version is samba 4.3.11-Ubuntu.
When I look at the Samba site, this version is EOL, and already as of 2017-03-11.
Can someone tell me when Ubuntu comes with a newer version of there samba 4 package. The current version is samba 4.3.11-Ubuntu.
When I look at the Samba site, this version is EOL, and already as of 2017-03-11.
You are on 14.04 or 16.04 (both use 4.3.11). Those 2 will never receive a newer version; they will only get patched (that means it gets updated but the version number will never change) if there is a security issue.
You have at least 2 options to get a newer version:
17.10 uses 4.6.7; 18.04 will use 4.7.3
You can use the samba team nightly to install the newest version.
sudo add-apt-repository ppa:samba-team/ppa
sudo apt-get update
to add the PPA.
sudo add-apt-repository ppa:linux-schools/samba-latest ; sudo apt-get update ; sudo apt-get dist-upgrade -y in order to add such PPA to the system, update the system's APT cache of repositories and then upgrade Samba 3.X to Samba 4.7.12.
– Yuri Sucupira
Jan 04 '21 at 00:50