Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

install handbrake ubuntu

# From the command line, add the official releases PPA to your system.
sudo add-apt-repository ppa:stebbins/handbrake-releases
sudo apt-get update

# Install HandBrake.
sudo apt-get install handbrake-cli handbrake-gtk

# Run HandBrakeCLI to use HandBrake on the command line.
# Run ghb to launch HandBrake’s graphical user interface.

# HandBrake Docs
# https://handbrake.fr/docs/en/latest/get-handbrake/download-and-install.html
 
PREVIOUS NEXT
Tagged: #install #handbrake #ubuntu
ADD COMMENT
Topic
Name
4+9 =