Squid Repo: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „=add diladele apt key= *wget -qO - http://packages.diladele.com/diladele_pub.asc | sudo apt-key add - =add repo= *echo "deb http://squid48.diladele.com/ubuntu…“) |
(kein Unterschied)
|
Aktuelle Version vom 14. Oktober 2019, 13:38 Uhr
add diladele apt key
- wget -qO - http://packages.diladele.com/diladele_pub.asc | sudo apt-key add -
add repo
- echo "deb http://squid48.diladele.com/ubuntu/ bionic main" > /etc/apt/sources.list.d/squid48.diladele.com.list
update the apt cache
- apt-get update
install
- apt-get install squid-common
- apt-get install squid
- apt-get install squidclient