как установить pantheon-файлы в Ubuntu 18.04.3

что я сделал:

$ sudo add-apt-repository ppa:elementary-os/stable
$ sudo apt update

Ubuntu 18.04.3 Mate попытался установить Pantheon-Files, но получил ошибку:

$ sudo apt-get install -f pantheon-files

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:
 pantheon-files : Depends: libcloudproviders0 (>= 0.3.0) but it is not going to be installed
                  Recommends: contractor but it is not going to be installed
                  Recommends: tumbler-plugins-extra but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

попробовал нормально другой способ, такой как snap или flatpak или appimage но не повезло.

1
задан 12 September 2019 в 04:02

1 ответ

Сначала необходимо включить репозиторий вселенной с

sudo add-apt-repository universe

и затем можно вручную загрузить и установить более новую версию библиотеки с

cd ~/Downloads
wget http://mirrors.kernel.org/ubuntu/pool/universe/libc/libcloudproviders/libcloudproviders0_0.3.0-1_amd64.deb
sudo apt install ./libcloudproviders0_0.3.0-1_amd64.deb

и затем файлы пантеона установки с

sudo apt-get install pantheon-files
0
ответ дан 7 December 2019 в 18:48

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

Похожие вопросы: