GNU/Linux >> Linux Esercitazione >  >> Ubuntu

Come ottenere pacchetti "delta" per ottimizzare i download di aggiornamento Apt-get?

Di recente ho installato Fedora in VirtualBox e ho notato che utilizzano pacchetti Delta-RPM, che aiutano a ridurre drasticamente le dimensioni del download. Inoltre ho sentito che Gentoo usa alcuni delta Pacchetti. Sarei felice di vedere tali delta anche in Ubuntu.

Qualcuno sa di questi pacchetti delta-deb e come posso usarli?

Migliore risposta

Potresti cercare debdelta pacchetto.

Da man debdelta-upgrade :

NAME
       debdelta-upgrade  -  Downloads  all deltas that may be used to 'apt-get
       upgrade', and apply them.

SYNOPSIS
       debdelta-upgrade [OPTION]... [PACKAGE] ...

DESCRIPTION
       This program is designed to download changes (deltas) that may be  used
       to  apt-get upgrade all listed packages, and apply them.  If no package
       is listed in the command line, then it will  apply  to  all  upgradable
       packages. See debdelta(1) for more details on the delta files.

Come si usa

sudo apt-get update
sudo debdelta-upgrade
sudo apt-get upgrade

Esempio

$ sudo debdelta-upgrade 
Downloaded, time  7.24sec, speed 212kB/sec, xserver-xorg-video-intel_2.99.910+git20140315.8cc1f005-0ubuntu0sarvatt~saucy_i386.deb
Delta-upgrade statistics:                                                       
 total resulting debs, size 1539kB time 8sec virtual speed 181kB/sec

Ubuntu
  1. Come aggiornare Python a 3.9

  2. Come aggiornare Ubuntu 18.04 a Ubuntu 18.10

  3. Come aggiornare i pacchetti su Ubuntu tramite riga di comando

  4. Come riparare i pacchetti rotti?

  5. Come gestisci i pacchetti in Ubuntu?

Come aggiornare Ubuntu 20.04 a 21.04

Come aggiornare Ubuntu 16.04 a Ubuntu 16.10

Come escludere i pacchetti dall'aggiornamento di Apt-Get

Come aggiornare Devuan 3.1 a 4.0 Chimaera

Come aggiornare Ubuntu 18.04 a 20.04?

Come aggiornare Ubuntu 20.04 a Ubuntu 20.10