How To Install fso-deviced-player-canberra on Debian 9

In this tutorial we learn how to install fso-deviced-player-canberra on Debian 9. fso-deviced-player-canberra is Canberra player module for fso-deviced

Introduction

In this tutorial we learn how to install fso-deviced-player-canberra on Debian 9.

What is fso-deviced-player-canberra

fso-deviced-player-canberra is:

fsodeviced implements the freesmartphone.org Device API.

This API allows peripheral control, such as managing audio, backlight brightness, LEDs, Vibrator, Accelerometer, and power control for devices without dedicated controlling daemon. It can deal with charging notification and RTC, forwarding button events and notifying about the system’s idleness status.

This package contains the canberra player module used by fso-deviced.

There are three methods to install fso-deviced-player-canberra on Debian 9. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install fso-deviced-player-canberra Using apt-get

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

sudo apt-get update

After updating apt database, We can install fso-deviced-player-canberra using apt-get by running the following command:

sudo apt-get -y install fso-deviced-player-canberra

Install fso-deviced-player-canberra Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install fso-deviced-player-canberra using apt by running the following command:

sudo apt -y install fso-deviced-player-canberra

Install fso-deviced-player-canberra 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 fso-deviced-player-canberra using aptitude by running the following command:

sudo aptitude -y install fso-deviced-player-canberra

How To Uninstall fso-deviced-player-canberra on Debian 9

To uninstall only the fso-deviced-player-canberra package we can use the following command:

sudo apt-get remove fso-deviced-player-canberra

Uninstall fso-deviced-player-canberra And Its Dependencies

To uninstall fso-deviced-player-canberra and its dependencies that are no longer needed by Debian 9, we can use the command below:

sudo apt-get -y autoremove fso-deviced-player-canberra

Remove fso-deviced-player-canberra Configurations and Data

To remove fso-deviced-player-canberra configuration and data from Debian 9 we can use the following command:

sudo apt-get -y purge fso-deviced-player-canberra

Remove fso-deviced-player-canberra configuration, data, and all of its dependencies

We can use the following command to remove fso-deviced-player-canberra configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge fso-deviced-player-canberra

Dependencies

fso-deviced-player-canberra have the following dependencies:

References

Summary

In this tutorial we learn how to install fso-deviced-player-canberra package on Debian 9 using different package management tools: apt, apt-get and aptitude.