Установить Tmate Ubuntu 17.10

Пытаюсь установить tmate на ubuntu 17.10

Следующие инструкции на https://tmate.io/ для Ubuntu:

sudo apt-get install software-properties-common 
sudo add-apt-repository ppa:tmate.io/archive    
sudo apt-get update                             
sudo apt-get install tmate

терпит неудачу на sudo apt-get install tmate, кажется, конфликтует с зависимостями:

➜  ~ sudo apt-get install tmate

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 tmate : Depends: libevent-2.0-5 (>= 2.0.10-stable) but it is not installable
E: Unable to correct problems, you have held broken packages.

как это можно решить?

1 ответ

У меня была та же проблема, о которой сообщалось здесь. Чтобы иметь полностью работоспособный Tmate, я удаляю repository on source-list.d,

sudo rm -rf /etc/apt/sources.list.d/tmate_io-ubuntu-archive-artful.list*

И Тматэ их установил нормально.

sudo apt update sudo apt install tmate

Как описано в проблеме, проблема должна быть исправлена, но до сих пор это работало для меня.

Другие вопросы по тегам