Page 3 of 3 FirstFirst 123
Results 21 to 29 of 29

Thread: Ubuntu 24.04 - 64bits - Install wine32:i386

  1. #21
    Join Date
    Oct 2024
    Beans
    28

    Re: Ubuntu 24.04 - 64bits - Install wine32:i386

    @1fallen2 I removed the docker repositories because I didn't need then anymore.

    Yes I installed winetrciks but the result is the same

    Code:
    gonzalesc@puccohp:~/Descargas$ winetricks 
    Executing cd /usr/bin
    ------------------------------------------------------
    warning: Unknown file arch of /usr/bin/wine.
    ------------------------------------------------------


    @tadaen_sylvermane here mi sourcelist

    Code:
    gonzalesc@puccohp:~/Descargas$ cat /etc/apt/sources.list
    # deb cdrom:[Ubuntu 22.04 LTS _Jammy Jellyfish_ - Release amd64 (20220419)]/ jammy main restricted
    
    # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
    # newer versions of the distribution.
    deb http://archive.ubuntu.com/ubuntu noble main restricted
    # deb-src http://ar.archive.ubuntu.com/ubuntu/ jammy main restricted
    
    ## Major bug fix updates produced after the final release of the
    ## distribution.
    deb http://archive.ubuntu.com/ubuntu noble-updates main restricted
    # deb-src http://ar.archive.ubuntu.com/ubuntu/ jammy-updates main 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://archive.ubuntu.com/ubuntu noble universe
    # deb-src http://ar.archive.ubuntu.com/ubuntu/ jammy universe
    deb http://archive.ubuntu.com/ubuntu noble-updates universe
    # deb-src http://ar.archive.ubuntu.com/ubuntu/ jammy-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://archive.ubuntu.com/ubuntu noble multiverse
    # deb-src http://ar.archive.ubuntu.com/ubuntu/ jammy multiverse
    deb http://archive.ubuntu.com/ubuntu noble-updates multiverse
    # deb-src http://ar.archive.ubuntu.com/ubuntu/ jammy-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://archive.ubuntu.com/ubuntu noble-backports main restricted universe multiverse
    # deb-src http://ar.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
    
    deb http://security.ubuntu.com/ubuntu noble-security main restricted
    # deb-src http://security.ubuntu.com/ubuntu jammy-security main restricted
    deb http://security.ubuntu.com/ubuntu noble-security universe
    # deb-src http://security.ubuntu.com/ubuntu jammy-security universe
    deb http://security.ubuntu.com/ubuntu noble-security multiverse
    # deb-src http://security.ubuntu.com/ubuntu jammy-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.

    Regards

  2. #22
    Join Date
    May 2018
    Location
    Here and There
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Ubuntu 24.04 - 64bits - Install wine32:i386

    I was able to reproduce everything you have shown in your thread, but was fixed following this: https://idroot.us/install-wine-ubuntu-24-04/

    NOTE: Please remove all wine installs first.
    Code:
    sudo apt list --installed|grep wine 
    
    WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
    
    fonts-wine/noble,noble,now 9.0~repack-4build3 all [installed,automatic]
    libwine/noble,now 9.0~repack-4build3 amd64 [installed]
    libwine/noble,now 9.0~repack-4build3 i386 [installed,automatic]
    q4wine/noble,now 1.3.13-1build2 amd64 [installed]
    wine32/noble,now 9.0~repack-4build3 i386 [installed,automatic]
    wine64/noble,now 9.0~repack-4build3 amd64 [installed,automatic]
    wine/noble,noble,now 9.0~repack-4build3 all [installed,automatic]
    winetricks/noble,noble,now 20240105-2 all [installed]
    Following that link you will or might see "invalid key" just ignore and install fresh. (Stay within the Stable install)
    EDIT: This is my installed packages just to help:
    Code:
    apt list --installed | grep wine
    
    WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
    
    fonts-wine/noble,noble,now 9.0~repack-4build3 all [installed,automatic]
    libwine/noble,now 9.0~repack-4build3 amd64 [installed]
    libwine/noble,now 9.0~repack-4build3 i386 [installed,automatic]
    q4wine/noble,now 1.3.13-1build2 amd64 [installed]
    wine-stable/noble,noble,now 3.0.1ubuntu1 all [installed]
    wine32/noble,now 9.0~repack-4build3 i386 [installed,automatic]
    wine64/noble,now 9.0~repack-4build3 amd64 [installed,automatic]
    wine/noble,noble,now 9.0~repack-4build3 all [installed,automatic]
    winetricks/noble,noble,now 20240105-2 all [installed]
    After a good install that PPA can now be removed:
    Code:
    sudo rm -rf /etc/apt/sources.list.d/winehq-jammy.sources /etc/apt/sources.list.d/winehq-noble.sources
    If you changed it to "noble" change the command accordingly.
    Last edited by 1fallen; November 3rd, 2024 at 11:36 PM. Reason: add to
    "When you practice gratefulness, there is a sense of respect toward others." >>Dalai Lama

  3. #23
    Join Date
    Oct 2024
    Beans
    28

    Re: Ubuntu 24.04 - 64bits - Install wine32:i386

    Hi.
    Thanks for the help. I removed all the wine packages, but, after when I try install wine, this is the output:

    Code:
    gonzalesc@puccohp:~/Descargas$ sudo apt list --installed|grep wine 
    WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

    Code:
    gonzalesc@puccohp:~/Descargas$ sudo apt install wine
    Leyendo lista de paquetes... Hecho
    Creando árbol de dependencias... Hecho
    Leyendo la información de estado... Hecho
    Los paquetes indicados a continuación se instalaron de forma automática y ya no son necesarios.
      libgdk-pixbuf-xlib-2.0-0 libgdk-pixbuf2.0-0 libpciaccess-dev
    Utilice «sudo apt autoremove» para eliminarlos.
    Se instalarán los siguientes paquetes adicionales:
      fonts-wine libcapi20-3t64 libodbc2 libwine libz-mingw-w64 wine64
    Paquetes sugeridos:
      odbc-postgresql tdsodbc q4wine winbind winetricks playonlinux wine-binfmt dosbox exe-thumbnailer | kio-extras wine64-preloader
    Paquetes recomendados:
      libosmesa6 wine32
    Los siguientes paquetes se ELIMINARÁN:
      code gitkraken google-chrome-stable libdrm-dev libgbm-dev libgl1-amber-dri mesa-va-drivers mesa-vulkan-drivers minecraft-launcher
      php8.2-gd redshift
    Se instalarán los siguientes paquetes NUEVOS:
      fonts-wine libcapi20-3t64 libodbc2 libwine libz-mingw-w64 wine wine64
    0 actualizados, 7 nuevos se instalarán, 11 para eliminar y 0 no actualizados.
    Se necesita descargar 106 MB de archivos.
    Se liberarán 828 MB después de esta operación.
    ¿Desea continuar? [S/n] n

    it says that some package will be remove like "gitkraken, Google, extension GD of PHP", and I always use those packages.

    PD : Yes, I ran the update and upgrade previously

    Regards
    Last edited by agonzalesc; November 4th, 2024 at 03:27 AM.

  4. #24
    Join Date
    May 2018
    Location
    Here and There
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Ubuntu 24.04 - 64bits - Install wine32:i386

    @agonzalesc have you ever used Wondershare in wine before?
    Winehq folks tell me this won't run in wine, I showed them that I installed, but it is total crap on my machine.

    I can help to install wine though, They are not happy with Canonical with changes made in 24.04 Noble....LOL
    They have not updated any PPA's officially yet. And No time was given for that to happen....

    Wonder Share was a bust for me, and my system is good as far as requirements needed.

    I'm using a hackish method for the wine Install and I'm pleased with that much and runs most everything I throw at it, except Wondershare.
    Just let me know if you want to proceed.
    My install now looks like this:
    Code:
    apt list --installed | grep wine
    
    WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
    
    fonts-wine/noble,noble,now 9.0~repack-4build3 all [installed]
    libwine/noble,now 9.0~repack-4build3 amd64 [installed]
    libwine/noble,now 9.0~repack-4build3 i386 [installed,auto-removable]
    q4wine/noble,now 1.3.13-1build2 amd64 [installed]
    wine-stable-amd64/jammy,now 9.0.0.0~jammy-1 amd64 [installed,automatic]
    wine-stable-i386/jammy,now 9.0.0.0~jammy-1 i386 [installed,automatic]
    wine-stable/jammy,now 9.0.0.0~jammy-1 amd64 [installed]
    wine32/noble,now 9.0~repack-4build3 i386 [installed,auto-removable]
    wine64/noble,now 9.0~repack-4build3 amd64 [installed,auto-removable]
    winehq-stable/jammy,now 9.0.0.0~jammy-1 amd64 [installed]
    winetricks/noble,noble,now 20240105-2 all [installed]
    "When you practice gratefulness, there is a sense of respect toward others." >>Dalai Lama

  5. #25
    Join Date
    Oct 2024
    Beans
    28

    Re: Ubuntu 24.04 - 64bits - Install wine32:i386

    Hi.

    Yes, last year I was using Filmora on Ubuntu (not Noble version), but I also needed to install other .exe packages.
    Yes, I want to install Wine, it's strange everything that is happening in my package system.

    Thank you for your time

  6. #26
    Join Date
    May 2018
    Location
    Here and There
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Ubuntu 24.04 - 64bits - Install wine32:i386

    Quote Originally Posted by agonzalesc View Post
    Hi.

    Yes, last year I was using Filmora on Ubuntu (not Noble version), but I also needed to install other .exe packages.
    yes i found it needed to install a lot of them to install Filmora

    You might need to go back to the previous version then, I'm guessing 22.04
    Quote Originally Posted by agonzalesc View Post
    Yes, I want to install Wine, it's strange everything that is happening in my package system.

    Thank you for your time
    Strange Indeed, but I suggest then as I said is to revert to the Last know working Ubuntu install.

    Or we can waste some time to see what I already know on 24.04. (Not what I would do though)
    Your Choice.
    Attached Images Attached Images
    Last edited by 1fallen; November 4th, 2024 at 08:51 PM.
    "When you practice gratefulness, there is a sense of respect toward others." >>Dalai Lama

  7. #27
    Join Date
    May 2018
    Location
    Here and There
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Ubuntu 24.04 - 64bits - Install wine32:i386

    I had to check, so I Booted to my trusty Arch system, and it works very nicely on that system.

    This is definitionally a Noble Flaw/Bug

    Nice little program.....
    Attached Images Attached Images
    "When you practice gratefulness, there is a sense of respect toward others." >>Dalai Lama

  8. #28
    Join Date
    Oct 2024
    Beans
    28

    Re: Ubuntu 24.04 - 64bits - Install wine32:i386

    Hi @1fallen thanks for the help

    I finally managed to downgrade to Ubuntu 22.04 but I couldn't install Filmora because it gives me some errors and I understand that this is already another thread, so I have created a new one.
    https://ubuntuforums.org/showthread....692&p=14213745


    I thank you again for the help in this thread. I'm going to close this thread


    Regards

  9. #29
    Join Date
    May 2018
    Location
    Here and There
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Ubuntu 24.04 - 64bits - Install wine32:i386

    I'll take a look in a bit, I need to finish something first.

    Always happy to help.
    "When you practice gratefulness, there is a sense of respect toward others." >>Dalai Lama

Page 3 of 3 FirstFirst 123

Tags for this Thread

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
  •