How to Install and Uninstall hello.x86_64 Package on Fedora 39

Last updated: September 23,2024

1. Install "hello.x86_64" package

Learn how to install hello.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install hello.x86_64

2. Uninstall "hello.x86_64" package

In this section, we are going to explain the necessary steps to uninstall hello.x86_64 on Fedora 39:

$ sudo dnf remove hello.x86_64 $ sudo dnf autoremove

3. Information about the hello.x86_64 package on Fedora 39

Last metadata expiration check: 0:53:29 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : hello
Version : 2.12.1
Release : 2.fc39
Architecture : x86_64
Size : 86 k
Source : hello-2.12.1-2.fc39.src.rpm
Repository : fedora
Summary : Prints a familiar, friendly greeting
URL : https://www.gnu.org/software/hello/
License : GPL-3.0-or-later AND GFDL-1.3-or-later
Description : The GNU Hello program produces a familiar, friendly greeting.
: Yes, this is another implementation of the classic program that
: prints “Hello, world!” when you run it.
:
: However, unlike the minimal version often seen, GNU Hello processes
: its argument list to modify its behavior, supports greetings in many
: languages, and so on. The primary purpose of GNU Hello is to
: demonstrate how to write other programs that do these things; it
: serves as a model for GNU coding standards and GNU maintainer
: practices.