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

Last updated: October 05,2024

1. Install "topojson-client.noarch" package

In this section, we are going to explain the necessary steps to install topojson-client.noarch on Fedora 34

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

2. Uninstall "topojson-client.noarch" package

This is a short guide on how to uninstall topojson-client.noarch on Fedora 34:

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

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

Last metadata expiration check: 1:47:07 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : topojson-client
Version : 3.1.0
Release : 2.fc34
Architecture : noarch
Size : 49 k
Source : topojson-client-3.1.0-2.fc34.src.rpm
Repository : fedora
Summary : Manipulate TopoJSON and convert it to GeoJSON
URL : https://github.com/topojson/topojson-client
License : ISC and MIT
Description : This provides tools for manipulating TopoJSON, such as to merge shapes or
: quantize coordinates, and for converting back to GeoJSON for rendering with
: standard tools such as d3.geoPath.
:
: topo2geo
:
: Converts one or more TopoJSON objects from an input topology to one or more
: GeoJSON features.
:
: topomerge
:
: Merges polygons (or meshes lines) from the specified source TopoJSON geometry
: collection object, assigning to the target object.
:
: topoquantize
:
: Quantizes the coordinates of the input TopoJSON topology and delta-encodes
: the topology’s arcs.
:
: See also topojson-server and topojson-simplify.