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

Last updated: January 13,2025

1. Install "topojson-client.noarch" package

Please follow the instructions below to install topojson-client.noarch on Fedora 35

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

2. Uninstall "topojson-client.noarch" package

This guide covers the steps necessary to uninstall topojson-client.noarch on Fedora 35:

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

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

Last metadata expiration check: 0:29:44 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : topojson-client
Version : 3.1.0
Release : 8.fc35
Architecture : noarch
Size : 50 k
Source : topojson-client-3.1.0-8.fc35.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.