How to Install and Uninstall cloudsql-proxy Package on Kali Linux

Last updated: May 02,2024

1. Install "cloudsql-proxy" package

This guide let you learn how to install cloudsql-proxy on Kali Linux

$ sudo apt update $ sudo apt install cloudsql-proxy

2. Uninstall "cloudsql-proxy" package

Please follow the guidelines below to uninstall cloudsql-proxy on Kali Linux:

$ sudo apt remove cloudsql-proxy $ sudo apt autoclean && sudo apt autoremove

3. Information about the cloudsql-proxy package on Kali Linux

Package: cloudsql-proxy
Source: cloudsql-proxy (1.17.0-6)
Version: 1.17.0-6+b8
Installed-Size: 9536
Maintainer: Debian Go Packaging Team
Architecture: amd64
Depends: libc6 (>= 2.34)
Recommends: fuse
Size: 2993076
SHA256: cf207d1870fe32158e97379a51f1a707c4f12fa64c03c870b06087383c2c7adb
SHA1: 4752f026442dad0d97d5317f555c465d15e000fb
MD5sum: dee9c02d95a2f7acabc09e921be97746
Description: connect securely to a 2nd generation Cloud SQL DB
The Cloud SQL Proxy allows a user with the appropriate permissions to
connect to a Second Generation Google 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.
.
Optional functionality can be enabled (--fuse) with access to `/dev/fuse`
as well as the `fusermount` binary.
.
By default, the proxy will authenticate under the default service account
of the Compute Engine VM it is running on. Therefore, the VM must have at
least the sqlservice.admin API scope
("https://www.googleapis.com/auth/sqlservice.admin")
and the associated project must have the SQL Admin API enabled. The default
service account must also have at least WRITER/EDITOR privileges to any
projects of target SQL instances.
Description-md5:
Homepage: https://github.com/GoogleCloudPlatform/cloudsql-proxy
Built-Using: golang-1.21 (= 1.21.3-1), golang-bazil-fuse (= 0.0~git20160811.0.371fbbd-4), golang-github-go-sql-driver-mysql (= 1.5.0-2), golang-github-golang-groupcache (= 0.0~git20210331.41bb18b-1), golang-github-golang-protobuf-1-3 (= 1.3.5-4), golang-github-googleapis-gax-go (= 2.0.5-4), golang-github-lib-pq (= 1.10.9-1), golang-go.crypto (= 1:0.13.0-1), golang-go.opencensus (= 0.24.0-1), golang-golang-x-net (= 1:0.15.0-2), golang-golang-x-oauth2 (= 0.4.0-1), golang-golang-x-sys (= 0.12.0-1), golang-golang-x-text (= 0.13.0-1), golang-google-api (= 0.61.0-1), golang-google-cloud (= 0.56.0-3), golang-google-genproto (= 0.0~git20200413.b5235f6-3), golang-google-grpc (= 1.38.0+really1.33.3-1)
Section: devel
Priority: optional
Filename: pool/main/c/cloudsql-proxy/cloudsql-proxy_1.17.0-6+b8_amd64.deb