Advertisement
Guest User

Bye-bye-Pulseaudio.txt/BarkingFish

a guest
Aug 10th, 2012
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. How to remove pulseaudio from Kubuntu 12.04
  2.  
  3. 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.
  4.  
  5.  
  6. The following steps should be undertaken:
  7.  
  8. 1: Open Konsole (Alt+F2, type Konsole, hit enter)
  9. 2: In Konsole, type killall pulseaudio , then hit enter.
  10. 3: CD to your home directory /home/(username)
  11. 4: rm *.pulse (removes pulseaudio's cookies)
  12. 5: rmdir -f .pulse/ (removes the pulseaudio directory)
  13. 6: apt-get remove --purge pulseaudio
  14. 7: apt-get install alsa-utils
  15.  
  16. When you have completed this procedure, type reboot to restart your machine.
  17.  
  18. You will most likely have to reconfigure Kmix as a result of this procedure.
  19.  
  20. BF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement