Benjamin-Loison / mintsources

0 stars 0 forks source link

How to compare the up-to-date aspect? #5

Open Benjamin-Loison opened 7 months ago

Benjamin-Loison commented 7 months ago
sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y  
Get:1 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]      
Hit:2 http://repo.mysql.com/apt/ubuntu jammy InRelease                         
Hit:3 http://archive.ubuntu.com/ubuntu jammy InRelease                         
Hit:4 https://packages.element.io/debian default InRelease                     
Ign:5 http://packages.linuxmint.com virginia InRelease                         
Get:6 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]        
Hit:7 http://packages.linuxmint.com virginia Release                           
Hit:9 https://updates.signal.org/desktop/apt xenial InRelease                  
Hit:10 http://archive.ubuntu.com/ubuntu jammy-backports InRelease
Get:11 http://archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [611 kB]
Get:12 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [1,562 kB]
Get:13 http://archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [699 kB]
Get:14 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1,075 kB]
Hit:15 https://repo.waydro.id jammy InRelease                                  
Fetched 4,177 kB in 9s (472 kB/s)                                              
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
4 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  firefox firefox-locale-en firefox-locale-fr openssh-client
4 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 76.8 MB of archives.
After this operation, 911 kB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 openssh-client amd64 1:8.9p1-3ubuntu0.7 [906 kB]
Get:2 http://packages.linuxmint.com virginia/upstream amd64 firefox amd64 125.0.1+linuxmint1+virginia [74.6 MB]
35% [2 firefox 28.1 MB/74.6 MB 38%]                         24.3 kB/s 32min 43s^C

I noticed a slow update process, hence I changed to a faster mirror but then do not have the previously mentioned update:

sudo apt update && sudo apt upgrade -y && sudo apt autoremove -y
Hit:1 http://repo.mysql.com/apt/ubuntu jammy InRelease
Hit:2 http://mirror.eu-lo.kamatera.com/ubuntu jammy InRelease                  
Hit:3 http://mirror.eu-lo.kamatera.com/ubuntu jammy-updates InRelease          
Hit:4 http://security.ubuntu.com/ubuntu jammy-security InRelease               
Hit:5 https://updates.signal.org/desktop/apt xenial InRelease                  
Hit:6 http://mirror.eu-lo.kamatera.com/ubuntu jammy-backports InRelease        
Ign:7 https://ftp.crifo.org/mint-packages virginia InRelease                   
Hit:8 https://ftp.crifo.org/mint-packages virginia Release                     
Hit:9 https://packages.element.io/debian default InRelease              
Hit:10 https://repo.waydro.id jammy InRelease                           
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
1 package can be upgraded. Run 'apt list --upgradable' to see it.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
  openssh-client
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/906 kB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 862533 files and directories currently installed.)
Preparing to unpack .../openssh-client_1%3a8.9p1-3ubuntu0.7_amd64.deb ...
Unpacking openssh-client (1:8.9p1-3ubuntu0.7) over (1:8.9p1-3ubuntu0.6) ...
Setting up openssh-client (1:8.9p1-3ubuntu0.7) ...
Processing triggers for man-db (2.10.2-1) ...
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Do mirrors have a description or/and webpage associated to have more details on how it works?

Are not mirrors updated with something like a push mechanism?

+2

Benjamin-Loison commented 4 months ago

If I remember correctly I read somewhere that mirrors may have more recent updates.

Benjamin-Loison commented 3 months ago

Maybe related to Benjamin_Loison/apt/issues/8.

Benjamin-Loison commented 2 months ago

Related to https://linuxmint-user-guide.readthedocs.io/en/latest/upgrade-to-mint-22.html#installing-mintupgrade.