Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- How to remove pulseaudio from Kubuntu 12.04
- Please note: the views expressed in this document are those of BarkingFish, and do not represent official advise from Kubuntu or its affiliates, associates, or other companies connected to them. Anything you do is entirely at your own risk, and no warranty is either given or implied.
- The following steps should be undertaken:
- 1: Open Konsole (Alt+F2, type Konsole, hit enter)
- 2: In Konsole, type killall pulseaudio , then hit enter.
- 3: CD to your home directory /home/(username)
- 4: rm *.pulse (removes pulseaudio's cookies)
- 5: rmdir -f .pulse/ (removes the pulseaudio directory)
- 6: apt-get remove --purge pulseaudio
- 7: apt-get install alsa-utils
- When you have completed this procedure, type reboot to restart your machine.
- You will most likely have to reconfigure Kmix as a result of this procedure.
- BF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement