DEV Community

Rohit Jakhar
Rohit Jakhar

Posted on

Fix "target not found: ttf-unifont" not found error when install fresh Manjaro linux

Almost all people get this error when they install a fresh Manjaro linux distro.
I faced this issue and i spend 3 to 4 hour to fixed that.
Here is a quick solution

Open terminal write:

sudo pacman-key --init
Enter fullscreen mode Exit fullscreen mode

after that open gpg.conf and edit

sudo nano /etc/pacman.d/gnupg/gpg.conf
Enter fullscreen mode Exit fullscreen mode

change keyserver value

keyserver hkp://pgp.mit.edu
Enter fullscreen mode Exit fullscreen mode

and save and reload linux and ttf-unifont issue will fixed

Top comments (0)