On Debian/Ubuntu-based distributions:
sudo apt install gir1.2-gspell-1 gir1.2-gtk-4.0 gir1.2-adw-1
python3-gi python3-gi-cairo
On Redhat/Fedora-based distributions:
sudo dnf install gspell gtk4 libadwaita python3-gobject
On SUSE-based distributions:
sudo zypper install typelib-1_0-Gspell-1 typelib-1_0-Gtk-4_0
typelib-1_0-Adw-1 python312-gobject python312-gobject-cairo
python312-gobject-Gdk
On Debian/Ubuntu-based distributions:
sudo apt install gettext python3-build python3-setuptools
On Redhat/Fedora-based distributions:
sudo dnf install gettext python3-build python3-setuptools
On SUSE-based distributions:
sudo zypper install gettext-tools python312-build python312-setuptools
On Debian/Ubuntu-based distributions:
sudo apt install pylint3 python3-pycodestyle
On Redhat/Fedora-based distributions:
sudo dnf install pylint python3-pycodestyle
On SUSE-based distributions:
sudo zypper install python312-pylint python312-pycodestyle
All required dependencies are included in the Nicotine+ Windows Installer and Nicotine+ macOS Installer official release packages, no additional steps are required by a regular user in order to install stable versions of Nicotine+.
For developers who need to build packages with dependencies in a development environment, see PACKAGING.md.