How to Install GO (golang 1.22) in Ubuntu 22.04

Go programming language announced the new 1.22 release this Tuesday! Here’s the new features and how to install guide for Ubuntu & other Linux. What’s New in Go 1.22: The…

Read more

Install Gedit on Ubuntu 22.10 – Make Gedit Default Text Editor

Install Gedit on Ubuntu 22.10 and make Gedit as the default text editor on Ubuntu 22.10. Gedit is one of the most simple, yet powerful text editor for Linux Systems….

Read more

How To Install Gimp Image Editor In Ubuntu 22.10

How to install GIMP image editor in Ubuntu 22.10 and Ubuntu 22.04. Learn how to install GIMP using terminal or install GIMP via Ubuntu command line. GIMP 2.99.14 now comes…

Read more

How to Install Python 3.11 in Ubuntu 22.10 Using Terminal

How to install Python in Ubuntu 22.04 and Ubuntu 22.10 terminal. Here is how to install Python 3.11 in Ubuntu using Terminal. Python 3.11 has been released. Python 3.11.0 is…

Read more

How To Rename Multiple Files At Once In Linux Ubuntu

Learn how to rename multiple files in Linux command line. This post explains how to rename multiple files at once in Linux. Using Linux command to rename a file or…

Read more

apt remove: Uninstall apt Packages in Ubuntu

How do you uninstall apt packages in Ubuntu using the terminal? It’s quite simple, actually. If you know the package name, just use it with the apt remove command like…

Read more

Using Firewall With UFW in Ubuntu Linux [Beginner’s Guide]

UFW (Uncomplicated Firewall) is a simple-to-use firewall utility with plenty of options for all kinds of users. It is actually an interface for iptables, which is the classic low-level tool…

Read more

31 Linux Commands Every Ubuntu User Should Know

What are the essential Ubuntu commands? I have been asked this question several times by regular readers, and I have tried to avoid answering it. Why? Don’t I know Ubuntu…

Read more

How to View AVIF Images in Ubuntu and Other Linux Distributions

PNGs are the best when it comes to quality but they are huge in size and hence not ideal for websites. JPEGs reduce the file size but they reduce the…

Read more

Uninstall Snap Packages from Ubuntu and Other Linux Distros

Installed Snap package earlier and now you want to uninstall it? To remove a snap package, use the command in the following fashion: sudo snap remove package_name You need to…

Read more