Finding and installing software

You can search the complete set of software available in Fedora using the Fedora packages application. Fedora platforms include the default package manager, DNF, which can also be used to search the packages provided in the Fedora repositories:

sudo dnf search <search text>

Software can be installed using the DNF package manager:

sudo dnf install <package name> (1)
1 The name of the package.

Detailed information on installing specific software where needed is documented on independent pages linked in the side bar. A complete list of software maintained by the NeuroFedora SIG can be found here. If you use Free/Open source software that is not included in Fedora, you can suggest more software for inclusion in NeuroFedora.

Flatpaks

Users can also use sanboxed applications using Flatpaks on Fedora. Please refer to Flathub to see what software is available using Flatpaks.