elementary OS install wine

Questions about Wine on Linux
Locked
otis0911
Newbie
Newbie
Posts: 3
Joined: Fri Oct 28, 2022 7:26 pm

elementary OS install wine

Post by otis0911 »

my linux os is elementary OS,I want install wine on my system.But I can't install.How can i do?
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: elementary OS install wine

Post by jkfloris »

What steps have you already tried?

What is the output of

Code: Select all

cat /etc/os-release
This allows you to see what version of Ubuntu the operating system is running.
If you know the Ubuntu version name, you can follow the guide on the WineHQ Wiki.
otis0911
Newbie
Newbie
Posts: 3
Joined: Fri Oct 28, 2022 7:26 pm

Re: elementary OS install wine

Post by otis0911 »

wen i enter sudo apt update,have error.
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: elementary OS install wine

Post by jkfloris »

What error message do you get?
Can you copy and paste the message?
otis0911
Newbie
Newbie
Posts: 3
Joined: Fri Oct 28, 2022 7:26 pm

Re: elementary OS install wine

Post by otis0911 »

E: The repository 'https://dl.winehq.org/wine-builds/ubuntu bionic Release' no longer has a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: elementary OS install wine

Post by jkfloris »

I think you made a mistake when you added the repository.
Remove the WineHQ repository from /etc/apt/sources.list or from a file in /etc/apt/sources.list.d/
and follow the instructions on the WineHQ Wiki.
Locked