Install GitQL on Ubuntu 24.04

Install GitQL on Ubuntu 24.04

GitQL (Git Query Language) is a command line tool that lets you query Git repositories using a familiar SQL-like syntax. It transforms the Git commit history into a virtual table...
Disable Wayland on Ubuntu

Disable Wayland on Ubuntu

Ubuntu uses Wayland as the default display server instead of X11 for most systems, offering better security and modern graphics support. However, some users may encounter compatibility issues with legacy...
Reinstall Packages using APT

Reinstall Packages using APT

Sometimes files in the package gets corrupted or accidentally modified - yet APT still considers it "installed". In such cases, you can force a clean reinstallation. This tutorial demonstrates how...
Check APT Version on Linux

Check APT Version on Linux

APT (Advanced Package Tool) is a core utility used in Debian-based Linux distributions like Ubuntu to manage software packages. Knowing the APT version can be helpful when troubleshooting or verifying...
Install msitools on Ubuntu 24.04

Install msitools on Ubuntu 24.04

The msitools is a collection of utilities for inspecting and creating Microsoft Windows Installer (MSI) files. It's primarily used on Linux systems to work with MSI files, which are typically...