Tag Archives: installation

How To Install Debian Application Packages Using Gdebi On Linux

By | September 30, 2021

Gdebi is a simple tool to install Debian packages (file with the .deb file extension). This is very important because almost all Debian derivatives and sub-derivatives rely on the Debian package management system. Gdebi let you install a .deb package file locally while also resolving and installing its dependencies. It has a graphical user interface, but can… Read More »

How To Install And Setup Git In Linux

By | August 1, 2019

What is git? Git is a distributed code revision software created by Linus Torvalds, (yes the creator of Linux). Git is used in project/source code version control. That simply means that it ensures that you can save your work (any coding project) at a particular point in time – versions. Each save is called, in… Read More »

How to Install Synaptic Package Manager in Ubuntu Linux

By | August 23, 2018

Synaptic is a graphical package management program for apt. It provides the same features as the apt-get command line utility with a GUI front-end based on Gtk+. If you prefer using a GUI to install apps in Debian and Debian-based systems (ubuntu, mint, etc) synaptic would make it worthwhile.     Features: Install, remove, upgrade… Read More »

How to install Ubuntu software (.deb) package from the command line.

By | November 21, 2017

There are a couple of ways to get (install) software package(s) or applications (apps) installed in Ubuntu. The common way is through the Ubuntu software centre. This process is the easiest. It is basically point-and-click style. Many of the intricacies involve in the process are abstracted from the view of the Linux user. But some… Read More »

6 Things to do after installing Ubuntu 14

By | June 25, 2016

1. Connect to the Internet This is the golden rule (in my humble opinion) of using Linux. Almost everything revolves around Linux being connected to the internet – from updating, downloading softwares to using FOSS social networks. So this is the first thing you should ensure is working on your system before every other processes… Read More »

Install any Linux operating system using VMware

By | June 25, 2016

There are two methods that, as a new Linux user, you can choose; using a virtualization software (VirtualBox, VMware etc) or partitioning your hard drive (i.e. installing alongside windows). Or if you have a spare computer to spare (which I doubt) you could use the whole hard disk to install Linux. It is advisable to… Read More »