Native OS package manager
In this topic:
Following pages describes how to install the required software for running winIDEA using the native package manager from supported distribution:
•Ubuntu/Debian
winIDEA on Linux relies on WineHQ. The list of supported Linux distributions follows the requirements for running the latest stable branch of Wine:
•Current LTS versions of Ubuntu
•The latest stable version of Debian
Update glibc++. |
Some distributions may provide an outdated version of libstdc++ (e.g., Ubuntu 22.04). To update from the PPA:
$ lib_ver_glibcxx_filter="GLIBCXX_3.4.32" |
Enable WineHQ repository. |
These steps follow WineHQ’s official instructions:
$ . /etc/lsb-release |
Enable TASKING repository. |
$ TASKING_URL="https://www.isystem.com/downloads/linux/debian" |
Install winIDEA with corresponding dependencies. |
You have two options depending on your installation type:
a. Install the winidea package which this automatically installs the Tasking Run-time Environment (TRTE) if it is not already present.
$ sudo apt update |
b. If you are using a portable winIDEA installation, you need to install the TRTE meta package manually:
$ sudo apt update $ sudo apt install trte |
Run winIDEA with basic environment. |
$ winidea |