{"id":2222,"date":"2019-02-12T22:07:25","date_gmt":"2019-02-12T19:07:25","guid":{"rendered":"http:\/\/kifarunix.com\/?p=2222"},"modified":"2019-02-12T22:07:25","modified_gmt":"2019-02-12T19:07:25","slug":"how-to-install-programs-from-source-on-ubuntu-18-04","status":"publish","type":"post","link":"https:\/\/kifarunix.com\/how-to-install-programs-from-source-on-ubuntu-18-04\/","title":{"rendered":"How to Install Programs from Source on Ubuntu 18.04"},"content":{"rendered":"

In this guide, we are going to learn how to install programs from source on Ubuntu 18.04. More often than not, the easiest and hustle free method of installing programs on Ubuntu 18.04 or the whole Linux family is to use the respective distribution package manager. This ensures that you are installing a software that is optimized for your distribution. It also eliminates the issue of having to deal with annoying dependencies. However, there is a point in time when you need to install the latest version of a software to patch some bug or test a new feature or even a software that is not available on your distribution repositories. In this case, then you need to download the source code of the program, compile and install it.<\/p>\n

Therefore, in this guide, you going to learn how to;<\/p>\n