Results 1 to 7 of 7

Thread: wine hell 20.04

  1. #1
    Join Date
    Aug 2005
    Location
    Northern Michigan USA
    Beans
    2,384
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    wine hell 20.04

    I got a new laptop and have spent all day following various tutorials to install wine and every one gives errors and dependency problems. I have tried command line, synaptic, software app . Never was an issue before 20.04. I also followed the instructions here with same broken pkgs and dependency issues. Yet synaptic finds no broken pkgs.
    https://wiki.winehq.org/Ubuntu
    Also every time I try a new tutorial it removes chrome, skype and google earth!
    Last edited by cmcanulty; March 17th, 2021 at 08:14 PM.

  2. #2
    Join Date
    May 2013
    Location
    Galiza
    Beans
    4,009
    Distro
    Ubuntu

    Re: wine hell 20.04

    I wonder what the problem or difficulty is with
    Code:
    sudo apt install wine

  3. #3
    Join Date
    Aug 2005
    Location
    Northern Michigan USA
    Beans
    2,384
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: wine hell 20.04

    I did that and then more errors

    Code:
    cmcanulty@DarcyTech:~$ wine
    it looks like wine32 is missing, you should install it.
    as root, please execute "apt-get install wine32"
    Usage: wine PROGRAM [ARGUMENTS...]   Run the specified program
           wine --help                   Display this help and exit
           wine --version                Output version information and exit
    cmcanulty@DarcyTech:~$ sudo apt-get install wine32
    [sudo] password for cmcanulty: 
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    Package wine32 is not available, but is referred to by another package.
    This may mean that the package is missing, has been obsoleted, or
    is only available from another source
    However the following packages replace it:
      libwine
    E: Package 'wine32' has no installation candidate
    cmcanulty@DarcyTech:~$ ~$ sudo apt install libwine
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    libwine is already the newest version (5.0-3ubuntu1).
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    cmcanulty@DarcyTech:~$ wine
    it looks like wine32 is missing, you should install it.
    as root, please execute "apt-get install wine32"
    Usage: wine PROGRAM [ARGUMENTS...]   Run the specified program
           wine --help                   Display this help and exit
           wine --version                Output version information and exit
    cmcanulty@DarcyTech:~$
    lots of google entries for these issues in 20.04 with wine but nothing works. This is an amd processor I wonder if that could cause an issue
    Last edited by cmcanulty; March 17th, 2021 at 11:03 PM.

  4. #4
    Join Date
    Oct 2005
    Location
    Lab, Slovakia
    Beans
    10,791

    Re: wine hell 20.04

    Wine is a 32 bit program. Ubuntu doesn’t do 32 bit by default anymore. In my experience a virtual machine with Win7 works way better than Wine.

  5. #5
    Join Date
    Aug 2005
    Location
    Northern Michigan USA
    Beans
    2,384
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: wine hell 20.04

    I have 32 bit architecture installed. Are you actually saying wine won't work in 20.04? I have it installed o several 20.04 computers. I am asking about a particular computer where it fails. Thank you.

  6. #6
    Join Date
    May 2013
    Location
    Galiza
    Beans
    4,009
    Distro
    Ubuntu

    Re: wine hell 20.04

    Try purging the WineHQ PPA that you added probably for no good reason (as 99% of the users following the instructions you referenced) and then install it from the official Ubuntu repository (older version but always installs and works correctly). If you need a newer version then, instead of using the WineHQ PPA, install PlayOnLinux so you can manage different container with different Wine versions if it must be.

  7. #7
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: wine hell 20.04

    Thread moved to Wine.

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
  •