- 相容原有的 source list
- 只下載需要安裝的套件
- 步驟單純
基本上就是處理下面三種(apt update, upgrade, install)需要網路的操作
- online$: 表示在有對外網路的主機操作
- offline$: 表示在無對外網路的主機操作
| using System; | |
| using System.Collections; | |
| using System.Collections.Generic; | |
| namespace Trees1 | |
| { | |
| class Program | |
| { | |
| static void Main(string[] args) | |
| { |