How To Install golang-github-psanford-wormhole-william-dev on Debian 12

Learn how to install golang-github-psanford-wormhole-william-dev on Debian 12 with this tutorial. golang-github-psanford-wormhole-william-dev is Magic wormhole CLI and API in Go (library)

Introduction

In this tutorial we learn how to install golang-github-psanford-wormhole-william-dev on Debian 12.

What is golang-github-psanford-wormhole-william-dev

golang-github-psanford-wormhole-william-dev is:

wormhole-william is a Go (golang) implementation of magic wormhole (https://magic-wormhole.readthedocs.io/en/latest/). It provides secure end-to-end encrypted file transfers between computers. The endpoints are connected using the same “wormhole code”.

wormhole-william is compatible with the official Python magic wormhole cli tool (https://github.com/warner/magic-wormhole).

Currently, wormhole-william supports:

  • sending and receiving text over the wormhole protocol
  • sending and receiving files over the transit protocol
  • sending and receiving directories over the transit protocol

This package contains the golang library.

There are three methods to install golang-github-psanford-wormhole-william-dev on Debian 12. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install golang-github-psanford-wormhole-william-dev Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install golang-github-psanford-wormhole-william-dev using apt-get by running the following command:

sudo apt-get -y install golang-github-psanford-wormhole-william-dev

Install golang-github-psanford-wormhole-william-dev Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install golang-github-psanford-wormhole-william-dev using apt by running the following command:

sudo apt -y install golang-github-psanford-wormhole-william-dev

Install golang-github-psanford-wormhole-william-dev Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Debian. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install golang-github-psanford-wormhole-william-dev using aptitude by running the following command:

sudo aptitude -y install golang-github-psanford-wormhole-william-dev

How To Uninstall golang-github-psanford-wormhole-william-dev on Debian 12

To uninstall only the golang-github-psanford-wormhole-william-dev package we can use the following command:

sudo apt-get remove golang-github-psanford-wormhole-william-dev

Uninstall golang-github-psanford-wormhole-william-dev And Its Dependencies

To uninstall golang-github-psanford-wormhole-william-dev and its dependencies that are no longer needed by Debian 12, we can use the command below:

sudo apt-get -y autoremove golang-github-psanford-wormhole-william-dev

Remove golang-github-psanford-wormhole-william-dev Configurations and Data

To remove golang-github-psanford-wormhole-william-dev configuration and data from Debian 12 we can use the following command:

sudo apt-get -y purge golang-github-psanford-wormhole-william-dev

Remove golang-github-psanford-wormhole-william-dev configuration, data, and all of its dependencies

We can use the following command to remove golang-github-psanford-wormhole-william-dev configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge golang-github-psanford-wormhole-william-dev

Dependencies

golang-github-psanford-wormhole-william-dev have the following dependencies:

References

Summary

In this tutorial we learn how to install golang-github-psanford-wormhole-william-dev package on Debian 12 using different package management tools: apt, apt-get and aptitude.