How To Install e00compr-devel on Fedora 36
Introduction
In this tutorial we learn how to install e00compr-devel on Fedora 36.
What is e00compr-devel
E00compr is an ANSI C library that reads and writes Arc/Info compressed E00 files. Both “PARTIAL” and “FULL” compression levels are supported. This package can be divided in three parts • The ‘e00conv’ command-line program. This program takes a E00 file as input (compressed or not) and copies it to a new file with the requested compression level (NONE, PARTIAL or FULL). • A set of library functions to read compressed E00 files. These functions read a E00 file (compressed or not) and return a stream of uncompressed lines, making the E00 file appear as if it was not compressed. • A set of library functions to write compressed E00 files. These functions take one line after another from what should be a uncompressed E00 file, and write them to a file with the requested compression level, either NONE, PARTIAL or FULL. The e00compr-devel package contains libraries and header files for developing applications that use e00compr.
We can use yum or dnf to install e00compr-devel on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install e00compr-devel.
Install e00compr-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 e00compr-devel using dnf by running the following command:
sudo dnf -y install e00compr-devel
Install e00compr-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 e00compr-devel using yum by running the following command:
sudo yum -y install e00compr-devel
How To Uninstall e00compr-devel on Fedora 36
To uninstall only the e00compr-devel package we can use the following command:
sudo dnf remove e00compr-devel
e00compr-devel Package Contents on Fedora 36
/usr/include/e00compr
/usr/include/e00compr/cpl_conv.h
/usr/include/e00compr/cpl_error.h
/usr/include/e00compr/cpl_port.h
/usr/include/e00compr/cpl_vsi.h
/usr/include/e00compr/e00compr.h
/usr/lib/.build-id
/usr/lib/.build-id/1e/a202880c83d3259b9199841db96a85ccb3e66c.1
/usr/lib64/libe00compr.so
/usr/share/doc/e00compr-devel
/usr/share/doc/e00compr-devel/ex_read.c
/usr/share/doc/e00compr-devel/ex_readcb.c
/usr/share/doc/e00compr-devel/ex_write.c
/usr/share/doc/e00compr-devel/ex_writecb.c
---
title: "How To Install e00compr-devel on Fedora 36"
linkTitle: "e00compr-devel"
type: "docs"
description: "In this tutorial we learn how to install e00compr-devel in Fedora 36. e00compr-devel is Development files for e00compr"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/e00compr-devel-featured.png
---
## Introduction
In this tutorial we learn how to install `e00compr-devel` on Fedora 36.
### What is `e00compr-devel`
> E00compr is an ANSI C library that reads and writes Arc/Info compressed E00 files. Both “PARTIAL” and “FULL” compression levels are supported. This package can be divided in three parts • The ‘e00conv’ command-line program. This program takes a E00 file as input (compressed or not) and copies it to a new file with the requested compression level (NONE, PARTIAL or FULL). • A set of library functions to read compressed E00 files. These functions read a E00 file (compressed or not) and return a stream of uncompressed lines, making the E00 file appear as if it was not compressed. • A set of library functions to write compressed E00 files. These functions take one line after another from what should be a uncompressed E00 file, and write them to a file with the requested compression level, either NONE, PARTIAL or FULL. The e00compr-devel package contains libraries and header files for developing applications that use e00compr.
We can use `yum` or `dnf` to install `e00compr-devel` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install e00compr-devel.
## Install e00compr-devel on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install e00compr-devel using dnf by running the following command:
sudo dnf -y install e00compr-devel
Install e00compr-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 e00compr-devel using yum by running the following command:
sudo yum -y install e00compr-devel
How To Uninstall e00compr-devel on Fedora 36
To uninstall only the e00compr-devel package we can use the following command:
sudo dnf remove e00compr-devel
e00compr-devel Package Contents on Fedora 36
References
Summary
In this tutorial we learn how to install e00compr-devel on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/include/e00compr /usr/include/e00compr/cpl_conv.h /usr/include/e00compr/cpl_error.h /usr/include/e00compr/cpl_port.h /usr/include/e00compr/cpl_vsi.h /usr/include/e00compr/e00compr.h /usr/lib/.build-id /usr/lib/.build-id/04/1db6d622550a8f924fd38e8d921cec2f65c05c.1 /usr/lib/libe00compr.so /usr/share/doc/e00compr-devel /usr/share/doc/e00compr-devel/ex_read.c /usr/share/doc/e00compr-devel/ex_readcb.c /usr/share/doc/e00compr-devel/ex_write.c /usr/share/doc/e00compr-devel/ex_writecb.c
## References
* [e00compr-devel website](http://avce00.maptools.org/e00compr)
## Summary
In this tutorial we learn how to install `e00compr-devel` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).