Install vim in AlmaLinux 9

Install vim in AlmaLinux 9

In this article, we cover how to install vim editor in AlmaLinux 9. vim is a text editor, which is an improved version of vi editor. It is a free and open-source cross platform application. At the time of writing, v 9.0 is its latest stable release. The packages for vim and its dependencies can …

Install vim in AlmaLinux 9 Read More »

Exit status of a command in Bash

Exit status of a command in Bash

In this article, we cover exit status of a command in Bash. When we execute a command, it returns an exit status to the system. Through a commands’ exit status, we can deduce whether it was successfully executed or not. So, when the exit status is returned as zero that means the command was executed …

Exit status of a command in Bash Read More »

Update Google Chrome in Ubuntu

Update Google Chrome in Ubuntu

In this article, we cover how to update Google Chrome in Ubuntu. If you recall, Google Chrome isn’t available through standard Ubuntu repository. So, we had to download .deb package from the official website of Google Chrome web browser. And, may have used either of the following two commands to install Google Chrome Web browser …

Update Google Chrome in Ubuntu Read More »

Install LibreOffice in AlmaLinux 9

Install LibreOffice in AlmaLinux 9

In this article, we cover how to install LibreOffice in AlmaLinux 9. LibreOffice is a free and open source office productivity suite. It includes following applications – LibreOffice Writer – a word processing application, LibreOffice Calc – for spreadsheets, LibreOffice Impress – for presentations, LibreOffice Draw – raster and vector graphics editor, LibreOffice Math – …

Install LibreOffice in AlmaLinux 9 Read More »

Get CPU information in AlmaLinux/Ubuntu

Get CPU information in AlmaLinux/Ubuntu

In this article, we cover how to get CPU related information in AlmaLinux and Ubuntu. Though there are numerous graphical and command-line tools which can provide us the relevant information. The command-line tool which particularly interests us is – lscpu. The command-line tool – lscpu is a part of util-linux package. The package is installed …

Get CPU information in AlmaLinux/Ubuntu Read More »

Install or Remove Snaps in Ubuntu

Install or Remove Snaps in Ubuntu

In this article, we cover how to install or remove Snaps in Ubuntu. Most of us would prefer to install packages through standard Ubuntu repository. But, there are certain packages which aren’t available through standard Ubuntu repository. So, we need to find alternate ways to install those packages. Installing Snaps is one such method available. …

Install or Remove Snaps in Ubuntu Read More »

error: system does not fully support snapd in AlmaLinux 9

error: system does not fully support snapd in AlmaLinux 9

While installing a Snap package in AlmaLinux 9, we received the following error – error: system does not fully support snapd: cannot mount squashfs image using “squashfs”: mount: /tmp/syscheck-mountpoint-4225723348: unknown filesystem type ‘squashfs’. From the error, it is clear that our system can’t recognize filesystem type ‘squashfs‘. So, first we check whether the specific kernel …

error: system does not fully support snapd in AlmaLinux 9 Read More »

Scroll to Top