

In this guide we will see how to install Ardour on Ubuntu 11.10/11.04, older versions of Ubuntu are also supported by Ardour.
Ardour Installation
To install Ardour on Ubuntu 11.10/11.04, run this command:
sudo apt-get install ardour
To get the latest version of Ardour (currently 2.8.12), you can upgrade the current version with this PPA:
sudo add-apt-repository ppa:pmjdebruijn/ardour-release
sudo apt-get update
sudo aptitude upgrade ardour
[Note]: If the aptitude command is not installed, use this command to install it: sudo apt-get install aptitude
Screenshot:
Post a Comment