Hi there
As the topic's title suggests, I have a problem installing Bitwig Studio's latest version on Ubuntu Studio 24.04
I tried to do it the .deb file "bitwig-studio-5.3.8.deb" in a classic way using command
Code: Select all
sudo apt install ./bitwig-studio-5.3.8.deb
It didn't work,because of dependency problem (?) stated this way :
Code: Select all
"f@f-Ubuntu-W10:~/Desktop/share/M/Bitwig$ sudo apt install ./bitwig-studio-5.3.8.deb
[sudo] Password for f:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note: Selecting "bitwig-studio" instead of "./bitwig-studio-5.3.8.deb"
Some packages cannot be installed. This may mean
that you requested the impossible, or, if you are using
the unstable distribution, that some packages have not yet been
created or have not been released from Incoming.
The following information should help you resolve the situation:
The following packages contain unmet dependencies:
bitwig-studio: Depends: zlib1g:i386 butt is not installable
Depends: libx11-xcb1:i386 but it is not installable
Depends: libx11-6:i386 but it is not installable
Depends: libxau6:i386 but it is not installable
Depends: libxdmcp6:i386 but it is not installable
Depends: libxrender1:i386 but it is not installable
Depends: libfontconfig1:i386 but it is not installable
Depends: libxcb-icccm4:i386 but it is not installable
Depends: libxcb-util1:i386 but it is not installable
Depends: libxcb-shm0:i386 but it is not installable
Depends: libxcb-xinput0:i386 but it is not Installable
Depends: libxkbcommon0:i386 but it is not installable
Depends: libxkbcommon-x11-0:i386 but it is not installable
Depends: libpixman-1-0:i386 but it is not installable
Depends: libcairo2:i386 but it is not installable
E: Unable to fix problems, broken packages are in "keep as is" mode"
Being new to Ubuntu and a basic PC user, I asked help to Chat-GPT, and it interprets the situation as follows:
This means that Bitwig Studio ships an internal version of Java and its libraries, but some system dependencies, particularly 32-bit (:i386), are still required—probably to support certain 32-bit VST plugins, or for compatibility reasons.
However, your system (Ubuntu Studio 24.04) appears to not allow the installation of 32-bit packages by default, or multi-arch (i386) support is not yet enabled.
It recommended me to activate 32-bit architecture this way
Code: Select all
sudo dpkg --add-architecture i386
sudo apt update
I did this but the problem stays the same
Anybody has a clue about this?
I haven't tried with Flatpak yet, maybe i will letter but 1st I'd like to try the "normal" install.
More generally, I'd be curious to have feedback from other people using Bitwig Studio on Ubuntu Studio
Thanks in advance for your insights on this!