सबसे पहले , उस फ़ॉन्ट का नाम निर्धारित करें जिसे आप हटाना चाहते हैं, उदाहरण के लिए 'निम्बस सैंस एल'
फिर टर्मिनल में निम्नलिखित कमांड को यह जानने के लिए चलाएं कि वह कहाँ है:
$ fc-list "Nimbus Sans L"
/usr/share/fonts/type1/gsfonts/n019063l.pfb: Nimbus Sans L:style=Regular Condensed Italic
/usr/share/fonts/type1/gsfonts/n019064l.pfb: Nimbus Sans L:style=Bold Condensed Italic
/usr/share/fonts/type1/gsfonts/n019043l.pfb: Nimbus Sans L:style=Regular Condensed
/usr/share/fonts/type1/gsfonts/n019044l.pfb: Nimbus Sans L:style=Bold Condensed
/usr/share/fonts/type1/gsfonts/n019023l.pfb: Nimbus Sans L:style=Regular Italic
/usr/share/fonts/type1/gsfonts/n019024l.pfb: Nimbus Sans L:style=Bold Italic
/usr/share/fonts/type1/gsfonts/n019004l.pfb: Nimbus Sans L:style=Bold
/usr/share/fonts/type1/gsfonts/n019003l.pfb: Nimbus Sans L:style=Regular
यदि आप सटीक फ़ॉन्ट नाम नहीं जानते हैं, तो बस कोशिश करें fc-match -s Nimbus
या fc-list |grep -i nimbus
, वे आदेश आपको संकेत देंगे।
दूसरा , जो आप चाहते हैं उसे हटा दें। नीचे, उदाहरण के लिए, Bold Condensed Italic
'निम्बस सैंस एल' की शैली को हटाना चाहिए :
$ sudo rm /usr/share/fonts/type1/gsfonts/n019064l.pfb
हटाने के बाद, फॉन्ट कैश डेटाबेस को अपडेट करने के लिए यह कमांड टाइप करें:
$ fc-cache -fv
अगर प्रभाव नहीं पड़ता है, तो आपको सिस्टम को रीबूट करना होगा:
$ sudo reboot