python-software-propertiesインストールの問題

python-software-propertiesインストールの問題

最新バージョンのnode.jsをインストールする必要がありますが、システムリポジトリに以前のバージョンがあります。新しいppaソースを追加する必要があります。フォローするこれ地図時間

質問- 「python-software-properties」パッケージをインストールするとき:

sudo apt-get install python-software-properties

'add-apt-repository'プログラムがインストールされていません(apt-add-repositoryもインストールされていません):

root@vm7590:~# add-apt-repository
The program 'add-apt-repository' is currently not installed.  You can install it by typing:
apt-get install python-software-properties

そして

root@vm7590:~# apt-add-repository
The program 'apt-add-repository' is currently not installed.  You can install it by typing:
apt-get install python-software-properties

しかし、「python-software-properties」プログラムはすでにインストールされています。

root@vm7590:~# sudo apt-get install python-software-properties
sudo: unable to resolve host vm7590
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-software-properties is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

私は何が間違っていましたか?ppaソースを追加する他の方法はありますか?

私のシステムは次のとおりです。

root@vm7590:~# uname -a
Linux vm7590 3.2.0-23-generic #36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

ベストアンサー1

software-properties-common代わりにインストールする必要がありますpython-software-propertieshttps://bugs.launchpad.net/ubuntu/+source/ubuntu-meta/+bug/439566

おすすめ記事