How to Install and Uninstall e00compr-devel.i686 Package on Fedora 38

Last updated: September 28,2024

1. Install "e00compr-devel.i686" package

This guide let you learn how to install e00compr-devel.i686 on Fedora 38

$ sudo dnf update $ sudo dnf install e00compr-devel.i686

2. Uninstall "e00compr-devel.i686" package

This guide covers the steps necessary to uninstall e00compr-devel.i686 on Fedora 38:

$ sudo dnf remove e00compr-devel.i686 $ sudo dnf autoremove

3. Information about the e00compr-devel.i686 package on Fedora 38

Last metadata expiration check: 4:20:08 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : e00compr-devel
Version : 1.0.1
Release : 40.fc38
Architecture : i686
Size : 18 k
Source : e00compr-1.0.1-40.fc38.src.rpm
Repository : fedora
Summary : Development files for e00compr
URL : http://avce00.maptools.org/e00compr
License : MIT
Description : 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.