Fedora users often need third-party software not included in official repositories due to licensing. This guide explains how to use Fedy, a graphical application, to easily install these packages on Fedora Linux 39.
Table of Contents
What is Fedy?
Fedy (formerly Fedora Utils) simplifies installing various third-party applications, development tools, drivers, themes, and utilities on Fedora. It offers a user-friendly interface, eliminating the need for command-line tools like DNF/YUM. Fedy automatically adds necessary repositories and installs selected software with a single click. It's ideal for post-installation setup, quickly adding essential applications after a fresh Fedora install. Importantly, Fedy doesn't maintain its own repository; it acts as a GUI for existing repositories. It's free, open-source, and available on GitHub under the GPLv3 license.
Installing Fedy on Fedora Linux
First, enable the RPM Fusion repository:
sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
Next, add the Fedy COPR repository:
sudo dnf copr enable kwizart/fedy
Finally, install Fedy:
sudo dnf install fedy -y
Launch Fedy from your application launcher or via the command fedy
.
Installing Essential Third-Party Applications with Fedy
Fedy's interface is straightforward, categorizing packages into: Apps, Development Tools, Drivers, Themes, Tweaks, and Utilities. A search bar aids in locating specific software.
The "Apps" section includes popular applications like Spotify, Steam, Zoom, and more. Click "Install" to add and install; removal is equally simple within the Fedy interface.
This section provides tools like Android Studio, Eclipse, and various SDKs.
Install drivers for audio, video, Bluetooth, and GPUs (including NVIDIA drivers). LTS kernels are also available here.
Customize your Fedora desktop's appearance with themes like Flat-remix or Numix.
This section allows for quick system adjustments, such as disabling Wayland, configuring GRUB2, or cleaning junk files.
Install multimedia codecs, fonts, and other utilities.
Frequently Asked Questions (FAQ)
Conclusion
Fedy streamlines the installation of essential third-party software on Fedora, particularly beneficial for new users. It simplifies a process that can be complex using command-line tools. Remember to use official repositories whenever possible and exercise caution when using third-party software.
Resource:
The above is the detailed content of Install Third Party Software Using Fedy In Fedora 39 \/ 38. For more information, please follow other related articles on the PHP Chinese website!