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

Last updated: November 02,2024

1. Install "golang-vitess.x86_64" package

This tutorial shows how to install golang-vitess.x86_64 on Fedora 35

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

2. Uninstall "golang-vitess.x86_64" package

Please follow the instructions below to uninstall golang-vitess.x86_64 on Fedora 35:

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

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

Last metadata expiration check: 1:42:35 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : golang-vitess
Version : 11.0.1
Release : 1.fc35
Architecture : x86_64
Size : 232 M
Source : golang-vitess-11.0.1-1.fc35.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.