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

Last updated: October 14,2024

1. Install "hello.x86_64" package

Please follow the instructions below to install hello.x86_64 on Fedora 36

$ sudo dnf update $ sudo dnf install hello.x86_64

2. Uninstall "hello.x86_64" package

This guide covers the steps necessary to uninstall hello.x86_64 on Fedora 36:

$ sudo dnf remove hello.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:45:40 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : hello
Version : 2.10
Release : 7.fc36
Architecture : x86_64
Size : 70 k
Source : hello-2.10-7.fc36.src.rpm
Repository : fedora
Summary : Prints a familiar, friendly greeting
URL : https://www.gnu.org/software/hello/
License : GPLv3+ and GFDL
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.