-1

Does anyone know if there's a codec or app to let me view .webp files without using a browser?

ajmeese7
  • 117

1 Answers1

0

According to this thread, you can add native support to the default Ubuntu image viewer via the WebP GDK Pixbuf Loader library:

sudo add-apt-repository ppa:krifa75/eog-ordissimo
sudo apt update
sudo apt install webp-pixbuf-loader

An alternative suggestion is gThumb:

sudo apt install gthumb
ajmeese7
  • 117