fresh install: should update & upgrade the system now,.


Recommended Posts


well i have a fresh installation

i thougth that i should update & upgrade the system now,.

root@MartinsMX-Rechner:/home/martin# sudo apt dist-upgrade
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.       
Statusinformationen werden eingelesen.... Fertig
Paketaktualisierung (Upgrade) wird berechnet... Fertig
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
root@MartinsMX-Rechner:/home/martin# sudo apt update
Holen:1 http://security.debian.org stretch/updates InRelease [94,3 kB]
Holen:2 http://ftp.halifax.rwth-aachen.de/mxlinux/packages/mx/repo stretch InRelease [8.136 B]     
Holen:3 http://ftp.de.debian.org/debian stretch-updates InRelease [91,0 kB]                        
Ign:4 http://ftp.de.debian.org/debian stretch InRelease                                            
Holen:5 http://ftp.de.debian.org/debian stretch Release [118 kB]                   
Holen:6 http://ftp.de.debian.org/debian stretch Release.gpg [2.365 B]              
Holen:7 http://iso.mxrepo.com/antix/stretch stretch InRelease [25,6 kB]                   
Holen:8 http://ftp.halifax.rwth-aachen.de/mxlinux/packages/mx/repo stretch/main amd64 Packages [551 kB]
Holen:9 http://ftp.halifax.rwth-aachen.de/mxlinux/packages/mx/repo stretch/main i386 Packages [539 kB]
Holen:10 http://security.debian.org stretch/updates/main i386 Packages [497 kB]                    
Holen:11 http://security.debian.org stretch/updates/main amd64 Packages [497 kB]                   
Holen:12 http://security.debian.org stretch/updates/main Translation-en [219 kB]                   
Holen:13 http://security.debian.org stretch/updates/contrib i386 Packages [1.760 B]                
Holen:14 http://security.debian.org stretch/updates/contrib amd64 Packages [1.760 B]               
Holen:15 http://security.debian.org stretch/updates/contrib Translation-en [1.759 B]               
Holen:16 http://security.debian.org stretch/updates/non-free amd64 Packages [1.596 B]              
Holen:17 http://security.debian.org stretch/updates/non-free i386 Packages [1.596 B]               
Holen:18 http://security.debian.org stretch/updates/non-free Translation-en [691 B]                
Holen:19 http://ftp.de.debian.org/debian stretch-updates/main amd64 Packages [27,4 kB]             
Holen:20 http://ftp.de.debian.org/debian stretch-updates/main i386 Packages [27,4 kB]              
Holen:21 http://ftp.de.debian.org/debian stretch-updates/main Translation-en [11,3 kB]             
Holen:22 http://ftp.de.debian.org/debian stretch/main i386 Packages [7.066 kB]                     
Holen:23 http://iso.mxrepo.com/antix/stretch stretch/main i386 Packages [177 kB]                   
Holen:24 http://ftp.halifax.rwth-aachen.de/mxlinux/packages/mx/repo stretch/non-free amd64 Packages [40,4 kB]
Holen:25 http://ftp.halifax.rwth-aachen.de/mxlinux/packages/mx/repo stretch/non-free i386 Packages [40,8 kB]
Holen:26 http://ftp.de.debian.org/debian stretch/main amd64 Packages [7.086 kB]                    
Holen:27 http://iso.mxrepo.com/antix/stretch stretch/main amd64 Packages [184 kB]            
Holen:28 http://ftp.de.debian.org/debian stretch/main Translation-de_DE [830 B]                
Holen:29 http://ftp.de.debian.org/debian stretch/main Translation-en [5.385 kB]
Holen:30 http://ftp.de.debian.org/debian stretch/main Translation-de [1.620 kB]
Holen:31 http://ftp.de.debian.org/debian stretch/contrib i386 Packages [48,0 kB]
Holen:32 http://ftp.de.debian.org/debian stretch/contrib amd64 Packages [50,9 kB]
Holen:33 http://ftp.de.debian.org/debian stretch/contrib Translation-en [45,9 kB]
Holen:34 http://ftp.de.debian.org/debian stretch/non-free amd64 Packages [78,3 kB]
Holen:35 http://ftp.de.debian.org/debian stretch/non-free i386 Packages [69,4 kB]
Holen:36 http://ftp.de.debian.org/debian stretch/non-free Translation-en [80,3 kB]
Es wurden 24,7 MB in 6 s geholt (3.542 kB/s).                                                      
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.       
Statusinformationen werden eingelesen.... Fertig
Aktualisierung für 127 Pakete verfügbar. Führen Sie »apt list --upgradable« aus, um sie anzuzeigen.
root@MartinsMX-Rechner:/home/martin#

well - i need to do that with other commands

Link to comment
Share on other sites

Just now, tarifa said:

well - i need to do that with other commands

What do you need to do with other commands? Do you mean you want to enter a command to see if there are any updates available?

 

sudo apt-get update
sudo apt-get upgrade

or in "one" command:

sudo apt-get update && sudo apt-get upgrade

As you can see, I say "one" command because it's the exact same commands as above, you're just able to put them on to the same line thanks to the &&.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.