Hello Linux Geeksters. As you may know, Ocenaudio is a cross-platform audio file editor based on the Ocen Framework, enabling the users to add effects only on some certain parts of a file and having an advanced memory management system. The latest version available is Ocenaudio 2 RC3.

In this article I will show you how to install Ocenaudio 2 RC3 on Ubuntu, Linux Mint, Pear OS, Elementary OS, Debian, Kwheezy, Fedora, CentOS, OpenSUSE, Mageia and other Debian and Red Hat derivates.
Because it is not available via any repository, we have to download the ocenaudio packages from the official site and install them by hand. Follow the instructions for your system exactly, in order to get a successful installation.
How to install Ocenaudio 2 RC 3 on Ubuntu, Linux Mint, Pear OS, Elementary OS, Debian and Kwheezy systems:
Instructions for 32 bit systems:
$ wget -c www.ocenaudio.com.br/downloads/ocenaudio32.deb
$ sudo dpkg -i ocenaudio32.deb
Instructions for 64 bit systems:
$ wget -c www.ocenaudio.com.br/downloads/ocenaudio64.deb
$ sudo dpkg -i ocenaudio64.deb
How to install Ocenaudio 2 RC 3 on Fedora, CentOS, OpenSUSE and Mageia systems:
Instructions for 32 bit systems:
$ wget -c www.ocenaudio.com.br/downloads/ocenaudio32.rpm
$ sudo rpm -i ocenaudio32.rpm
Instructions for 64 bit systems:
$ wget -c www.ocenaudio.com.br/downloads/ocenaudio64.rpm
$ sudo rpm -i ocenaudio64.rpm