GNU/Linux >> Linux の 問題 >  >> Arch Linux

Arch Linuxでの「警告:ローカルはコミュニティよりも新しい」エラーを修正する方法

こんにちは、Arch Linuxユーザーです! sudo pacman -Syyuを使用してArchLinuxデスクトップをアップグレードしようとするときはいつでも ターミナルからのコマンドで、次のエラーメッセージが表示されました。

:: Synchronizing package databases...
 core 123.5 KiB 152K/s 00:01 [######################] 100%
 extra 1721.2 KiB 162K/s 00:11 [######################] 100%
 community 3.7 MiB 157K/s 00:24 [######################] 100%
 multilib 186.2 KiB 154K/s 00:01 [######################] 100%
 archlinuxfr 15.4 KiB 46.6K/s 00:00 [######################] 100%
:: Starting full system upgrade...
warning: calibre: local (2.77.0-2) is newer than community (2.77.0-1)
warning: deepin-file-manager: local (1:1.3.8-1) is newer than community (1:1.3.7-1)
warning: deepin-music: local (3.0.1-2) is newer than community (3.0.1-1)
warning: deepin-terminal: local (2.1.8-1) is newer than community (2.1.7-1)
warning: libfm: local (1.2.5-1) is newer than community (1.2.4-2)
warning: libfm-extra: local (1.2.5-1) is newer than community (1.2.4-2)
warning: libfm-gtk2: local (1.2.5-1) is newer than community (1.2.4-2)
warning: pcmanfm: local (1.2.5-1) is newer than community (1.2.4-2)
warning: perl-image-exiftool: local (10.40-1) is newer than extra (10.36-1)
warning: perl-yaml-tiny: local (1.70-1) is newer than community (1.69-1)
warning: ruby-bundler: local (1.14.2-1) is newer than community (1.14.0-1)
warning: youtube-dl: local (2017.01.22-1) is newer than community (2017.01.16-1)
 there is nothing to do

私はこのエラーに数日間直面しています。 Arch linuxフォーラムで検索したところ、この解決策が見つかりました。最近このエラーに遭遇したことがありますか?この問題を修正するための迅速で汚い回避策は、次のコマンドを実行する必要があることです。

$ sudo pacman -Syu

上記のコマンドは、ほとんどの場合、問題を修正し、すべてのパッケージを更新します。

ダウンロード -無料キット:「ITセキュリティの要点-2017キット」

そうでない場合は、代わりにこのコマンドを実行してください。

$ sudo pacman -Suu

上記のコマンドは、すべてのパッケージを更新してから、影響を受けるすべてのパッケージをダウングレードします。

次に、コマンドを使用して完全なアップグレードを実行します:

$ sudo pacman -Syyu

今回は、システム全体のアップグレードに問題はありませんでした。

関連記事:

  • 壊れたArchLinuxを以前の動作状態に復元する方法
  • ArchLinuxで「データベースをロックできない」エラーを修正する方法
  • Arch Linuxで「無効または破損したパッケージ(PGP署名)」エラーを修正する方法
  • 「完全なシステムアップグレードを開始する…何もすることがない」問題をArchLinuxで解決する方法
  • Arch Linuxで「エラー:トランザクションのコミットに失敗しました(ファイルの競合)」を解決する方法
  • Arch Linuxでの「pacman:共有ライブラリのロード中のエラー」エラーを修正する方法

Arch Linux
  1. ArchLinuxでPacmanを使用する方法

  2. ArchLinuxにOracleJava10をインストールする方法

  3. Linuxでのcron認証失敗エラーを修正するにはどうすればよいですか?

  1. ArchLinuxにPacaurをインストールする方法

  2. Arch Linuxで「無効または破損したパッケージ(PGP署名)」エラーを修正する方法

  3. Arch Linuxで「エラー:トランザクションのコミットに失敗しました(ファイルの競合)」を解決する方法

  1. ArchLinuxにVirtualBoxをインストールする方法

  2. VirtualBoxにArchLinuxをインストールする方法

  3. ArchLinuxにKDEデスクトップをインストールする方法