79832986

Date: 2025-11-28 23:58:55
Score: 1.5
Natty:
Report link

For Arch

Probably works on other operating systems following a similar approach.

I was able to get sqlitebrowser working via following these instructions https://moon.horse/posts/how-to-get-sqlitebrowser-working-on-wsl2-with-arch

TL;DR

sudo pacman -S icu ttf-dejavu sqlitebrowser

If pacman complains after installing ICU:

https://wiki.archlinux.org/title/Pacman#Using_pacman-static

curl -L -o pacman-static https://pkgbuild.com/~morganamilo/pacman-static/x86_64/bin/pacman-static
chmod +x pacman-static
sudo ./pacman-static -Syu pacman
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: May