ошибка: E: Package ‘sshfs’ has no installation candidate
при установке пакета:
apt install sshfs
возвращает ошибку:
Reading package lists… DoneBuilding dependency treeReading state information… DonePackage sshfs is not available, but is referred to by another package.This may mean that the package is missing, has been obsoleted, oris only available from another sourceE: Package ‘sshfs’ has no installation candidate
ошибка вызвана из-за того, что данный пакет был перемещен в репозиторий universe
нужно добавить репозиторий universe:
apt-add-repository universe
теперь можно устанавливать sshfs:
apt install sshfs