How To Install moonshot-trust-router-dbg on Ubuntu 20.04

In this tutorial we learn how to install moonshot-trust-router-dbg on Ubuntu 20.04. moonshot-trust-router-dbg is Trust Router Debugging Symbols

Introduction

In this tutorial we learn how to install moonshot-trust-router-dbg on Ubuntu 20.04.

What is moonshot-trust-router-dbg

moonshot-trust-router-dbg is:

This package includes debugging symbols for trust router libraries and binaries. Build-Ids: 0b6574b5cced08eaf03f22ebc235b341629e403d 26a2eb5b7bcb580351e6c2ed14acba44b926e048 3e845d8bdd822916181381dc06e61ecf11633ff8 524bfa03f678846e43897b285c054f0cafadc083 831b01935891dcc770284a20ab6e1d2a851613eb eed123884eb4c0da0185f92e636690e59870f539

There are three methods to install moonshot-trust-router-dbg on Ubuntu 20.04. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install moonshot-trust-router-dbg Using apt-get

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

sudo apt-get update

After updating apt database, We can install moonshot-trust-router-dbg using apt-get by running the following command:

sudo apt-get -y install moonshot-trust-router-dbg

Install moonshot-trust-router-dbg Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install moonshot-trust-router-dbg using apt by running the following command:

sudo apt -y install moonshot-trust-router-dbg

Install moonshot-trust-router-dbg 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 Ubuntu. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install moonshot-trust-router-dbg using aptitude by running the following command:

sudo aptitude -y install moonshot-trust-router-dbg

How To Uninstall moonshot-trust-router-dbg on Ubuntu 20.04

To uninstall only the moonshot-trust-router-dbg package we can use the following command:

sudo apt-get remove moonshot-trust-router-dbg

Uninstall moonshot-trust-router-dbg And Its Dependencies

To uninstall moonshot-trust-router-dbg and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove moonshot-trust-router-dbg

Remove moonshot-trust-router-dbg Configurations and Data

To remove moonshot-trust-router-dbg configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge moonshot-trust-router-dbg

Remove moonshot-trust-router-dbg configuration, data, and all of its dependencies

We can use the following command to remove moonshot-trust-router-dbg configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge moonshot-trust-router-dbg

References

Summary

In this tutorial we learn how to install moonshot-trust-router-dbg package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.