При добавлении репозитария, произошла ошибка, данной команды не найдено в системе:
keiz@ekzorchik:~$ sudo add-apt-repository ppa:koshi/xfce-4.8
[sudo] password for keiz:
sudo: add-apt-repository: command not found
Я когда устанавливал Ubuntu Server 10.10, то ставил всё в минимальных пакетах, чтобы потом настроить именно то, что мне нужно, вот за это и поплатился, а с другой стороны приобрёл опыт.
Для исправление текущего положения дел:
keiz@ekzorchik:~$ sudo apt-get install –reinstall python-software-properties && sudo dpkg-reconfigure python-software-properties
Reading package lists… Done
Building dependency tree
Reading state information… Done
The following extra packages will be installed:
python-pycurl unattended-upgrades
Suggested packages:
libcurl4-gnutls-dev python-pycurl-dbg bsd-mailx
The following NEW packages will be installed:
python-pycurl python-software-properties unattended-upgrades
0 upgraded, 3 newly installed, 0 to remove and 99 not upgraded.
Need to get 114kB of archives.
After this operation, 684kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Get:1 http://us.archive.ubuntu.com/ubuntu/ maverick/main unattended-upgrades all 0.62ubuntu1 [22.3kB]
Get:2 http://us.archive.ubuntu.com/ubuntu/ maverick/main python-pycurl amd64 7.19.0-3 [60.1kB]
Get:3 http://us.archive.ubuntu.com/ubuntu/ maverick-updates/main python-software-properties all 0.76.7.1 [31.5kB]
Fetched 114kB in 1s (89.2kB/s)
Preconfiguring packages …
Selecting previously deselected package unattended-upgrades.
(Reading database … 40361 files and directories currently installed.)
Unpacking unattended-upgrades (from …/unattended-upgrades_0.62ubuntu1_all.deb) …
Selecting previously deselected package python-pycurl.
Unpacking python-pycurl (from …/python-pycurl_7.19.0-3_amd64.deb) …
Selecting previously deselected package python-software-properties.
Unpacking python-software-properties (from …/python-software-properties_0.76.7.1_all.deb) …
Processing triggers for man-db …
Processing triggers for ureadahead …
ureadahead will be reprofiled on next reboot
Setting up unattended-upgrades (0.62ubuntu1) …
update-rc.d: warning: unattended-upgrades start runlevel arguments (none) do not match LSB Default-Start values (0 6)
update-rc.d: warning: unattended-upgrades stop runlevel arguments (0 6) do not match LSB Default-Stop values (none)
Setting up python-pycurl (7.19.0-3) …
Setting up python-software-properties (0.76.7.1) …
Processing triggers for python-support …
Processing triggers for python-central …
После команда снова присутствует в системе:
keiz@ekzorchik:~$ whereis add-apt-repository
add-apt-repository: /usr/bin/add-apt-repository /usr/share/man/man1/add-apt-repository.1.gz
По этому следует всегда смотреть, что и как настраивается, я же из-за своей невнимательности потерял достаточно большое время пока не разобрался где причина. Надеюсь заметка поможет Вам не наступить на те же грабли снова. Удачи!!!