S
S
Space Around2019-03-11 23:20:24
Wine
Space Around, 2019-03-11 23:20:24

How to fix wine installation error on Ubuntu 18?

Unable to install wine on Ubuntu 18.04.2 LTS. I did everything according to the guide ( https://wiki.winehq.org/Ubuntu), but on the line

sudo apt install --install-recommends winehq-stable

the terminal issues
[email protected]:/# sudo apt install --install-recommends winehq-stable
Чтение списков пакетов… Готово
Построение дерева зависимостей       
Чтение информации о состоянии… Готово
Некоторые пакеты не могут быть установлены. Возможно, то, что вы просите,
неосуществимо, или же вы используете нестабильную версию дистрибутива, где
запрошенные вами пакеты ещё не созданы или были удалены из Incoming.
Следующая информация, возможно, вам поможет:

Следующие пакеты имеют неудовлетворённые зависимости:
 winehq-stable : Зависит: wine-stable (= 4.0~cosmic)
E: Невозможно исправить ошибки: у вас зафиксированы сломанные пакеты.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
evillistru, 2020-03-01
@evillistru

not installed, because libfaudio0 is needed, here is the solution:
https://forum.winehq.org/viewtopic.php?f=8&t=32192...

F
Fo4Ik, 2019-11-26
@Fo4Ik

You can try different types of solutions that can help repair the package database from the ones below:
Tip 1
Type and run this command in a terminal to fix broken packages:
sudo apt-get --fix-broken install
Tip 2
If the above command didn't help, try the following:
sudo rm /var/lib/apt/lists/* -vf
sudo apt-get update
Tip 3
You can also try the following commands:
sudo apt-get clean
sudo apt-get autoclean
sudo apt-get autoremove
Tip 4
And one more thing:
sudo dpkg --configure -a
sudo apt-get update

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question