Hello Linux Geeksters. As you may know, DVDStyler is a multi platform DVD authoring application that allows the users to create professional looking Video-DVDs. The latest version available is DVDStyler 2.5.2, which has been recently released. For a full list of features, see the changelog.

In this article I will show you how to install DVDStyler 2.5.2 on Ubuntu 13.10 Saucy Salamander, Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Linux Mint 16 Petra, Linux Mint 15 Olivia and Linux Mint 14 Nadia.
Because it is available in the default repositories of Ubuntu 13.10 Saucy Salamander and Linux Mint 16 Petra, installing DVDStyler 2.5.2 is easy. All you have to do is update the local repository index and install the package:
$ sudo apt-get update
$ sudo apt-get install dvdstyler
To install DVDStyler 2.5.2 on Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal, Linux Mint 15 Olivia and Linux Mint 14 Nadia, we need to download the deb packages from Launchpad and install them by hand.
How to install DVDStyler 2.5.2 on 32 bit Ubuntu 13.04, Ubuntu 12.10, Linux Mint 15 and Linux Mint 14 systems:
Download the needed packages:
$ wget -c https://launchpad.net/ubuntu/+archive/primary/+files/dvdstyler-data_2.5.2-0ubuntu1_all.deb
$ wget -c https://launchpad.net/ubuntu/+archive/primary/+files/dvdstyler_2.5.2-0ubuntu1_i386.deb
Install DVDStyler 2.5.2:
$ sudo dpkg -i dvdstyler*_2.5.2*
$ sudo apt-get install -f
How to install DVDStyler 2.5.2 on 64 bit Ubuntu 13.04, Ubuntu 12.10, Linux Mint 15 and Linux Mint 14 systems:
Download the needed packages:
$ wget -c https://launchpad.net/ubuntu/+archive/primary/+files/dvdstyler-data_2.5.2-0ubuntu1_all.deb
$ wget -c https://launchpad.net/ubuntu/+archive/primary/+files/dvdstyler_2.5.2-0ubuntu1_amd64.deb
Install DVDStyler 2.5.2:
$ sudo dpkg -i dvdstyler*_2.5.2*
$ sudo apt-get install -f