How to install `ncal`?

QuestionsQuestions8 SkillsProYour First Linux LabSep, 10 2025
0200

To install ncal, you need to install the util-linux package, which includes the ncal command. Here are the installation commands for various Linux distributions:

Ubuntu/Debian

sudo apt update
sudo apt install util-linux

Fedora

sudo dnf install util-linux

CentOS/RHEL

sudo yum install util-linux

Arch Linux

sudo pacman -S util-linux

After Installation

Once installed, you can verify that ncal is available by running:

ncal

This will display the current month's calendar. You can then use ncal with various options as needed.

0 Comments

no data
Be the first to share your comment!