Hello,I hava an offline ubuntu server24.04, I want to install some windows fonts, I copy fonts to the /usr/share/fonts/winfonts, run mkfontscale,mkfontdir,fc-cache 3 commands but it shows command not found. So how to install the ttf-mscorefonts-installer and fontconfig offiline? Thanks
If you have a message "command not found", then it means the command is not installed onto your system. If you do not want to connect to internet, you will need to have an installation CD that can serve as repository for commands/applications you want to install on the server. Just copying valid font files to subdirectories under dedicated font folders like /usr/local/share/fonts and then running `fc-cache -f -v` should work to install the fonts and include them in the font cache.
View Tag Cloud
Ubuntu Forums Code of Conduct