How to install wine on ubuntu?

The name of the pictureThe name of the pictureThe name of the pictureClash 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?










share|improve this question









New contributor




Xiao is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • 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














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?










share|improve this question









New contributor




Xiao is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • 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












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?










share|improve this question









New contributor




Xiao is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











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






share|improve this question









New contributor




Xiao is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Xiao is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 8 hours ago









Jeff Schaller

33.8k851113




33.8k851113






New contributor




Xiao is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 8 hours ago









Xiao

4




4




New contributor




Xiao is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Xiao is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Xiao is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











  • 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










  • 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










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.






share|improve this answer




















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );






    Xiao is a new contributor. Be nice, and check out our Code of Conduct.









     

    draft saved


    draft discarded


















    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






























    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.






    share|improve this answer
























      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.






      share|improve this answer






















        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.






        share|improve this answer












        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.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 5 hours ago









        Nasir Riley

        1,754139




        1,754139




















            Xiao is a new contributor. Be nice, and check out our Code of Conduct.









             

            draft saved


            draft discarded


















            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.













             


            draft saved


            draft discarded














            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













































































            Popular posts from this blog

            How to check contact read email or not when send email to Individual?

            Christian Cage

            How to properly install USB display driver for Fresco Logic FL2000DX on Ubuntu?