I am trying to install handbrake on my ubuntu server but it gives error not found even if i have added apt repository source following: https://launchpad.net/~stebbins/+archive/ubuntu/handbrake-releases
root@localhost:~# apt-get install handbrake-gtk
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package handbrake-gtk
root@localhost:~# apt-get install handbrake-cli
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package handbrake-cli
And on a different host i get this error :
$ sudo add-apt-repository ppa:stebbins/handbrake-releases
[sudo] password for rock64:
Cannot add PPA: 'ppa:~stebbins/ubuntu/handbrake-releases'.
ERROR: '~stebbins' user or team does not exist.
How should i install handbrake ?