PostInstallerF is the application that allows one to install many and many applications from the one place, like Chrome, Firefox, Flash player and so many. We don’t need to find and add any repositories to install desired packages. It is already in one place. All you need is to select the applications that you want to install and click install. There you go!

Installing PostInstallerF in Ubuntu will need some dependencies to be installed on Ubuntu.Type these commands into the terminalwget -c http://sourceforge.net/projects/postinstaller/files/ubuntu/app-install-data-postinstallerf_1.0-6_all.deb wget -c http://sourceforge.net/projects/postinstaller/files/ubuntu/postinstallerf_1.5-15_all.deb

sudo add-apt-repository ppa:webupd8team/y-ppa-manager sudo apt-get update sudo apt-get install yad

sudo apt-get install packagekit

Above command may need dependency. Type " sudo apt-get install packagekit-tools"

sudo dpkg -i app-install-data-postinstallerf_1.0-6_all.deb sudo dpkg -i postinstallerf_1.5-15_all.deb sudo apt-get install -fInstall PostInstaller in Fedora

Switch to root usersu

Install wget packageyum install wget

cd to /etc/yum.repos.d/ directory.cd /etc/yum.repos.d/

wget https://raw.github.com/kuboosoft/postinstallerf/master/postinstallerf.repo

Update the software repository, and install PostInstallerF.yum update

yum install postinstallerfHow to use PostInstallerF

After installation completed start the application from the menu/Unity dash.

The fourth item is for codecs. If you don’t have audio and video codecs installed, then use this option –

Checklist mode is very useful. It gives you the programs to configure the system functionality and also the option to shut down.

Click on install,  it will give the following screen with the best packages. Select the packages you want to install and click install.

In the same way, other functions will work. If you don’t have GIMP, an awesome and easiest image editor, then install it clicking the GIMP icon. Install Clementine, flash plugin and check out other options yourself.

PostInstallerF saves time. As we watched packages/software can easily be installed at once. Check the package and start the installation.

It takes too much time to prepare a newly installed Operating System. First, find the repositories, then add them to install the desired software. But PostInstallerF makes that big task a lot easier.

Type these commands into the terminal

wget -c http://sourceforge.net/projects/postinstaller/files/ubuntu/app-install-data-postinstallerf_1.0-6_all.deb wget -c http://sourceforge.net/projects/postinstaller/files/ubuntu/postinstallerf_1.5-15_all.deb

sudo add-apt-repository ppa:webupd8team/y-ppa-manager sudo apt-get update sudo apt-get install yad

sudo apt-get install packagekit

Above command may need dependency. Type " sudo apt-get install packagekit-tools"

sudo dpkg -i app-install-data-postinstallerf_1.0-6_all.deb sudo dpkg -i postinstallerf_1.5-15_all.deb sudo apt-get install -f

Install PostInstaller in Fedora