Hello Linux Geeksters. As you may know, PostInstallerF is an open-source tool that helps the users to easily install open-source drivers, codecs, add repositories and popular free and third party software like Steam, Skype, via a simple and intuitive GUI.
The latest version available is PostInstallerF 1.5, which has been released a while ago.
In this article I will show you how to install PostInstallerF 1.5 on Fedora 22, Fedora 21, Fedora 20, Arch Linux and Manjaro systems.
Follow the instructions for your system and architecture exactly, in order to get a successful installation.
How to install PostInstallerF 1.5 on Fedora systems:
$ sudo dnf install wget
$ sudo wget -P /etc/yum.repos.d/ https://raw.github.com/kuboosoft/postinstallerf/master/postinstallerf.repo
$ sudo dnf clean metadata
$ sudo dnf install postinstallerf
Optional, to remove postinstallerf, do:
$ sudo dnf remove postinstallerf
How to install PostInstallerF 1.5 on Arch Linux systems:
$ wget http://sourceforge.net/projects/postinstaller/files/archlinux/postinstallerf-1.5-28-any.pkg.tar.xz
$ sudo yaourt -U postinstallerf-1.5-28-any.pkg.tar.xz
Optional, to remove postinstallerf, do:
$ sudo yaourt -Rsn postinstallerf
How to install PostInstallerF 1.5 on Manjaro systems:
$ wget http://sourceforge.net/projects/postinstaller/files/manjaro/postinstallerf-1.5-28-any.pkg.tar.xz
$ sudo yaourt -U postinstallerf-1.5-28-any.pkg.tar.xz
Optional, to remove postinstallerf, do:
$ sudo yaourt -Rsn postinstallerf
Leave a Reply