Debian 適切な問題 (見つからない deb12u1)

Debian 適切な問題 (見つからない deb12u1)

以前はtexmakerをインストールしたかったのですが、問題が発生しました。 500MBをダウンロードしましたが、次の依存関係が見つからないと言いました。

Err : 4 http://deb.debian.org/debian/pool/main/t/texlive-bin/texlive-binaries_2022.20220321.62855-5.1_amd64.deb 404 Not Found [IP : .... 80]

リポジトリで参照すると、名前が異なります。 http://deb.debian.org/debian/pool/main/t/texlive-bin/texlive-binaries_2022.20220321.62855-5.1+deb12u1_amd64.deb

エラーは、以前にコマンドを実行し、実行されたが機能しなかった--fix-missingことapt updateを意味します。だからファイルをダウンロードしてsudo apt install ./texlive-binaries...+deb12u1_amd64.deb。 Googleで探してみましたが、あまりなくてOverleafに行きました。sudo apt install texmaker5.1+deb12u1_amd645.1

ところで今日実行してみると、再apt update && apt upgrade起動後ターミナルが出てきました。驚きました。startxgnomeを使用または起動できないことがわかりましたsudo systemctl enable gdm3。バージョンgnome-shell-commonを適切に更新し、DEを中断したことがわかりましたdeb12u1_amd64

これでapt、自動的にインストールされ、不要になったGNOMEパッケージがすべて一覧表示されます。bolt, gir1, ibus, ...

混乱しています。実行すると、次の項目によって異なりますapt install gdm3gnome-shellgnome-shell-common = 43.4-1 but 43.6-1~deb12u1 will be installed. Impossible to fix the problem.

探してみましたが、/etc/apt/sources.listすべてが大丈夫に見えます。

deb http://deb.debian.org/debian bookworm flags
deb-src http://deb.debian.org/debian bookworm flags

deb http://security.debian.org/debian-security bookworm-security flags
deb-src http://security.debian.org/debian-security bookworm-security flags

deb http://deb.debian.org/debian bookworm-updates flags
deb-src http://deb.debian.org/debian bookworm-updates flags

どこ。また、flagsI haveに含まれています。main non-free-firmware non-free contribsource.list.dvscodium.listdeb [singed-by = /usr/share...gpg ] https://download.vscodium.con/debs vscodium main

apt policy gnome gnome-shell返品

gnome:
  installed : none
  candidate : 1:43+1
  version table :
    1:43+1 500
    500 http://deb.debian.org/debian bookworm/main amd64 Packages
gnome-shell:
  installed : none
  candidate :43.4-1
  version table :
    43.4-1 500
    500 http://deb.debian.org/debian bookworm/main amd64 Packages
    100 /var/lib/dpkg/status

内容は次のとおりですapt update

Reached :1 http://deb.debian.org/debian bookworm InRelease
Reached :2 http://security.debian.org/debian-security bookworm-security InRelease
Reached :3 http://deb.debian.org/debian bookworm-updates InRelease
Reached :4 http://download.vscodium.com/debs vscodium InRelease
Reading list ... done
Constructing dependency tree ... done
Reading information status ... done
1 packet can be updated. Run apt list --upgradable to see it

これで新しいアップデートが行われ、現在nvidia-installer-cleanupは次のようになりますapt policy nvidia-installer=cleanup

nvidia-installer-cleanup:
  installed : 20220217+2
  candidate : 20220217+3~deb12u1
  version table :
    20220217+3~deb12u1 500
      500 http://deb.debian.org/debian bookworm/contrib amd64 Packages
    20220217+2 100 
      100 /var/lib/dpkg/status

ところで問題を発見したと思います。 Debian 11で実行されていたBrother HL-2135Wプリンタがあります。しかし、今回はデフォルトでは動作しなかったので、ブラザーサポートサイトにあるスクリプトを使ってインストールしようとしたところ、32ビットスクリプトでした。https://www.brother.fr/services-et-supports/hl-2135w/downloads

スクリプトがめちゃくちゃですlibc6-i386。私は走らなければならず、dpkg -add-architecture i386台無しになったaptdpkg -l | grep i386出力

cupswrapperhl2130:i386
hl2130lpr:i386

だから両方のパッケージを削除してdpkg --remove-architecture i386。しかし、まだGNOMEをインストールすることはできません。 aptにはより深い問題があるかもしれません。

私はRyzen 5 5500UがインストールされているDell Inspiron 5415でDebian 12 bookwormを実行しています。

ご協力ありがとうございます。

ベストアンサー1

システム上のストレージ情報のローカルキャッシュが古く、更新されませapt updateん。この問題を解決するには、ローカルキャッシュを削除してください。

rm /var/lib/apt/lists/*.debian.org_*

その後実行

apt update

再び(両方ともルート)。

おすすめ記事