在 Ubuntu 系統(tǒng)中,snapd 是一種軟件包管理工具,用于安裝、升級和管理 snap 包。snap 包是一種應用打包格式,可以在各種 Linux 發(fā)行版上運行。
如果你想切換 snapd 軟件倉庫,可以按照以下步驟操作:
打開終端窗口。
使用以下命令備份當前的軟件倉庫設置:
sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup
sudo nano /etc/apt/sources.list
deb http://archive.ubuntu.com/ubuntu/ bionic-updates main restricted
deb http://archive.ubuntu.com/ubuntu/ bionic-updates universe
deb https://mirrors.tuna.tsinghua.edu.cn/ubuntu/ bionic-updates main restricted
你可以根據(jù)自己的需求選擇合適的倉庫地址,然后將原來的倉庫地址替換成新的地址。保存并關閉文件。
sudo apt update
sudo apt install --reinstall snapd
snap list
現(xiàn)在,你已經(jīng)成功切換了 snapd 軟件倉庫。如果有任何問題,請隨時在評論中提出。