How to Install and Uninstall golang-github-googlecloudplatform-cloudsql-proxy.x86_64 Package on Fedora 34

Last updated: July 05,2024

1. Install "golang-github-googlecloudplatform-cloudsql-proxy.x86_64" package

This guide covers the steps necessary to install golang-github-googlecloudplatform-cloudsql-proxy.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install golang-github-googlecloudplatform-cloudsql-proxy.x86_64

2. Uninstall "golang-github-googlecloudplatform-cloudsql-proxy.x86_64" package

Please follow the guidelines below to uninstall golang-github-googlecloudplatform-cloudsql-proxy.x86_64 on Fedora 34:

$ sudo dnf remove golang-github-googlecloudplatform-cloudsql-proxy.x86_64 $ sudo dnf autoremove

3. Information about the golang-github-googlecloudplatform-cloudsql-proxy.x86_64 package on Fedora 34

Last metadata expiration check: 4:03:35 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : golang-github-googlecloudplatform-cloudsql-proxy
Version : 1.19.1
Release : 5.fc34
Architecture : x86_64
Size : 3.7 M
Source : golang-github-googlecloudplatform-cloudsql-proxy-1.19.1-5.fc34.src.rpm
Repository : updates
Summary : Cloud SQL proxy client and Go library
URL : https://github.com/GoogleCloudPlatform/cloudsql-proxy
License : ASL 2.0
Description :
: The Cloud SQL Proxy allows a user with the appropriate permissions to connect
: to a Second Generation Cloud SQL database without having to deal with IP
: whitelisting or SSL certificates manually. It works by opening unix/tcp
: sockets on the local machine and proxying connections to the associated
: Cloud SQL instances when the sockets are used.