A Beginner’s Guide to Symbolic Links in Linux

Symbolic links, also known as symlinks or soft links, are special files that point to another file or directory on your system. They are like shortcuts that allow you to access the target file or directory without having to specify the full path. (more…)

Continue Reading A Beginner’s Guide to Symbolic Links in Linux

How to Uninstall NodeJS on Ubuntu 22.04

NodeJS is pretty popular when it comes to building server-side applications with JavaScript. But, if you don’t need it anymore on your Ubuntu 22.04 system, you might want to uninstall it. Don’t worry, getting rid of NodeJS on Ubuntu 22.04 can be (more…)

Continue Reading How to Uninstall NodeJS on Ubuntu 22.04

How to Fix : dpkg was interrupted, you must manually run ‘dpkg –configure -a’ to correct the problem

When you try to install a package or a tool, you get the following error: “dpkg was interrupted, you must manually run ‘dpkg –configure -a’ to correct the problem” as shown below when I tried to install the neofetch utility. (more…)

Continue Reading How to Fix : dpkg was interrupted, you must manually run ‘dpkg –configure -a’ to correct the problem