How to Install and Uninstall golang-gotype.x86_64 Package on Fedora 35

Last updated: May 06,2024

1. Install "golang-gotype.x86_64" package

In this section, we are going to explain the necessary steps to install golang-gotype.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install golang-gotype.x86_64

2. Uninstall "golang-gotype.x86_64" package

Learn how to uninstall golang-gotype.x86_64 on Fedora 35:

$ sudo dnf remove golang-gotype.x86_64 $ sudo dnf autoremove

3. Information about the golang-gotype.x86_64 package on Fedora 35

Last metadata expiration check: 1:17:59 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : golang-gotype
Version : 0.1.10
Release : 2.fc35
Architecture : x86_64
Size : 1.4 M
Source : golang-x-tools-0.1.10-2.fc35.src.rpm
Repository : updates
Summary : Go programming language source code analysis tool
URL : https://github.com/golang/tools
License : BSD
Description : The gotype command, like the front-end of a Go compiler, parses and type-checks
: a single Go package. Errors are reported if the analysis fails; otherwise
: gotype is quiet (unless -v is set).