[HOW TO] Install HandBrake in Xubuntu 12.04/12.10 (ppa)
Updated 26/10/12: These instructions are also valid for Quantal (12.10).
On a previous article I wrote about installing HandBrake in Xubuntu 12.04 Precise Pangolin, however, at that moment there weren't packages built for Precise, so we had to install the packages for Oneiric manually. Now packages for Precise are available. Bellow instructions are provided for adding the PPA and install HandBrake.
Install
Open a terminal window and run (you can choose to install command line HandBrake and/or HandBrake with GUI):
sudo add-apt-repository ppa:stebbins/handbrake-releases -y
sudo apt-get update
# Run to install HandBrake with command line interface
sudo apt-get install handbrake-cli -y
# Run to install HandBrake with graphical interface
sudo apt-get install handbrake-gtk -y
Usage
HandBrake can be accessed via Applications Menu > Multimedia > HandBrake or typing the command HandBrakeCli
for command line HandBrake and typing the command ghb
for HandBrake with GUI.
Don't forget to run 'apt-get update' after adding the PPA.
ReplyDeleteOf course, it slipped my mind :p
DeleteThank you for pointing that out.