How To Install wv-devel on Fedora 36
Introduction
In this tutorial we learn how to install wv-devel
on Fedora 36.
What is wv-devel
Wv is a program that understands the Microsoft Word 6/7/8/9 binary file format and is able to convert Word documents into HTML, which can then be read with a browser. This package contains the development files
We can use yum
or dnf
to install wv-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install wv-devel.
Install wv-devel 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 wv-devel
using dnf
by running the following command:
sudo dnf -y install wv-devel
Install wv-devel 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 wv-devel
using yum
by running the following command:
sudo yum -y install wv-devel
How To Uninstall wv-devel on Fedora 36
To uninstall only the wv-devel
package we can use the following command:
sudo dnf remove wv-devel
wv-devel Package Contents on Fedora 36
---
title: "How To Install wv-devel on Fedora 36"
linkTitle: "wv-devel"
type: "docs"
description: "In this tutorial we learn how to install wv-devel in Fedora 36. wv-devel is MSWord format converter - development files"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/wv-devel-featured.png
---
/usr/include/wv
/usr/include/wv/wv.h
/usr/lib64/libwv.so
/usr/lib64/pkgconfig/wv-1.0.pc
## Introduction
In this tutorial we learn how to install `wv-devel` on Fedora 36.
References
What is wv-devel
Wv is a program that understands the Microsoft Word 6/7/8/9 binary file format and is able to convert Word documents into HTML, which can then be read with a browser. This package contains the development files
Summary
We can use yum
or dnf
to install wv-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install wv-devel.
In this tutorial we learn how to install wv-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
Install wv-devel 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 wv-devel
using dnf
by running the following command:
sudo dnf -y install wv-devel
Install wv-devel 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 wv-devel
using yum
by running the following command:
sudo yum -y install wv-devel
How To Uninstall wv-devel on Fedora 36
To uninstall only the wv-devel
package we can use the following command:
sudo dnf remove wv-devel
wv-devel Package Contents on Fedora 36
/usr/include/wv
/usr/include/wv/wv.h
/usr/lib/libwv.so
/usr/lib/pkgconfig/wv-1.0.pc
References
Summary
In this tutorial we learn how to install wv-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).