Debian: apt-get update nefunguje

k3dAR

  • *****
  • 3 055
  • porad nemam telo, ale uz mam hlavu... nobody
    • Zobrazit profil
    • E-mail
Re:Debian: apt-get update nefunguje
« Odpověď #15 kdy: 30. 04. 2019, 22:32:39 »
vrat jen security, nejspis jessie-updates je jiz v teto fazi spojene s jessie, takze v sources.list:
Kód: [Vybrat]
deb http://deb.debian.org/debian/ jessie main contrib non-free
deb-src http://deb.debian.org/debian/ jessie main contrib non-free

deb http://security.debian.org/ jessie/updates main contrib non-free
deb-src http://security.debian.org/ jessie/updates main contrib non-free

Kód: [Vybrat]
sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade && sudo apt-get --purge autoremove && sudo apt-get cleanpak vrat i updates:
Kód: [Vybrat]
deb http://deb.debian.org/debian/ jessie-updates main contrib non-free
deb-src http://deb.debian.org/debian/ jessie-updates main contrib non-free
a zmen na stretch:
Kód: [Vybrat]
sudo sed 's/jessie/stretch/' -i /etc/apt/sources.lista opet aktualizace:
Kód: [Vybrat]
sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade && sudo apt-get --purge autoremove && sudo apt-get clean


Re:Debian: apt-get update nefunguje
« Odpověď #16 kdy: 02. 05. 2019, 16:52:52 »
Děkuji všem. Usoudil jsem z vážných důvodů, že bude lepší, aby to běželo na centosu s čím mi uživatel k3dAR moc pomohl, bez něho bych na serveru požadovanou službu do kupy nikdy nedal.  :)