This post is for those people who is looking for the collection of multimedia applications for Ubuntu 18.04 LTS.
There are plenty of multimedia applications out there. Let’s check out the list of multimedia applications for Ubuntu 18.04 LTS.
List Of Multimedia Applications For Ubuntu 18.04 LTS
Audio Players
Run the following command to install SMPlayer on Ubuntu using following commands.
$ sudo add-apt-repository ppa:rvm/smplayer $ sudo apt-get update $ sudo apt-get install smplayer
Run the following command to install Audacious.
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt update sudo apt install audacious audacious-plugins
Install Lollypop on Ubuntu using following commands.
$ sudo add-apt-repository ppa:gnumdk/lollypop $ sudo apt-get update $ sudo apt-get install lollypop
Amarok
Install Amarok on Ubuntu.
$ sudo apt-get update $ sudo apt-get install amarok
Rhythombox
Install Rhythmbox on Ubuntu using following commands.
$ sudo add-apt-repository ppa:fossfreedom/rhythmbox $ sudo apt-get update $ sudo apt-get install rhythmbox
Music Production
Install Audacity on Ubuntu using following commands.
$ sudo add-apt-repository ppa:ubuntuhandbook1/audacity $ sudo apt-get update $ sudo apt-get install audacity
Open a terminal and type the following commands.
sudo apt-add-repository ppa:mixxx/mixxx
sudo apt-get update
sudo apt-get install libportaudio2 mixxx
Install Ardour on Ubuntu using following commands.
$ sudo add-apt-repository ppa:dobey/audiotools $ sudo apt-get update $ sudo apt-get install ardour
Video Players
Install SMPlayer on Ubuntu using following commands.
$ sudo add-apt-repository ppa:rvm/smplayer $ sudo apt-get update $ sudo apt-get install smplayer
Install VLC using snap in Ubuntu:
snap install vlc
Install Kodi on Ubuntu using following commands.
$ sudo apt-get install software-properties-common $ sudo add-apt-repository ppa:team-xbmc/ppa $ sudo apt-get update $ sudo apt-get install kodi
Install Banshee on Ubuntu using following commands.
$ sudo add-apt-repository ppa:banshee-team/ppa $ sudo apt-get update $ sudo apt-get install banshee
Graphics
Install Gimp on Ubuntu using following commands.
$ sudo add-apt-repository ppa:otto-kesselgulasch/gimp $ sudo apt update $ sudo apt install gimp
Run the following command to install Blender in Ubuntu.
add-apt-repository ppa:thomas-schiex/blender
apt-get install blender -y
Run the following command to install digiKam on Ubuntu.
apt-get install digikam
Install Inkscape using following command.
sudo add-apt-repository ppa:inkscape.dev/stable sudo apt-get update sudo apt-get install inkscape
Run the following command to install Openshot in Ubuntu.
sudo add-apt-repository ppa:openshot.developers/ppa
sudo apt-get update && sudo apt-get install openshot-qt
Install Krita using flatpak in Ubuntu.
flatpak remote-add --if-not-exists flathub; flatpak install flathub org.kde.krita.
Install Shotcut in Ubuntu using following command.
snap install shotcut