Below are notes on installing Bitcoin Core software on Linux systems.
Bitcoin Core requires glibc (GNU C Library) 2.31 or newer.
The GUI executable, bitcoin-qt, is based on the Qt 6 framework and uses the xcb QPA (Qt Platform Abstraction) platform plugin
to run on X11. Its runtime library dependencies are as follows:
libfontconfiglibfreetype
On Debian, Ubuntu, or their derivatives, you can run the following command to ensure all dependencies are installed:
sudo apt install libfontconfig1 libfreetype6On Fedora, run:
sudo dnf install fontconfig freetypeFor other systems, please consult their documentation.