View Issue Details

IDProjectCategoryView StatusLast Update
0003386Kali LinuxGeneral Bugpublic2016-07-11 09:56
ReporterSuriya Assigned Torhertzog  
PriorityurgentSeveritytextReproducibilityhave not tried
Status closedResolutionduplicate 
Product Version2016.1 
Summary0003386: Some of the characters in the OS are not showing.
Description

I updated the apt updates using 'apt-get update' as soon as I installed my operating system (KALI 2.0). After completed my updates, some of the characters in the such as (Date, Headings, Side Headings) Labels are showing, Instead it shows like small small boxes. How can I fix this bug. Please help me. I am new to the entire LINUX OPERATING SYSTEM.

Attached Files

Activities

UNATCO

UNATCO

2016-06-29 20:52

reporter   ~0005439

Welcome to linux. Don't let this problem worry you, it's been an issue before and is being worked on.

Just a few cool things that you can do on the command line (terminal) to get more comfortable are:

whois google.com - the "whois" command, followed by a website domain name, will show ownership information etc. about a website.

man nikto - the "man" command (short for manual) before a program name, like "nikto" will, will show you the manual and teach you about how to use that program.

man can also be used for command line commands; like "man ifconfig".

The Kali website also has some great information. Now, for your text problem:

Try opening a terminal (command line) and entering:

apt --reinstall install fonts-cantarell

Then restart.

Also, when updating, run:

apt-get update && apt-get upgrade && apt-get dist-upgrade

apt-get update by itself only downloads an updated package list (what has a new version ready for download).

Have fun.

rhertzog

rhertzog

2016-07-11 09:56

administrator   ~0005506

Duplicate of 0003293

Issue History

Date Modified Username Field Change
2016-06-29 17:17 Suriya New Issue
2016-06-29 17:17 Suriya File Added: Screenshot from 2016-06-29 22-38-57.png
2016-06-29 20:52 UNATCO Note Added: 0005439
2016-07-11 09:56 rhertzog Note Added: 0005506
2016-07-11 09:56 rhertzog Status new => closed
2016-07-11 09:56 rhertzog Assigned To => rhertzog
2016-07-11 09:56 rhertzog Resolution open => duplicate