Tag: ubuntu

How to List Installed Packages on Ubuntu

March 9, 2022

Having a precise list of installed packages helps system admins maintain, replicate, and reinstall systems. In this tutorial, learn how to list all installed packages with apt and dpkg, save the list to a file or list specific packages and versions.

Read more

Install and Get Started with MySQL Workbench on Ubuntu

February 24, 2022

Workbench is a visual tool for managing MySQL databases . Its graphical interface allows administrators and database architects to model data, build and run SQL queries, and maintain a database. Get a better understanding on how Workbench works, how to install the software and configure it for your needs.

Read more

How to Install Maven on Ubuntu

February 10, 2022

Maven is an open-source project management tool for developing Java applications. Learn how to install Maven on Ubuntu 20.04 in this tutorial.

Read more

How to Install Wine on Ubuntu

February 3, 2022

Wine is an application that lets you run Windows programs on a Linux system. Wine is similar to an emulator, but with a different technology that improves performance. In this tutorial learn how to install and use Wine on Ubuntu 18.04.

Read more

How to Fix Broken Packages in Ubuntu

October 14, 2021

A bad internet connection or misconfigured third-party installers can corrupt packages and cause problems on your computer. This article will show you how to troubleshoot and fix broken packages on Ubuntu using the available APT and DPKG tools.

Read more

How to Install PuTTY on Ubuntu

September 17, 2021

PuTTY is an open-source session management client. Although it was originally developed for Windows, it is available on Linux, too. This tutorial shows how to install PuTTY on Ubuntu.

Read more

How to set DNS Nameserver on Ubuntu 20.04

May 18, 2021

The Domain Name System (DNS) translates text-based domain names to numeric IP addresses. Most networks are configured to work with DNS servers provided by the ISP. This tutorial shows you how to change DNS addresses in Ubuntu.

Read more

How to Install Puppet on Ubuntu 20.04

March 17, 2021

Puppet is an open-source solution that helps you perform administrative tasks remotely.
This tutorial takes you step-by-step through the process of installing Puppet on Ubuntu 20.04.

Read more

A Comprehensive Guide to Using Snap Packages on Ubuntu

March 4, 2021

Snap allows you to install apps to your system in a contained manner, keeping their dependencies within the snap package. This tutorial shows how to install snaps, modify them, and configure the options they offer.

Read more

How to Install Snap on Ubuntu

February 25, 2021

Snaps are self-contained application packages with mediated access to the system they are installed on. They have all the required dependencies within that package. This tutorial explains how to install Snap on Ubuntu.

Read more