How to Install and Uninstall libxlsxwriter.x86_64 Package on AlmaLinux 8

Last updated: May 15,2024

1. Install "libxlsxwriter.x86_64" package

Here is a brief guide to show you how to install libxlsxwriter.x86_64 on AlmaLinux 8

$ sudo dnf update $ sudo dnf install libxlsxwriter.x86_64

2. Uninstall "libxlsxwriter.x86_64" package

Please follow the guidance below to uninstall libxlsxwriter.x86_64 on AlmaLinux 8:

$ sudo dnf remove libxlsxwriter.x86_64 $ sudo dnf autoremove

3. Information about the libxlsxwriter.x86_64 package on AlmaLinux 8

Last metadata expiration check: 2:19:41 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : libxlsxwriter
Version : 1.0.0
Release : 1.el8.remi
Architecture : x86_64
Size : 156 k
Source : libxlsxwriter-1.0.0-1.el8.remi.src.rpm
Repository : remi-safe
Summary : A C library for creating Excel XLSX files
URL : https://github.com/jmcnamara/libxlsxwriter/
License : BSD
Description : Libxlsxwriter is a C library that can be used to write text, numbers, formulas
: and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file.
:
: It supports features such as:
:
: * 100% compatible Excel XLSX files.
: * Full Excel formatting.
: * Merged cells.
: * Defined names.
: * Autofilters.
: * Charts.
: * Data validation and drop down lists.
: * Worksheet PNG/JPEG images.
: * Memory optimization mode for writing large files.
: * Source code available on GitHub.
: * FreeBSD license.
: * ANSI C.
: * Works with GCC, Clang, Xcode, MSVC 2015, ICC, TCC, MinGW, MingGW-w64/32.
: * Works on Linux, FreeBSD, OpenBSD, OS X, iOS and Windows.
: Also works on MSYS/MSYS2 and Cygwin.
: * Compiles for 32 and 64 bit.
: * Compiles and works on big and little endian systems.
: * The only dependency is on zlib.