Debian bullseye testing #196
-
Is there a build available for Debian bullseye(testing), since it soon goes to freeze?. While building from source in bullseye, seems like the qt5-default package required for the build is not available in the default repositories. Adding the repositories for OBK doesn't work either, giving a "Malformed entry in /etc/apt/sources.list.d/openbangla.list" error. Is there an alternative way to build it for Debian bullseye? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Ok, Figured it out finally. sudo apt-get install build-essential rustc cargo cmake libibus-1.0-dev qtbase5-dev libzstd-dev |
Beta Was this translation helpful? Give feedback.
Ok, Figured it out finally.
In order to use OBK for Bullseye, one has to compile it from its source.
Just that the Bullseye seems to have rearranged some packages in its repo's, and has no package candidate called 'qt5-default'.
Instead one needs to install the qt5base-dev instead.
sudo apt-get install build-essential rustc cargo cmake libibus-1.0-dev qtbase5-dev libzstd-dev
Then compile and restart the PC.
https://packages.debian.org/bullseye/qtbase5-dev
Once that was done it worked like charm for me!!!