How to Install and Uninstall vim-go.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 11,2024

1. Install "vim-go.x86_64" package

Please follow the guidance below to install vim-go.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install vim-go.x86_64

2. Uninstall "vim-go.x86_64" package

Learn how to uninstall vim-go.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove vim-go.x86_64 $ sudo dnf autoremove

3. Information about the vim-go.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:16:24 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : vim-go
Version : 1.26
Release : 1.el8
Architecture : x86_64
Size : 189 k
Source : vim-go-1.26-1.el8.src.rpm
Repository : epel
Summary : Go development plugin for Vim
URL : https://github.com/fatih/vim-go
License : BSD
Description : Go (golang) support for Vim. It comes with predefined sensible settings
: (like auto gofmt on save), has auto-complete, snippet support, improved syntax
: highlighting, go tool-chain commands, etc...
: If needed vim-go installs all necessary binaries for providing seamless Vim
: integration with current commands. It's highly customizable and each individual
: feature can be disabled/enabled easily.