Ubuntu nightly builds PPA has moved

Support for HandBrake on Linux, Solaris, and other Unix-like platforms
Forum rules
An Activity Log is required for support requests. Please read How-to get an activity log? for details on how and why this should be provided.
Locked
User avatar
JohnAStebbins
HandBrake Team
Posts: 5709
Joined: Sat Feb 09, 2008 7:21 pm

Ubuntu nightly builds PPA has moved

Post by JohnAStebbins »

As of yesterday, the ubuntu nightly builds are on a new PPA. We just migrated HandBrake from svn to github which caused a change in nightly build version numbering that is incompatible with the old PPAs versions.
So to access the latest nightlies, you are going to have to:

Code: Select all

sudo apt-get remove handbrake-gtk handbrake-cli
sudo add-apt-repository -r ppa:stebbins/handbrake-snapshots
sudo add-apt-repository ppa:stebbins/handbrake-git-snapshots
sudo apt-get update
sudo apt-get install handbrake-gtk handbrake-cli
Locked