instaling kali linux 2021

MordiB

Bit poster
hi ,

i have installed yesterday kali linux from the parallel menu , but when connect to the linux i have notice the calander have no numbers just signs like , ` ~ `, and etc .

im trying to install ghnom maybe it will fix it ? .
anyone notice this ? i just want to replace my thems and desktop looks .
 
Hello, We would like to suggest you uninstall Calendar from Kali Linux by following the below command in the terminal.
sudo apt-get -y autoremove --purge calendar
After that install Calendar again on Kali Linux Virtual Machine by following the below command in the terminal.
sudo apt-get update
sudo apt-get -y install calendar
 
Back
Top