deb http://deb.debian.org/debian/ bookworm contrib non-free non-free-firmware
Debianでfirmware-nvidia-gsp 525.85.12がないと表示された場合の対応
firmware-nvidia-gspのこのバージョンからは、non-free-firmwareレポジトリに含まれる。
そのため、例えば、/etc/apt/sources.listに以下のようにnon-free-firmwareを追加する。
aptでインストール前にバージョンを確認する例
$ apt-cache policy nodejs
nodejs:
Installed: (none)
Candidate: 4.7.2~dfsg-1ubuntu3
Version table:
4.7.2~dfsg-1ubuntu3 500
500 http://archive.ubuntu.com/ubuntu zesty/universe amd64 Packages
apt-cacheでパッケージのバージョンを表示する
apt-cache policyを使う。
$ apt-cache policy cinnamon
cinnamon:
Installed: (none)
Candidate: 2.2.16-3
Version table:
2.2.16-3 0
500 http://archive.ubuntu.com/ubuntu/ utopic/universe amd64 Packages
登録:
投稿 (Atom)