Learn how to install pulseaudio-module-bluetooth with the command sudo apt-get install pulseaudio-module-bluetooth on Ubuntus.
Ads
Quick installation of pulseaudio-module-bluetooth:
Step 1: Update system:
sudo apt-get update
Step 2: Install: pulseaudio-module-bluetooth
Ater updaing the OS run following command to install the packae:
sudo apt-get install pulseaudio-module-bluetooth
Package Details | |
Package: | pulseaudio-module-bluetooth |
Version: | 1:1.1-0ubuntu15.4 |
Maintainer: | Ubuntu Core Developers |
Home page: | http://www.pulseaudio.org |
Description: | Bluetooth module for PulseAudio sound server PulseAudio, previously known as Polypaudio, is a sound server for POSIX and WIN32 systems. It is a drop in replacement for the ESD sound server with much better latency, mixing/re-sampling quality and overall architecture. . This module enables PulseAudio to work with bluetooth devices, like headset or audio gateway. . The module is called module-bluetooth Homepage: http://www.pulseaudio.org |
Distro: | Ubuntu 12.04 LTS |
Release: | |
Repo/Section: | sound |
First of all update your system with the command:
sudo apt-get update
Ads
Above command will download the package lists for Ubuntu 12.04 LTS on your system. This will update the list of newest versions of packages and its dependencies on your system.
After downloading the latest package list with the help of above you can run the installation process.
If pulseaudio-module-bluetooth is not installed on your compter then the command 'dpkg -L pulseaudio-module-bluetooth' will give followin error.
Installing pulseaudio-module-bluetooth:
After system update use the following command to install pulseaudio-module-bluetooth:
sudo apt-get install pulseaudio-module-bluetooth
Above command will confirm before installing the package on your Ubuntu 12.04 LTS Operating System. If you are not already logged in as su, installer will ask you the root password. After completion of the installation you can use the package on your system.
Now we will see the commands for uninstalling the pulseaudio-module-bluetooth from Ubuntu 12.04 LTS. For uninstalling this package you can easily use the apt command and remove the package from Linux Operating System.
To remove the pulseaudio-module-bluetooth following command is used:
sudo apt-get remove pulseaudio-module-bluetooth
Following command is used to remove the pulseaudio-module-bluetooth package along with its dependencies:
sudo apt-get remove --auto-remove pulseaudio-module-bluetooth
This will remove pulseaudio-module-bluetooth and all its dependent packages which is no longer needed in the system.
Completely removing pulseaudio-module-bluetooth with all configuration files:
Following command should be used with care as it deletes all the configuration files and data:
sudo apt-get purge pulseaudio-module-bluetooth
or you can use following command also:
sudo apt-get purge --auto-remove pulseaudio-module-bluetooth
Above command will remove all the configuration files and data associated with pulseaudio-module-bluetooth package. You can can't recover the delete data, so, use this command with care.