Skip to content

Instantly share code, notes, and snippets.

View RecoFu's full-sized avatar

Reco RecoFu

View GitHub Profile
@RecoFu
RecoFu / apt-offline.md
Created January 26, 2021 05:04 — forked from ycku/apt-offline.md
記錄 apt-offline 的標準語法,在離線環境使用 apt

Advantages

  1. 相容原有的 source list
  2. 只下載需要安裝的套件
  3. 步驟單純

Goals

基本上就是處理下面三種(apt update, upgrade, install)需要網路的操作

  • online$: 表示在有對外網路的主機操作
  • offline$: 表示在無對外網路的主機操作