How to Install and Uninstall sciplot-devel.i686 Package on Fedora 39

Last updated: January 11,2025

1. Install "sciplot-devel.i686" package

This is a short guide on how to install sciplot-devel.i686 on Fedora 39

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

2. Uninstall "sciplot-devel.i686" package

Please follow the guidance below to uninstall sciplot-devel.i686 on Fedora 39:

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

3. Information about the sciplot-devel.i686 package on Fedora 39

Last metadata expiration check: 2:28:39 ago on Thu Mar 7 11:44:58 2024.
Available Packages
Name : sciplot-devel
Version : 0.3.1
Release : 1.fc39
Architecture : i686
Size : 70 k
Source : sciplot-0.3.1-1.fc39.src.rpm
Repository : updates
Summary : Modern C++ scientific plotting library powered by gnuplot
URL : https://sciplot.github.io/
License : MIT
Description : The goal of the sciplot project is to enable a C++ programmer to conveniently
: plot beautiful graphs as easy as in other high-level programming languages.
: sciplot is a header-only library that needs a C++17-capable compiler, but has
: no external dependencies for compiling. The only external runtime dependencies
: are gnuplot-palettes for providing color palettes and a gnuplot executable.