How To Refresh Linux Font Cache
To refresh your Linux machine’s font cache, type:
sudo fc-cache -f -v
where -f
means forced (we want to refresh everything) and -v
means verbose, in order to print some useful information on installed fonts and newly discovered ones.