L.P.H. van Belle
2019-Sep-11 11:11 UTC
[Samba] Debian Buster Samba 4.11rc4 available (amd64/i386)
Hai, There is a test version available now for samba 4.11rc4 on Debian Buster. (amd64/i386) You need 2 repo lines to make this work. ----------- THE REPO SETUP --------------- 1) Choose http or https for you apt, both work, for https you need to : apt-get install apt-transport-https 2) Import my public key wget -O - http://apt.van-belle.nl/louis-van-belle.gpg-key.asc | apt-key add - 3) (optional) setup a header line for the repo file. echo "# AptVanBelle repo for samba." | sudo tee /etc/apt/sources.list.d/van-belle.list 4) In the line below, change the OS and/or samba version to what you want. Shown is debian stretch with samba 4.10. # You need this contains all for the dependecies for 4.11. echo "deb http://apt.van-belle.nl/debian buster-samba411 main contrib non-free" | sudo tee -a /etc/apt/sources.list.d/van-belle.list This one contains the samba packages, please these are for testing purposes.. echo "deb http://apt.van-belle.nl/debian buster-experimental main contrib non-free" | sudo tee -a /etc/apt/sources.list.d/van-belle.list If you really need them in production, then after install DISABLE the buster-experimental repo line. Have fun with these. Greetz, Louis