
各位 Debian 用戶大家好,
我最近買了一個戴爾 Optiplex 790,安裝了 Debian 10.9 並放置了ATI藍寶石卡在裡面。需要驅動程式來修復顯示尺寸變化時的螢幕變色,我添加了FGLRX專有驅動程式。現在我需要設定一些應用程序,例如 OBS studio,但我似乎找不到它們突觸。我嘗試手動下載 deb 檔案進行安裝,但是依賴與核心套件衝突。我想要讓 synaptic 恢復擁有完整的主 Debian 儲存庫軟體包。我怎麼做?
Aptitude 來源的輸出:
# deb cdrom:[Debian GNU/Linux 10.9.0 _Buster_ - Official amd64 xfce-CD Binary-1 20210327-10:42]/ buster main
# deb cdrom:[Debian GNU/Linux 10.9.0 _Buster_ - Official amd64 xfce-CD Binary-1 20210327-10:42]/ buster main
deb http://deb.debian.org/debian/ buster-backports contrib main
deb-src http://deb.debian.org/debian/ buster-backports contrib main
deb http://security.debian.org/debian-security/ buster/updates contrib main
deb-src http://security.debian.org/debian-security/ buster/updates main contrib
# buster-updates, previously known as 'volatile'
deb http://deb.debian.org/debian/ buster-updates contrib main
deb-src http://deb.debian.org/debian/ buster-updates main contrib
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
答案1
您的來源中缺少主儲存庫。
您至少需要添加
deb http://deb.debian.org/debian buster main
/etc/apt/sources.list
查看範例sources.list)並重新載入套件索引
sudo apt update
在終端機中或Ctrl + R在 synaptic 中選擇「重新載入套件資訊」( )。