need help off this list - need Linux package choice help

Hi Tim

There is a very comprehensive Video editor for Linux called OpenShot 2.0.
Runs well on Ubuntu 16.04. (Not sure about previous ubuntu systems, but am pretty sure will run on 14.04 plus).

The program is a Kickstarter success.

OpenShot Video Editor is a free, open-source video editor for Linux licensed under the GPL version 3.0.
http://www.opnshot.org

sudo apt-get-repository ppa:openshot.developers/ppa
sudo apt-get update
sudo apt-get install openshot-qt

Tony Bray
tonybsa@mac.com
MacBook Pro 15 inch Mid 2009
2.8 GHz Intel Core 2 Duo, 4 GB RAM,
Mac OS X 10.11.3
LibreOffice 4.4.5
Scribus 1.4.4
Libre Project 1.5.19
Parallels Desktop 11.02
Ubuntu 16.04
LibreOffice 4.4.4

Hi,

Openshot is actually in the default Ubuntu repositories now. :slight_smile:

Gilles

So... for version 2.0, you need the PPA (version 1.4 is in the default
repositories).

And... 16.10 isn't yet in the PPA.

And the command isn't apt-get-repository but add-apt-repository ... :slight_smile:

Appart from that the idea is great.

... also, you can now just say:

sudo apt update
sudo apt install openshot-qt

The "-get" part isn't needed any more, although it still works.