• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / Install These Essential Softwares After Fresh Install of Ubuntu 15.04

Install These Essential Softwares After Fresh Install of Ubuntu 15.04

By Sourabh / April 23, 2015 Category: How To, Ubuntu

List of top 10 things to do after installing Ubuntu 15.04. After upgrade to Ubuntu 15.04, install these third-party applications/softwares on Ubuntu 15.04 Desktop PC. Customize Ubuntu 15.04.

Install Multiple Essential Software At Once On Ubuntu 15.04

Selecting and Installing all the extra software on a new Ubuntu computer can be time consuming. To automate the installation process on new Ubuntu machines, simply install Ubuntu After Install. Install Ubuntu After Install on Ubuntu 15.04. Ubuntu After Install Tool installs a collection of some of the best Ubuntu softwares. It helps automated installation a lot of useful extra software on Ubuntu after the initial desktop install. This program installs a collection of some of the best Ubuntu software and can be considered to be one of the top things to do after installing Ubuntu.
Install Ubuntu After Install on Ubuntu Systems
Run the following commands in Terminal to add the Ubuntu After Install PPA and install Ubuntu After Install:

sudo add-apt-repository ppa:thefanclub/ubuntu-after-install
sudo apt-get update
sudo apt-get install ubuntu-after-install

Once installed search Ubuntu Dash for Ubuntu After install and start the application. Once installed, start the application from the dash by searching for Ubuntu After Install. Select the software you would like to install and click Install Now to begin.

Install LibreOffice 4.4.2

Install LibreOffice 4.4.2 on Ubuntu 15.04. LibreOffice 4.4.2 is one of the most popular, open-source, cross-platform office suite for Linux Ubuntu Systems. Run the following command in Terminal to install it on Ubuntu:

sudo apt-get remove libreoffice*
sudo add-apt-repository ppa:libreoffice/libreoffice-4-4
sudo apt-get update
sudo apt-get install libreoffice

Install VLC 2.2.1 Media Player

Install VLC 2.2.1 on Ubuntu 15.04. Run the following commands in Terminal to install VLC 2.2.1 Media Player On Ubuntu 15.04:

sudo add-apt-repository ppa:videolan/stable-daily
sudo apt-get update
sudo apt-get install vlc

Install Gis Weather 0.7.6

Install Gis Weather 0.7.6 on Ubuntu 15.04. Gis Weather 0.7.6 is a popular Weather Widgte for Ubuntu Systems. Run the following commands in Terminal to install Gis Weather Widget:

sudo add-apt-repository ppa:noobslab/apps
sudo apt-get update
sudo apt-get install gis-weather

Install Syncthing GTK 0.6.5

Install Syncthing GTK 0.6.5 on Ubuntu 15.04. Syncthing GTK 0.6.5 is an open-source software that allows the users to easily synchronize files and directories between different computers. The sharing and synchronization takes place in a secured and encrypted manner.

Install Syncthing on 32 Bit Systems

sudo mkdir -p /opt/syncthing
cd /opt/syncthing
sudo wget https://github.com/syncthing/syncthing/releases/download/v0.10.29/syncthing-linux-386-v0.10.29.tar.gz
tar -xzvf syncthing-linux-386-v0.10.29.tar.gz
rm syncthing-linux-386-v0.10.29.tar.gz
cd syncthing-linux-386-v0.10.29
sudo chmod +x syncthing
./syncthing
sudo install /opt/syncthing/syncthing /usr/local/bin/

Install Syncthing GTK on 32 Bit Systems

sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install syncthing-gtk

Install Syncthing on 64 Bit Systems

sudo mkdir -p /opt/syncthing
cd /opt/syncthing
sudo wget github.com/syncthing/syncthing/releases/download/v0.10.29/syncthing-linux-amd64-v0.10.29.tar.gz
tar -xzvf syncthing-linux-amd64-v0.10.29.tar.gz
rm syncthing-linux-amd64-v0.10.29.tar.gz
cd syncthing-linux-amd64-v0.10.29
sudo chmod +x syncthing
./syncthing
sudo install /opt/syncthing/syncthing /usr/local/bin/

Install Syncthing GTK on 64 Bit Systems

sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install syncthing-gtk

Install FFmpeg 2.6.2

Install FFmpeg 2.6.2 on Ubuntu 15.04. FFmpeg 2.6.2 is a popular multimedia framework. FFmpeg Tool is used for converting multimedia files. The FFmpeg can easily easily encode, transcode, mux, demux, stream, filter and play audio and video files.

sudo apt-add-repository ppa:samrog131/ppa
sudo apt-get update
sudo apt-get install ffmpeg-real
sudo ln -sf /opt/ffmpeg/bin/ffmpeg /usr/bin/ffmpeg

Install Docky 3.0 Launcher

Install Docky 3.0 on Ubuntu 15.04. Docky is an application launcher similar to Mac OS X. Here’s how to install Docky on Ubuntu:

sudo add-apt-repository ppa:ricotz/docky
sudo apt-get update
sudo apt-get install docky

Install Gnome Pie Circular Application Launcher

Gnome-Pie is a circular application launcher for Linux. It is made of several pies, each consisting of multiple slices. The user presses a key stroke which opens the desired pie. By activating one of its slices, applications may be launched, key presses may be simulated or files can be opened. GNOME Pie is inspired by the “OPie radial add-on” of the World of Warcraft game series.

sudo add-apt-repository ppa:simonschneegans/testing
sudo apt-get update && sudo apt-get install gnome-pie

Once installed you can launch the ‘GNOME Pie’ app from the Unity Dash. Click on the indicator applet and customize.

Install MuPDF PDF Viewer Software

Ubuntu MuPDF Package is a very Lightweight PDF viewer software for Linux Ubuntu Systems. MuPDF is also small, fast, and yet complete. It supports PDF 1.7 with transparency, encryption, hyperlinks, annotations, searching and more. It also reads XPS and OpenXPS documents.
Open Terminal and run the following commands to add the PPA and install MuPDF on Linux Ubuntu Systems:

sudo add-apt-repository ppa:ubuntuhandbook1/apps
sudo apt-get update
sudo apt-get install mupdf mupdf-tools

Once installed, you can open PDF or XPS file via MuPDF. Select the file and right-click menu and select “Open With” option.

Install Geary 0.10 in Ubuntu 15.04

Geary is a popular desktop email client for Linux Ubuntu Systems. It features ability to ‘Undo’ Archive, Trash and Move actions. It also supports 2 column or 3 column layout.
Run the following command in Terminal to install Geary Email App:

sudo add-apt-repository ppa:yorba/ppa
sudo apt-get update && sudo apt-get install geary

Install Plank 0.9.0 Launcher

Plank is the default dock app on Elementary OS 0.2 Luna, but it can also be installed on Ubuntu 15.04. Run the following command to install Plank 0.9.0 Dock Launcher on Ubuntu 15.04:

sudo add-apt-repository ppa:docky-core/stable
sudo apt-get update
sudo apt-get install plank
sudo ln -s /usr/share/applications/plank.desktop /etc/xdg/autostart/

Install Firefox 38

Install Firefox 38 on Ubuntu 15.04.

sudo add-apt-repository ppa:ricotz/mozilla
sudo apt-get update
sudo apt-get install firefox

Install Apt 1.0.9.7 Advance Package Tool

Install Apt 1.0.9.7 on Ubuntu 15.04. APT (Advanced Package Tool) is the default package manager of Debian, Ubuntu and their derivative systems.
Install APT 1.0.9.7 on 32 Bit Ubuntu 15.04:

sudo apt-get install gdebi
wget ftp.de.debian.org/debian/pool/main/a/apt/libapt-pkg4.12_1.0.9.7_i386.deb
sudo gdebi libapt-pkg4.12_1.0.9.7_i386.deb
wget ftp.debian.org/debian/pool/main/a/apt/apt_1.0.9.7_i386.deb
sudo gdebi apt_1.0.9.7_i386.deb

Install APT 1.0.9.7 on 64 Bit Ubuntu 15.04:

wget ftp.de.debian.org/debian/pool/main/a/apt/libapt-pkg4.12_1.0.9.7_amd64.deb
sudo gdebi libapt-pkg4.12_1.0.9.7_amd64.deb
wget ftp.debian.org/debian/pool/main/a/apt/apt_1.0.9.7_amd64.deb
sudo gdebi apt_1.0.9.7_amd64.deb

Tags: Customize Ubuntu 15.04, Gnome Pie Circular Application Launcher On Ubuntu 15.04, How to Install TLP Linux Advanced Power Management, How To Install Ubuntu After Install on Ubuntu 15.04, Install Docky 3.0 Launcher On Ubuntu 15.04, Install Docky 3.0 On Ubuntu 15.04, Install Geary 0.10 in Ubuntu 15.04, Install Gis Weather 0.7.6 On Ubuntu 15.04, Install GNOME Pie 0.6.0 On Ubuntu 15.04, Install Java 9 on Ubuntu 15.04, Install LibreOffice On Ubuntu 15.04, Install Multiple Essential Software At Once On Ubuntu 15.04, Install multiple Ubuntu Softwares at once in Ubuntu, Install MuPDF PDF Viewer Software Ubuntu 15.04, Install Plank 0.9.0 On Ubuntu 15.04, Install TLP Advanced Power Management Tool Ubuntu 15.04, Install TLP Battery Power Management Ubuntu 15.04, Install TLP in Ubuntu 15.04, Install ubuntu-restricted-extras in Ubuntu 15.04, Multimedia Codecs in Ubuntu, Ubuntu 15.04, Ubuntu 15.04 Customize, Ubuntu 15.04 Install Ubuntu After Install

Primary Sidebar

Latest Posts

Ubuntu 25.04 ‘Plucky Puffin’ Is Available To Download

How to Login as Root User in Linux Terminal

Install Firefox In Ubuntu Terminal Command Line

How To Check Kernel Installed Date In Linux Ubuntu

How To List All Kernel Modules That Are Loaded In Ubuntu

Enable Ubuntu Auto Login Without Password

Download Ubuntu 25.04 Official Default Wallpapers

How To Fix Initramfs Error In Ubuntu Command Line

How To Check All Available Kernel Version In Linux Ubuntu

3 Best Artificial Intelligence Domain Name Generators

© 2025 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap