Mastodon Mastodon - Install infinality fonts bundle in arch
 logo
  • Home 
  • Tags 
  • Blog posts 
  1. Home
  2. Blog posts
  3. Install infinality fonts bundle in arch

Install infinality fonts bundle in arch

Posted on June 15, 2015  (Last modified on March 9, 2022) • 1 min read • 113 words
Share via

Installing custom repos in Arch is kind of annoying. But here’s how it goes (especially if you’re behding a firewall which permits only ports 80, 443 and 22):

First. Switch the keyserver to a HTTP based one. To do this:

  1. edit /etc/pacman.d/gnupg/gnupg.conf
  2. replace “keyserver hkp://…” with “keyserver hkp://keyserver.kjsl.com:80”

Second. Get the key ID for the repo (in my case from the wiki):

  • KEY ID is “962DDE58”

Third. Download key from keyserver and sign it locally:

  • pacman-key -r 962DDE58
  • pacman-key -lsign-key 962DDE58

Fourth. Add the repository to the pacman.conf file:

  • “vim /etc/pacman.conf”
  • add the lines from here

Fifth. Update the repos

  • pacman -Sy

Sixth. Install the f*** bundle:

  • pacman -S infinality-bundle

That’s it 🙂

 Shared clipboard for Arch Linux as VMWare guest
Fedora, docker and self-signed SSL certs 
In case you want to follow me

Here are some links. The further to the right, the less active.

           
(c) Axel Bock | Powered by Hinode.
Code copied to clipboard
Link copied to clipboard