How To Install libwebp on Fedora 36
Introduction
In this tutorial we learn how to install libwebp
on Fedora 36.
What is libwebp
WebP is an image format that does lossy compression of digital photographic images. WebP consists of a codec based on VP8, and a container based on RIFF. Webmasters, web developers and browser developers can use WebP to compress, archive and distribute digital images more efficiently.
We can use yum
or dnf
to install libwebp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libwebp.
Install libwebp on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libwebp
using dnf
by running the following command:
sudo dnf -y install libwebp
Install libwebp on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libwebp
using yum
by running the following command:
sudo yum -y install libwebp
How To Uninstall libwebp on Fedora 36
To uninstall only the libwebp
package we can use the following command:
sudo dnf remove libwebp
libwebp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/57
/usr/lib/.build-id/57/df065f4302fc2f2a7c6c49684999c1875f2192
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/7b1cfc175c9464ba17093f59a135acd034fb48
/usr/lib/.build-id/79
/usr/lib/.build-id/79/7a2c84e4b2aa042b9a5cf1f8e1c1e10d5b0c8a
/usr/lib/.build-id/80
/usr/lib/.build-id/80/659bc6f45c23113b247419b6fe091e551227e0
/usr/lib/libwebp.so.7
/usr/lib/libwebp.so.7.1.3
/usr/lib/libwebpdecoder.so.3
/usr/lib/libwebpdecoder.so.3.1.3
/usr/lib/libwebpdemux.so.2
/usr/lib/libwebpdemux.so.2.0.9
/usr/lib/libwebpmux.so.3
/usr/lib/libwebpmux.so.3.0.8
/usr/share/doc/libwebp
/usr/share/doc/libwebp/AUTHORS
/usr/share/doc/libwebp/NEWS
/usr/share/doc/libwebp/PATENTS
/usr/share/doc/libwebp/README
/usr/share/licenses/libwebp
/usr/share/licenses/libwebp/COPYING
References
Summary
In this tutorial we learn how to install libwebp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libwebp on Fedora 36” linkTitle: “libwebp” type: “docs” description: “In this tutorial we learn how to install libwebp in Fedora 36. libwebp is Library and tools for the WebP graphics format” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libwebp-featured.png
Introduction
In this tutorial we learn how to install libwebp
on Fedora 36.
What is libwebp
WebP is an image format that does lossy compression of digital photographic images. WebP consists of a codec based on VP8, and a container based on RIFF. Webmasters, web developers and browser developers can use WebP to compress, archive and distribute digital images more efficiently.
We can use yum
or dnf
to install libwebp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libwebp.
Install libwebp on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install libwebp
using dnf
by running the following command:
sudo dnf -y install libwebp
Install libwebp on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install libwebp
using yum
by running the following command:
sudo yum -y install libwebp
How To Uninstall libwebp on Fedora 36
To uninstall only the libwebp
package we can use the following command:
sudo dnf remove libwebp
libwebp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/37
/usr/lib/.build-id/37/811e1dd016a76670a3f9206b74847a83100daf
/usr/lib/.build-id/87
/usr/lib/.build-id/87/68adfaa940f5a4feb89b25416f84fe6af3e73d
/usr/lib/.build-id/88
/usr/lib/.build-id/88/32dd2811d90c2d1afb14b6e6d1d753e6401e4d
/usr/lib/.build-id/c6
/usr/lib/.build-id/c6/dc4450efb2d5b7e894ffee37f55b83a76b70e6
/usr/lib64/libwebp.so.7
/usr/lib64/libwebp.so.7.1.3
/usr/lib64/libwebpdecoder.so.3
/usr/lib64/libwebpdecoder.so.3.1.3
/usr/lib64/libwebpdemux.so.2
/usr/lib64/libwebpdemux.so.2.0.9
/usr/lib64/libwebpmux.so.3
/usr/lib64/libwebpmux.so.3.0.8
/usr/share/doc/libwebp
/usr/share/doc/libwebp/AUTHORS
/usr/share/doc/libwebp/NEWS
/usr/share/doc/libwebp/PATENTS
/usr/share/doc/libwebp/README
/usr/share/licenses/libwebp
/usr/share/licenses/libwebp/COPYING
References
Summary
In this tutorial we learn how to install libwebp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).