FGLRX のインストール後、一部の APT パッケージが Debian Buster に表示されません。どうすれば修正できますか?

FGLRX のインストール後、一部の APT パッケージが Debian Buster に表示されません。どうすれば修正できますか?

こんにちは、Debianユーザーの皆さん。

私は最近、デル オプティプレックス 790、Debian 10.9をインストールし、ATI サファイア カードディスプレイサイズの変更時に画面の変色を修正するドライバーが必要だったので、FGLRX専用ドライバー. 今、OBSスタジオのようないくつかのアプリケーションを設定する必要がありましたが、シナプス手動で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ソースリストの例)を実行し、パッケージインデックスを再読み込みします。

sudo apt update

ターミナルで、またはCtrl + Rsynaptic で「パッケージ情報を再読み込み」( ) を選択します。

関連情報