How to Install and Uninstall golang-vitess.x86_64 Package on Fedora 38

Last updated: October 08,2024

1. Install "golang-vitess.x86_64" package

This guide covers the steps necessary to install golang-vitess.x86_64 on Fedora 38

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

2. Uninstall "golang-vitess.x86_64" package

This guide covers the steps necessary to uninstall golang-vitess.x86_64 on Fedora 38:

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

3. Information about the golang-vitess.x86_64 package on Fedora 38

Last metadata expiration check: 2:38:30 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : golang-vitess
Version : 11.0.1
Release : 1.fc36
Architecture : x86_64
Size : 231 M
Source : golang-vitess-11.0.1-1.fc36.src.rpm
Repository : fedora
Summary : Database clustering system for horizontal scaling of MySQL
URL : https://github.com/vitessio/vitess
License : MIT and ASL 2.0
Description :
: Vitess is a database clustering system for horizontal scaling of MySQL through
: generalized sharding.
:
: By encapsulating shard-routing logic, Vitess allows application code and
: database queries to remain agnostic to the distribution of data onto multiple
: shards. With Vitess, you can even split and merge shards as your needs grow,
: with an atomic cutover step that takes only a few seconds.