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

Last updated: October 05,2024

1. Install "hello.x86_64" package

This tutorial shows how to install hello.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install hello.x86_64

2. Uninstall "hello.x86_64" package

Please follow the step by step instructions below to uninstall hello.x86_64 on Fedora 35:

$ sudo dnf remove hello.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 2:48:53 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : hello
Version : 2.10
Release : 6.fc35
Architecture : x86_64
Size : 70 k
Source : hello-2.10-6.fc35.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.