Wednesday, February 9, 2011

How to Install Openshot Non-Linear Video Editor in Ubuntu 9.10 Karmic Kola

The Most Popular Non-Linear Video Editor for Linux Operating system is Openshot Non-Linear Video Editor. Openshot Non-Linear Video Editor.is included in the ubuntu 10.04 (lucid).


How to install in ubuntu 9.10
Add the Repository

$ sudo add-apt-repository ppa:openshot.devellopers/ppa

Then add the key
$ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys B9BA26FA

$ sudo apt-get update

$ sudo apt-get install openshot

How to install Latest Version of Wine in Ubuntu Linux


The Wine development release 1.1.42 is now available.

What's new in this release (see below for details):
- Support for shared 32/64-bit setups.
- Dwarf debug info support for better backtraces.
- More standard actions supported in MSI.
- Support for TIFF image format in WinCodecs.
- A number of Direct3D improvements.
- Shell fixes for better Internet Explorer support.
- Various bug fixes.

How to install Wine in Ubuntu

First add the repository

$ sudo add-apt-repository ppa:ubuntu-wine/ppa

Now update the list
$ sudo apt-get update

Install Software
$ apt-get install wine

More Details