How to Install and Uninstall golang-github-hashicorp-consul-migrate.x86_64 Package on Fedora 39

Last updated: September 28,2024

1. Install "golang-github-hashicorp-consul-migrate.x86_64" package

This tutorial shows how to install golang-github-hashicorp-consul-migrate.x86_64 on Fedora 39

$ sudo dnf update $ sudo dnf install golang-github-hashicorp-consul-migrate.x86_64

2. Uninstall "golang-github-hashicorp-consul-migrate.x86_64" package

Here is a brief guide to show you how to uninstall golang-github-hashicorp-consul-migrate.x86_64 on Fedora 39:

$ sudo dnf remove golang-github-hashicorp-consul-migrate.x86_64 $ sudo dnf autoremove

3. Information about the golang-github-hashicorp-consul-migrate.x86_64 package on Fedora 39

Last metadata expiration check: 0:54:16 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : golang-github-hashicorp-consul-migrate
Version : 0.1.0
Release : 14.20190602git678fb10.fc39
Architecture : x86_64
Size : 1.5 M
Source : golang-github-hashicorp-consul-migrate-0.1.0-14.20190602git678fb10.fc39.src.rpm
Repository : fedora
Summary : Consul server data migrator
URL : https://github.com/hashicorp/consul-migrate
License : MPLv2.0
Description :
: Consul-migrate is a Go package and CLI utility to perform a very specific data
: migration for Consul servers nodes. Between Consul versions 0.5.0 and 0.5.1, the
: backend for storing Raft data was changed from LMDB to BoltDB. To support
: seamless upgrades, this library is embedded in Consul version 0.5.1 to perform
: the upgrade automatically.