Пакет Gdebi-core недоступен
sudo apt-get install -f gdebi-core
[sudo] password for sdksdk:
Reading package lists ... Done
Building dependency tree
Loading state information ... Done
Gdebi-core package is not available, but is referred to by another package. This may mean,
that the package is missing, it has been obsoleted, or is only available from another source
2 ответа
Сначала проверьте, что universe
включен. Вы можете включить его:
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
Затем выполните команду:
sudo apt-get update
sudo apt-get install gdebi
Посылка gdebi-core
находится в основных репозиториях. Проверьте свои /etc/apt/sources.list
для такой записи, например. для верных:
Для распространения Trusty, например:
deb http://archive.ubuntu.com/ubuntu trusty main
Смотрите ваш дистрибутив с помощью команды
lsb_release -sc
от man lsb_release
-c, --codename
Display the code name of the currently installed distribution.
-s, --short
Use the short output format for any information displayed.
This format omits the leading header(s).
Если запись отсутствует, используйте эту команду:
sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) main"
После этого:
sudo apt-get update
sudo apt-get install gedbi-core