Upgrade a specific package in Ubuntu
One may upgrade a specific package in Ubuntu for various reasons. We can upgrade packages in Ubuntu using both apt…
One may upgrade a specific package in Ubuntu for various reasons. We can upgrade packages in Ubuntu using both apt…
We can install Python packages, not available in standard Ubuntu repository, using PIP. PIP is a command-line tool for managing…
We can remove packages installed in Ubuntu either through apt or dpkg command-line utility. Although removing a package in Ubuntu…
PIP is basically a Python package installer. Python packages are available either in standard library or they could be fetched…
Python is an object-oriented, high-level, interpreted programming language. Although, Python 3.7.3 comes installed by default in Ubuntu 19.04. But, there…
In this article, we would discuss how to add ISO image as CD-ROM repository in Ubuntu distribution. The bootable ISO…
In this article, we would discuss a bit about SourcesList file i.e. /etc/apt/sources.list in Ubuntu distribution. There are two components,…
The Uncomplicated Firewall (UFW) is a tool available in Ubuntu distribution to configure iptables. In other words, it is a…
Opera is a Chromium-based browser which was first released on April 10, 1995. The latest stable version for Opera at…
Zip is an archive file format. A zip file may consist of any number of compressed files and folders. It…