How to Install and Uninstall sciplot-examples.x86_64 Package on Fedora 38

Last updated: October 06,2024

1. Install "sciplot-examples.x86_64" package

Please follow the guidance below to install sciplot-examples.x86_64 on Fedora 38

$ sudo dnf update $ sudo dnf install sciplot-examples.x86_64

2. Uninstall "sciplot-examples.x86_64" package

This tutorial shows how to uninstall sciplot-examples.x86_64 on Fedora 38:

$ sudo dnf remove sciplot-examples.x86_64 $ sudo dnf autoremove

3. Information about the sciplot-examples.x86_64 package on Fedora 38

Last metadata expiration check: 5:26:05 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : sciplot-examples
Version : 0.3.1
Release : 1.fc38
Architecture : x86_64
Size : 555 k
Source : sciplot-0.3.1-1.fc38.src.rpm
Repository : updates
Summary : Various examples showcasing sciplot
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.
:
: This package contains a number of examples using and showcasing sciplot.