L.P.H. van Belle
2021-Sep-28 10:34 UTC
[Samba] Ubuntu focal Fossa 4.15.0 (amd64 only) online
Hai,
Totaly forgot to mention,
Ubuntu's Focal Fossa 20.04 and samba 4.15 packages are online.
You can use.. How suprise-ing.. focal-samba415 for the repo name.
The new apt setup, conform new guidelines..
Since apt-key is predicated.
(source : https://wiki.debian.org/DebianRepository/UseThirdParty )
Needed: apt-get install apt-transport-https gnupg
Put the trusted (de-armored) key in /usr/share/keyrings/ :
wget -O- https://apt.van-belle.nl/louis-van-belle.gpg-key.asc |\
gpg --dearmor | sudo tee /usr/share/keyrings/louis-van-belle.gpg >
/dev/null
echo "deb [arch=$(dpkg --print-architecture)
signed-by=/usr/share/keyrings/louis-van-belle.gpg]
http://apt.van-belle.nl/debian/ focal-samba415 main" \|
sudo tee -a /etc/apt/sources.list.d/van-belle.list
(optional, i saves me some loggings.)
echo "Acquire::Languages { "none"; };" |sudo tee -a
/etc/apt/apt.conf.d/99disable-translations
Enjoy.
Greetz,
Louis