How to install wine on ubuntu?
Clash Royale CLAN TAG#URR8PPP
up vote
-2
down vote
favorite
I'm struggling with installing WIne on fresh Description: Ubuntu 18.04.1 LTS
404 Not Found [IP: 91.189.*.* 80]
:3 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease
E: The repository 'http://ppa.launchpad.net/wine/wine-builds/ubuntu bionic
Release' does not have 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.
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo apt-get update
sudo apt-get install --install-recommends winehq-stable
I've been trying from official site https://wiki.winehq.org/Ubuntu and also youtube videos, but both ends with the same error (above)
Any idea?
ubuntu software-installation wine
New contributor
add a comment |Â
up vote
-2
down vote
favorite
I'm struggling with installing WIne on fresh Description: Ubuntu 18.04.1 LTS
404 Not Found [IP: 91.189.*.* 80]
:3 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease
E: The repository 'http://ppa.launchpad.net/wine/wine-builds/ubuntu bionic
Release' does not have 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.
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo apt-get update
sudo apt-get install --install-recommends winehq-stable
I've been trying from official site https://wiki.winehq.org/Ubuntu and also youtube videos, but both ends with the same error (above)
Any idea?
ubuntu software-installation wine
New contributor
just to note, there is a ubuntu stack exchange that is dedicated, you might have more luck: askubuntu.com
â Tommy
8 hours ago
askubuntu.com/questions/316025/⦠seems to be a good start
â Jeff Schaller
8 hours ago
add a comment |Â
up vote
-2
down vote
favorite
up vote
-2
down vote
favorite
I'm struggling with installing WIne on fresh Description: Ubuntu 18.04.1 LTS
404 Not Found [IP: 91.189.*.* 80]
:3 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease
E: The repository 'http://ppa.launchpad.net/wine/wine-builds/ubuntu bionic
Release' does not have 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.
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo apt-get update
sudo apt-get install --install-recommends winehq-stable
I've been trying from official site https://wiki.winehq.org/Ubuntu and also youtube videos, but both ends with the same error (above)
Any idea?
ubuntu software-installation wine
New contributor
I'm struggling with installing WIne on fresh Description: Ubuntu 18.04.1 LTS
404 Not Found [IP: 91.189.*.* 80]
:3 https://dl.winehq.org/wine-builds/ubuntu bionic InRelease
E: The repository 'http://ppa.launchpad.net/wine/wine-builds/ubuntu bionic
Release' does not have 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.
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/
sudo apt-get update
sudo apt-get install --install-recommends winehq-stable
I've been trying from official site https://wiki.winehq.org/Ubuntu and also youtube videos, but both ends with the same error (above)
Any idea?
ubuntu software-installation wine
ubuntu software-installation wine
New contributor
New contributor
edited 8 hours ago
Jeff Schaller
33.8k851113
33.8k851113
New contributor
asked 8 hours ago
Xiao
4
4
New contributor
New contributor
just to note, there is a ubuntu stack exchange that is dedicated, you might have more luck: askubuntu.com
â Tommy
8 hours ago
askubuntu.com/questions/316025/⦠seems to be a good start
â Jeff Schaller
8 hours ago
add a comment |Â
just to note, there is a ubuntu stack exchange that is dedicated, you might have more luck: askubuntu.com
â Tommy
8 hours ago
askubuntu.com/questions/316025/⦠seems to be a good start
â Jeff Schaller
8 hours ago
just to note, there is a ubuntu stack exchange that is dedicated, you might have more luck: askubuntu.com
â Tommy
8 hours ago
just to note, there is a ubuntu stack exchange that is dedicated, you might have more luck: askubuntu.com
â Tommy
8 hours ago
askubuntu.com/questions/316025/⦠seems to be a good start
â Jeff Schaller
8 hours ago
askubuntu.com/questions/316025/⦠seems to be a good start
â Jeff Schaller
8 hours ago
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
I was able to install it by doing the following:
Add this line to /etc/apt/sources.list
with a text editor:
deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main
Next:
apt-get update
Last:
apt-get install --install-recommends winehq-stable
That successfully installed the package(s). I didn't need to use sudo
as I was running as root.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I was able to install it by doing the following:
Add this line to /etc/apt/sources.list
with a text editor:
deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main
Next:
apt-get update
Last:
apt-get install --install-recommends winehq-stable
That successfully installed the package(s). I didn't need to use sudo
as I was running as root.
add a comment |Â
up vote
0
down vote
I was able to install it by doing the following:
Add this line to /etc/apt/sources.list
with a text editor:
deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main
Next:
apt-get update
Last:
apt-get install --install-recommends winehq-stable
That successfully installed the package(s). I didn't need to use sudo
as I was running as root.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
I was able to install it by doing the following:
Add this line to /etc/apt/sources.list
with a text editor:
deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main
Next:
apt-get update
Last:
apt-get install --install-recommends winehq-stable
That successfully installed the package(s). I didn't need to use sudo
as I was running as root.
I was able to install it by doing the following:
Add this line to /etc/apt/sources.list
with a text editor:
deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main
Next:
apt-get update
Last:
apt-get install --install-recommends winehq-stable
That successfully installed the package(s). I didn't need to use sudo
as I was running as root.
answered 5 hours ago
Nasir Riley
1,754139
1,754139
add a comment |Â
add a comment |Â
Xiao is a new contributor. Be nice, and check out our Code of Conduct.
Xiao is a new contributor. Be nice, and check out our Code of Conduct.
Xiao is a new contributor. Be nice, and check out our Code of Conduct.
Xiao is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f474327%2fhow-to-install-wine-on-ubuntu%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
just to note, there is a ubuntu stack exchange that is dedicated, you might have more luck: askubuntu.com
â Tommy
8 hours ago
askubuntu.com/questions/316025/⦠seems to be a good start
â Jeff Schaller
8 hours ago