Results 1 to 8 of 8

Thread: trying to install Wine on Ubuntu 20.04.6 LTS

  1. #1
    Join Date
    Aug 2013
    Beans
    50

    trying to install Wine on Ubuntu 20.04.6 LTS

    Her is the output I get while trying to install Wine.

    reuven@reuven-OptiPlex-9020:~$ sudo apt install --install-recommends wine-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:
    wine-stable : Depends: libc6 (>= 2.34) but 2.31-0ubuntu9.9 is to be installed
    Depends: wine-stable-i386 (= 8.0.2~jammy-1)
    Depends: wine-stable-amd64 (= 8.0.2~jammy-1) but it is not going to be installed
    E: Unable to correct problems, you have held broken packages.

  2. #2
    Join Date
    Mar 2010
    Location
    /home
    Beans
    9,447
    Distro
    Xubuntu

    Re: trying to install Wine on Ubuntu 20.04.6 LTS

    I don't use Wine but you need to check your sources list.

    You say you are trying to install to 20.04.6 LTS but the errors indicate Jammy repositories which is 22.04 LTS.

    Post the output of:
    Code:
    cat /etc/apt/sources.list
    You should also check Software Manager to see what additional repositories or PPAs you've added recently.

  3. #3
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: trying to install Wine on Ubuntu 20.04.6 LTS

    Do:
    Code:
    sudo apt-get build-dep --install-recommends wine-stable
    RE: man apt-get
    Code:
           build-dep
               build-dep causes apt-get to install/remove packages in an attempt
               to satisfy the build dependencies for a source package. By default
               the dependencies are satisfied to build the package natively. If
               desired a host-architecture can be specified with the
               --host-architecture option instead.
    
               The arguments are interpreted as binary or source package names.
               See the --only-source option if you want to change that.

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  4. #4
    Join Date
    Aug 2013
    Beans
    50

    Re: trying to install Wine on Ubuntu 20.04.6 LTS

    Quote Originally Posted by Rubi1200 View Post
    I don't use Wine but you need to check your sources list.

    You say you are trying to install to 20.04.6 LTS but the errors indicate Jammy repositories which is 22.04 LTS.

    Post the output of:
    Code:
    cat /etc/apt/sources.list
    You should also check Software Manager to see what additional repositories or PPAs you've added recently.
    $ cat /etc/apt/sources.list
    deb cdrom:[Xubuntu 20.04.1 LTS _Focal Fossa_ - Release amd64 (20200731)]/ focal main multiverse restricted universe

    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.
    deb http://us.archive.ubuntu.com/ubuntu/ focal main restricted
    deb-src http://us.archive.ubuntu.com/ubuntu/ focal universe main multiverse restricted

    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://us.archive.ubuntu.com/ubuntu/ focal-updates main restricted
    deb-src http://us.archive.ubuntu.com/ubuntu/ focal-updates universe main multiverse restricted

    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team. Also, please note that software in universe WILL NOT receive any
    ## review or updates from the Ubuntu security team.
    deb http://us.archive.ubuntu.com/ubuntu/ focal universe
    # deb-src http://us.archive.ubuntu.com/ubuntu/ focal universe
    deb http://us.archive.ubuntu.com/ubuntu/ focal-updates universe
    # deb-src http://us.archive.ubuntu.com/ubuntu/ focal-updates universe

    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team, and may not be under a free licence. Please satisfy yourself as to
    ## your rights to use the software. Also, please note that software in
    ## multiverse WILL NOT receive any review or updates from the Ubuntu
    ## security team.
    deb http://us.archive.ubuntu.com/ubuntu/ focal multiverse
    # deb-src http://us.archive.ubuntu.com/ubuntu/ focal multiverse
    deb http://us.archive.ubuntu.com/ubuntu/ focal-updates multiverse
    # deb-src http://us.archive.ubuntu.com/ubuntu/ focal-updates multiverse

    ## N.B. software from this repository may not have been tested as
    ## extensively as that contained in the main release, although it includes
    ## newer versions of some applications which may provide useful features.
    ## Also, please note that software in backports WILL NOT receive any review
    ## or updates from the Ubuntu security team.
    deb http://us.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
    deb-src http://us.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse

    ## Uncomment the following two lines to add software from Canonical's
    ## 'partner' repository.
    ## This software is not part of Ubuntu, but is offered by Canonical and the
    ## respective vendors as a service to Ubuntu users.
    deb http://archive.canonical.com/ubuntu focal partner
    deb-src http://archive.canonical.com/ubuntu focal partner

    deb http://security.ubuntu.com/ubuntu focal-security main restricted
    deb-src http://security.ubuntu.com/ubuntu focal-security universe main multiverse restricted
    deb http://security.ubuntu.com/ubuntu focal-security universe
    # deb-src http://security.ubuntu.com/ubuntu focal-security universe
    deb http://security.ubuntu.com/ubuntu focal-security multiverse
    # deb-src http://security.ubuntu.com/ubuntu focal-security multiverse

    # This system was installed using small removable media
    # (e.g. netinst, live or single CD). The matching "deb cdrom"
    # entries were disabled at the end of the installation process.
    # For information about how to configure apt package sources,
    # see the sources.list(5) manual.

  5. #5
    Join Date
    Aug 2013
    Beans
    50

    Re: trying to install Wine on Ubuntu 20.04.6 LTS

    reuven@reuven-OptiPlex-9020:~$ sudo apt-get build-dep --install-recommends wine-stable
    Reading package lists... Done
    Picking 'wine' as source package instead of 'wine-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:
    builddeps:wine : Depends: libvkd3d-dev but it is not going to be installed
    E: Unable to correct problems, you have held broken packages.


    Quote Originally Posted by MAFoElffen View Post
    Do:
    Code:
    sudo apt-get build-dep --install-recommends wine-stable
    RE: man apt-get
    Code:
           build-dep
               build-dep causes apt-get to install/remove packages in an attempt
               to satisfy the build dependencies for a source package. By default
               the dependencies are satisfied to build the package natively. If
               desired a host-architecture can be specified with the
               --host-architecture option instead.
    
               The arguments are interpreted as binary or source package names.
               See the --only-source option if you want to change that.

  6. #6
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: trying to install Wine on Ubuntu 20.04.6 LTS

    Please go back your last two posts. "Edit Post" > "Go Advanced". Select the text of your commands and output to highlight it. The press the "#" Icon to wrap the highlighted text with CODE Tags.

    It is Forum Policy to wrap all commands and output within CODE Tags.

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  7. #7
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: trying to install Wine on Ubuntu 20.04.6 LTS

    Moved to Wine sub-forum as a more appropriate location.
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

  8. #8
    Join Date
    Aug 2013
    Beans
    50

    Re: trying to install Wine on Ubuntu 20.04.6 LTS

    I am still trying to get wine64 installed.
    See below--is it installed?
    code
    $ wine64 --version
    wine-8.0
    code
    sudo apt-get remove wine64
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    Package 'wine64' is not installed, so not removed
    0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
    code
    $ cat /etc/apt/sources.list
    deb cdrom:[Xubuntu 20.04.1 LTS _Focal Fossa_ - Release amd64 (20200731)]/ focal main multiverse restricted universe

    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.
    deb http://us.archive.ubuntu.com/ubuntu/ focal main restricted
    deb-src http://us.archive.ubuntu.com/ubuntu/ focal universe main multiverse restricted

    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://us.archive.ubuntu.com/ubuntu/ focal-updates main restricted
    deb-src http://us.archive.ubuntu.com/ubuntu/ focal-updates universe main multiverse restricted

    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team. Also, please note that software in universe WILL NOT receive any
    ## review or updates from the Ubuntu security team.
    deb http://us.archive.ubuntu.com/ubuntu/ focal universe
    # deb-src http://us.archive.ubuntu.com/ubuntu/ focal universe
    deb http://us.archive.ubuntu.com/ubuntu/ focal-updates universe
    # deb-src http://us.archive.ubuntu.com/ubuntu/ focal-updates universe

    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team, and may not be under a free licence. Please satisfy yourself as to
    ## your rights to use the software. Also, please note that software in
    ## multiverse WILL NOT receive any review or updates from the Ubuntu
    ## security team.
    deb http://us.archive.ubuntu.com/ubuntu/ focal multiverse
    # deb-src http://us.archive.ubuntu.com/ubuntu/ focal multiverse
    deb http://us.archive.ubuntu.com/ubuntu/ focal-updates multiverse
    # deb-src http://us.archive.ubuntu.com/ubuntu/ focal-updates multiverse

    ## N.B. software from this repository may not have been tested as
    ## extensively as that contained in the main release, although it includes
    ## newer versions of some applications which may provide useful features.
    ## Also, please note that software in backports WILL NOT receive any review
    ## or updates from the Ubuntu security team.
    deb http://us.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
    deb-src http://us.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse

    ## Uncomment the following two lines to add software from Canonical's
    ## 'partner' repository.
    ## This software is not part of Ubuntu, but is offered by Canonical and the
    ## respective vendors as a service to Ubuntu users.
    deb http://archive.canonical.com/ubuntu focal partner
    deb-src http://archive.canonical.com/ubuntu focal partner

    deb http://security.ubuntu.com/ubuntu focal-security main restricted
    deb-src http://security.ubuntu.com/ubuntu focal-security universe main multiverse restricted
    deb http://security.ubuntu.com/ubuntu focal-security universe
    # deb-src http://security.ubuntu.com/ubuntu focal-security universe
    deb http://security.ubuntu.com/ubuntu focal-security multiverse
    # deb-src http://security.ubuntu.com/ubuntu focal-security multiverse

    # This system was installed using small removable media
    # (e.g. netinst, live or single CD). The matching "deb cdrom"
    # entries were disabled at the end of the installation process.
    # For information about how to configure apt package sources,

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •