Hello,
I can't install wine...I run Ubuntu 20.04.
I have tried many guides...Always the same.
I have deleted everything before installing again, but....
Please help
ADMINISTRATOR'S NOTE TO MEMBERS CONSIDERING POSTING - If you do not have any input that will help the OP further his goals, please do not post here, and I want no input that is derogatory to other Operating Systems. TIA - Wizard
I can't install wine...I run Ubuntu 20.04.
I have tried many guides...Always the same.
I have deleted everything before installing again, but....
Please help
Code:
manin@manos-PC:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.5 LTS
Release: 20.04
Codename: focal
Code:
manin@manos-PC:~$ sudo dpkg --add-architecture i386
manin@manos-PC:~$ sudo mkdir -pm755 /etc/apt/keyrings
manin@manos-PC:~$ sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
--2024-03-31 12:09:11-- https://dl.winehq.org/wine-builds/winehq.key
Resolving dl.winehq.org (dl.winehq.org)... 146.75.2.217
Connecting to dl.winehq.org (dl.winehq.org)|146.75.2.217|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3220 (3,1K) [application/pgp-keys]
Saving to: ‘/etc/apt/keyrings/winehq-archive.key’
/etc/apt/keyrings/wineh 100%[=============================>] 3,14K --.-KB/s in 0s
2024-03-31 12:09:11 (6,23 MB/s) - ‘/etc/apt/keyrings/winehq-archive.key’ saved [3220/3220]
manin@manos-PC:~$ sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/focal/winehq-focal.sources
--2024-03-31 12:15:54-- https://dl.winehq.org/wine-builds/ubuntu/dists/focal/winehq-focal.sources
Resolving dl.winehq.org (dl.winehq.org)... 146.75.2.217
Connecting to dl.winehq.org (dl.winehq.org)|146.75.2.217|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 163
Saving to: ‘/etc/apt/sources.list.d/winehq-focal.sources’
winehq-focal.sources 100%[=============================>] 163 --.-KB/s in 0s
2024-03-31 12:15:54 (3,73 MB/s) - ‘/etc/apt/sources.list.d/winehq-focal.sources’ saved [163/163]
manin@manos-PC:~$ sudo apt install --install-recommends winehq-stable
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:
winehq-stable : Depends: wine-stable (= 9.0.0.0~focal-1)
E: Unable to correct problems, you have held broken packages.
ADMINISTRATOR'S NOTE TO MEMBERS CONSIDERING POSTING - If you do not have any input that will help the OP further his goals, please do not post here, and I want no input that is derogatory to other Operating Systems. TIA - Wizard
Last edited by a moderator: