Tag: Ubuntu

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 variables declared by a “for” loop were created once and updated by each iteration. In new …

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 with a “Gray” theme based on a 18.42% luminance middle-gray background, which should be a good …

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 this: sudo apt remove package_name Even if you do not know the exact package name, tab …

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 commands? Nope. That’s not the reason. It is because it is difficult to categorize them. What’s …