このクイックチュートリアルでは、Debian、Ubuntu、およびその他のDebianベースのLinuxディストリビューションで「add-apt-repositoryコマンドが見つかりません」エラーをすばやく修正する方法を示します。
UbuntuまたはDebianにソフトウェアをインストールする多くの方法の1つは、PPA(パーソナルパッケージアーカイブ)を使用することです。
新しいPPAリポジトリを追加する場合は、次の方法でadd-apt-repositoryコマンドを使用する必要があります。
sudo add-apt-repository ppa:some/ppa
Debianでは、エレメンタリーOSと
sudo:add-apt-repository:コマンドが見つかりません
この厄介なエラーを修正する方法を見てみましょう。
add-apt-repository:コマンドが見つからないというエラーを修正
エラーは単純です。パッケージadd-apt-repositoryがシステムにインストールされていません。
ただし、sudo apt-get install add-apt-repositoryを使用しようとすると、機能しません。
これは、
したがって、ターミナルを開いて次のコマンドを使用します:
sudo apt-get install software-properties-common
コマンドの出力は次のようになります:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
software-properties-common
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 9,912 B of archives.
After this operation, 197 kB of additional disk space will be used.
Get:1 http://us.archive.ubuntu.com/ubuntu bionic-updates/main amd64 software-properties-common all 0.96.24.32.5 [9,912 B]
Fetched 9,912 B in 2s (5,685 B/s)
Selecting previously unselected package software-properties-common.
(Reading database ... 265950 files and directories currently installed.)
Preparing to unpack .../software-properties-common_0.96.24.32.5_all.deb ...
Unpacking software-properties-common (0.96.24.32.5) ...
Processing triggers for man-db (2.8.3-2) ...
Processing triggers for dbus (1.12.2-1ubuntu1) ...
Setting up software-properties-common (0.96.24.32.5) ...
software-properties-commonをインストールしたら、次のコマンドを使用してシステムを更新する必要があります。
sudo apt-get update
add-apt-repositoryまたはapt-add-repositoryコマンドを快適に使用してPPAを追加できるようになりました。
注:software-properties-commonコマンドが見つからないというエラーが表示された場合は、sudo apt-get updateを実行してから、再インストールしてください。
この簡単なヒントが、「add-apt-repository:コマンドが見つかりません」
それでもPPAの問題が発生する場合は、コメントセクションでお知らせください。追加の提案、質問、または簡単な感謝の言葉はいつでも歓迎します。