GNU/Linux >> Linux の 問題 >  >> Ubuntu

「デルタ」パッケージを入手してApt-getアップグレードダウンロードを最適化する方法は?

最近、VirtualBoxにFedoraをインストールしましたが、ダウンロードサイズを大幅に削減するのに役立つDelta-RPMパッケージを使用していることに気付きました。また、Gentooはいくつかのデルタを使用していると聞きました パッケージ。 Ubuntuでもそのようなデルタを見ることができてうれしいです。

誰かがそのようなdelta-debパッケージについて知っていますか、そしてどうすればそれらを使用することができますか?

ベストアンサー

debdeltaを探している可能性があります パッケージ。

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.

使用方法

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

$ 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. Ubuntu18.04をUbuntu18.10にアップグレードする方法

  2. コマンドラインを介してUbuntuでパッケージをアップグレードする方法

  3. 壊れたパッケージを修正する方法は?

  1. Pythonを3.9にアップグレードする方法

  2. Ubuntu20.04にアップグレードする方法

  3. Ubuntu でパッケージをどのように管理しますか?

  1. wingetupgrade-パッケージを更新する方法

  2. Ubuntuを20.10にアップグレードする方法

  3. Ubuntuを21.10にアップグレードする方法