HOW TO INSTALL TRAVERSO DAW BEST AUDIO RECORDING SOFTWARE IN UBUNTU 16.04
Introduction
In this article we are going to learn How to install traverso daw best audio recording software in Ubuntu 16.04. traverso daw is a open source application for Linux used as audio recording which is also referred as Digital audio workstation. You can also use this application to edit the audio files. traverso is also capable to CD Mastering. This application is developed using C++ programming language and released under GNU GPL License.
It’s an cross platform application available for major operating system i.e. Linux, Microsoft Windows, MacOS. The best advantage of traverso daw best audio recording software is it’s an nice light weight application consumes less memory as compared to other related application.
For more information’s and features of this application you can visit the official website.
Follow the below steps to install Traverso daw best audio recording software in Ubuntu 16.04
Before start the installation of Traverso daw best audio recording software let’s update the packages & repositories of Ubuntu 16.04 using below command.
elinuxbook@ubuntu:~$ sudo apt-get update # Update Packages & Repositories
Hit:1 http://security.ubuntu.com/ubuntu xenial-security InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu xenial InRelease
Hit:3 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease
Hit:4 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease
Reading package lists... Done
After updating the packages & repositories now we are ready to install the traverso daw package. So let’s go ahead and install the same using below command.
elinuxbook@ubuntu:~$ sudo apt-get install traverso # Install the Traverso daw Package Reading package lists... Done Building dependency tree Reading state information... Done The following package was automatically installed and is no longer required: mc-data Use 'sudo apt autoremove' to remove it. The following additional packages will be installed: liblilv-0-0 libserd-0-0 libsord-0-0 libsratom-0-0 Suggested packages: serdi sordi The following NEW packages will be installed: liblilv-0-0 libserd-0-0 libsord-0-0 libsratom-0-0 traverso 0 upgraded, 5 newly installed, 0 to remove and 228 not upgraded. Need to get 1,261 kB of archives. After this operation, 3,399 kB of additional disk space will be used. Do you want to continue? [Y/n] y ---> Enter 'y' to continue the installation
As you can see above we have successfully installed the Traverso daw best audio recording software package. To confirm the same use the below command.
elinuxbook@ubuntu:~$ sudo dpkg -l traverso # Confirm the install Package
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-====================================-=======================-=======================-=============================================================================
ii traverso 0.49.4-1build1 amd64 Multitrack audio recorder and editor
Now to open the application just type the command traverso on shell prompt. Refer the command below.
elinuxbook@ubuntu:~$ traverso # Open the Application
Also Read :
- HOW TO INSTALL SELENE MEDIA ENCODER IN UBUNTU 16.04 – AUDIO & VIDEO CONVERTER APPLICATION FOR LINUX
- HOW TO INSTALL SOUNDCONVERTER AUDIO CONVERTER APP IN UBUNTU 16.04 – A AUDIO FILE CONVERTER FOR LINUX
You can also open the Traverso daw best audio recording software graphically using Search your computer box. Refer the snapshot below.
To uninstall the application use the below command.
elinuxbook@ubuntu:~$ sudo dpkg -r traverso # Uninstall the Package
(Reading database ... 212479 files and directories currently installed.)
Removing traverso (0.49.4-1build1) ...
Processing triggers for gnome-menus (3.13.3-6ubuntu3.1) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu5) ...
Processing triggers for bamfdaemon (0.5.3~bzr0+16.04.20160824-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for mime-support (3.59ubuntu1) ...
This is how we can install Traverso daw best audio recording software in Ubuntu 16.04. If you found this article useful then Like us, Share this post on your preferred Social media, Subscribe our Newsletter OR if you have something to say then feel free to comment on the comment box below.