How to Install and Uninstall golang-github-posener-complete.x86_64 Package on Fedora 34

Last updated: July 05,2024

1. Install "golang-github-posener-complete.x86_64" package

This tutorial shows how to install golang-github-posener-complete.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-posener-complete.x86_64

2. Uninstall "golang-github-posener-complete.x86_64" package

In this section, we are going to explain the necessary steps to uninstall golang-github-posener-complete.x86_64 on Fedora 34:

$ sudo dnf remove golang-github-posener-complete.x86_64 $ sudo dnf autoremove

3. Information about the golang-github-posener-complete.x86_64 package on Fedora 34

Last metadata expiration check: 2:39:32 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : golang-github-posener-complete
Version : 1.2.3
Release : 5.fc34
Architecture : x86_64
Size : 1.2 M
Source : golang-github-posener-complete-1.2.3-5.fc34.src.rpm
Repository : fedora
Summary : Bash completion written in go + bash completion for Go command
URL : https://github.com/posener/complete
License : MIT
Description :
: Package Complete provides a tool for bash writing bash completion in go, and
: bash completion for the go command line.
:
: Writing bash completion scripts is a hard work. This package provides an easy
: way to create bash completion scripts for any command, and also an easy way to
: install/uninstall the completion of the command.