How to Install and Uninstall topojson-simplify.noarch Package on Fedora 34

Last updated: May 18,2024

1. Install "topojson-simplify.noarch" package

Learn how to install topojson-simplify.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install topojson-simplify.noarch

2. Uninstall "topojson-simplify.noarch" package

This tutorial shows how to uninstall topojson-simplify.noarch on Fedora 34:

$ sudo dnf remove topojson-simplify.noarch $ sudo dnf autoremove

3. Information about the topojson-simplify.noarch package on Fedora 34

Last metadata expiration check: 5:55:49 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : topojson-simplify
Version : 3.0.3
Release : 2.fc34
Architecture : noarch
Size : 65 k
Source : topojson-simplify-3.0.3-2.fc34.src.rpm
Repository : fedora
Summary : Topology-preserving simplification and filtering for TopoJSON
URL : https://github.com/topojson/topojson-simplify
License : ISC and MIT
Description : Topology-preserving simplification and filtering for TopoJSON. Smaller files,
: faster rendering!
:
: For an introduction to line simplification:
:
: - https://bost.ocks.org/mike/simplify/
: - https://www.jasondavies.com/simplify/
:
: toposimplify
:
: Given an input topology, assigns a z-value to every arc coordinate according
: to a configurable weight function, and then generates an output topology
: where every arc coordinate whose z-value is lower than a configurable minimum
: weight is removed. Only the x and y dimensions of the coordinates are
: preserved in the returned topology.
:
: See also topojson-client and topojson-server.