I'm trying to install handbrake on my system Ubuntu 13.10 via PPA but not able to do so. I followed this website.
I ran the below commands:
$ sudo add-apt-repository ppa:stebbins/handbrake-releases
$ sudo apt-get update
Then when I ran sudo apt-get install handbrake, I got the error as below.
ravi@ravi-Aspire-5315:~$ sudo apt-get install handbrake
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package handbrake
The same error of "unable to locate package handbrake" I got when I used a different PPA got by googling.
What's the issue here!!