Nie jesteś zalogowany.
Jeśli nie posiadasz konta, zarejestruj je już teraz! Pozwoli Ci ono w pełni korzystać z naszego serwisu. Spamerom dziękujemy!
Prosimy o pomoc dla małej Julki — przekaż 1% podatku na Fundacji Dzieciom zdazyć z Pomocą.
Więcej informacji na dug.net.pl/pomagamy/.
Strony: 1
Przy okazji pierwszego postu witam wszystkich.
W ramach nauki próbuję zainstalować Debiana w wersji testing.
Pozwolę przytoczyć sobie fragment instrukcji z debian wiki:
Edit your /etc/apt/sources.list file, changing 'stable' (or the current codename for stable) to 'testing' (or the current code name for the next stable release).
Remove or comment out your stable security updates line(s) (anything with security.debian.org in it).
Remove or comment out any other stable-specific lines, like *-backports or *-updates.
Verify that your installation is not fixed to a specific release in /etc/apt/apt.conf.d/00default-release
i kawałek dalej:
If you are tracking testing or the next-stable code name, you should always have a corresponding deb http://security.debian.org <"testing" or codename>/updates main line in your /etc/apt/sources.list
Nie bardzo ro rozumiem.
W pierwszym cytacie polecają usunąć lub wrzucić w komentarz wszystko z security, a następnie piszą, że jeśli korzystam z testing powinienem zawsze korzystać z security testing. I nie bardzo wiem co z tym fantem zrobić.
Offline
Kazda wersja dystrybucji ma swoje wlasne repozytoria zwiazane z security.
Offline
u mnie po instalacji wyglądało to tak:
deb http:/ftp.pl.debian.org/debian stretch main
deb-src http:/ftp.pl.debian.org/debian stretch main
deb http://security.debian.org/debian-security stretch/updates main
deb http://security.debian.org/debian-security stretch/updates main
# stretch-updates, previously known as 'volatile'
deb http:/ftp.pl.debian.org/debian stretch-updates main
deb-src http:/ftp.pl.debian.org/debian stretch-updates main
Zmieniłem na:
deb http:/ftp.pl.debian.org/debian testing main
deb-src http:/ftp.pl.debian.org/debian testing main
#deb http://security.debian.org/debian-security stretch/updates main
#deb-src http://security.debian.org/debian-security stretch/updates main
# stretch-updates, previously known as 'volatile'
deb http:/ftp.pl.debian.org/debian testing-updates main
deb-src http:/ftp.pl.debian.org/debian testing-updates main
i dodałem na końcu:
http://security.debian.org testing/updates main
Czy tak to powinno wyglądać? (moje zmiany pogrubiłem)
Ostatnio edytowany przez 860lacov (2019-06-02 00:59:22)
Offline
te:
# stretch-updates, previously known as 'volatile' deb http:/ftp.pl.debian.org/debian testing-updates main deb-src http:/ftp.pl.debian.org/debian testing-updates main
są zbędne.
Ostatnio edytowany przez mati75 (2019-06-02 20:16:57)
Offline
mati75 napisał(-a):
te:
Kod:
# stretch-updates, previously known as 'volatile' deb http:/ftp.pl.debian.org/debian testing-updates main deb-src http:/ftp.pl.debian.org/debian testing-updates mainsą zbędne.
Dzięki.
Mam jednak pewne wątpliwości co do aktualizacji bezpieczeństwa.
Repozytorium streatch wygląda "poprawnie"
deb http://security.debian.org/debian-security stretch/updates main
To co mi wydaje się poprawne z debian wiki czyli
http://security.debian.org testing/updates main
wydaje się być nie do końca trafione.
Czy nie powinno być jednak tak:
deb http://security.debian.org/debian-security testing/updates main
lub tak:
deb http://security.debian.org/debian-security testing/updates main
deb-src http://security.debian.org/debian-security testing/updates main
Jak widać nie do końca ogarniam koncepcję.
Tą jakby zagwozdkę powoduje to, że po wejściu na:
http://security-cdn.debian.org/debian-security/
widoczne są katalogi, w których jest między innymi testing
natomiast po wejściu na:
https://www.debian.org/security/
pojawia się strona informacyjna o bezpieczeństwie
całkowicie na czuja ta pierwsza opcja wydaje się być bardziej logiczna jednak debian wiki wskazuje:
If you are tracking testing or the next-stable code name, you should always have a corresponding deb http://security.debian.org <"testing" or codename>/updates main line in your /etc/apt/sources.list
Czyli deb http://security.debian.org testing/updates main
wydaje się być ok
p.s.
prócz main do każdego wpisu mogę dodać contrib oraz non-free?
p.s.2
Przy instalacji na wirtualnej maszynie połączenie internetowe jest ciągłe. Wirtualny kabel. Przy standardowej instalacji już na docelowym komputerze mam jedynie wifi. Czy instalacja z iso non-free załatwi sprawę czy bez kabla się nie obejdzie/
Offline
Ja w Debianie do stable mam takie:
deb https://deb.debian.org/debian/ stable main contrib non-free deb-src https://deb.debian.org/debian/ stable main contrib non-free deb https://deb.debian.org/debian-security stable/updates main deb-src https://deb.debian.org/debian-security stable/updates main deb https://deb.debian.org/debian stable-updates main contrib non-free deb-src https://deb.debian.org/debian stable-updates main contrib non-free deb https://deb.debian.org/debian stretch-backports main contrib non-free deb-src https://deb.debian.org/debian stretch-backports main contrib non-free deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main
Tu jest instrukcja:
https://deb.debian.org/
Ostatnio edytowany przez Jacekalex (2019-06-03 15:20:53)
Offline
sid u mnie (może komuś się przyda :)
cat /etc/apt/sources.list # testing deb [arch=amd64] https://deb.debian.org/debian testing main contrib non-free deb [arch=amd64] https://deb.debian.org/debian-security testing/updates main contrib non-free # unstable deb [arch=amd64,i386] https://deb.debian.org/debian/ unstable main contrib non-free # experimental deb [arch=amd64] https://deb.debian.org/debian/ experimental main contrib non-free # multimedia deb [arch=amd64] https://www.deb-multimedia.org sid main non-free # chrome deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main
cat /etc/apt/preferences Package: * Pin: release o=Unofficial Multimedia Packages Pin-Priority: 100 Package: youtube-dl Pin: origin *.deb-multimedia.org Pin-Priority: 550 Package: * Pin: release a=testing Pin-Priority: 120 Package: chromium* chromium-l10n* chromium-sandbox* Pin: release a=testing Pin-Priority: 550
Offline
Strony: 1