This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-get update | |
sudo apt-get upgrade | |
sudo apt-get install ubuntu-restricted-extras | |
sudo apt-get install libdvdread4 | |
sudo apt-get install libdvdcss | |
sudo apt-get install libudf-dev | |
sudo /usr/share/doc/libdvdread4/install-css.sh | |
sudo apt-add-repository ppa:stebbins/handbrake-releases | |
sudo apt-get update | |
sudo apt-get upgrade | |
sudo apt-get install handbrake-gtk |
Let me know if you have any additional tips and/or tricks to install that will setup everything!