How To Install svg2svgt on Fedora 36
Introduction
In this tutorial we learn how to install svg2svgt
on Fedora 36.
What is svg2svgt
Library and tools to convert SVG images to SVG Tiny, the subset of SVG implemented by QtSvg.
title: “How To Install svg2svgt on Fedora 36”
linkTitle: “svg2svgt”
type: “docs”
We can use yum
or dnf
to install svg2svgt
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install svg2svgt.
description: “In this tutorial we learn how to install svg2svgt in Fedora 36. svg2svgt is SVG to SVG Tiny converter” date: “2022-08-17”
Install svg2svgt on Fedora 36 Using dnf
lastmod: “2022-08-17”
Update yum database with dnf
using the following command.
#image: /images/fedora/36/svg2svgt-featured.png
## Introduction
sudo dnf makecache --refresh
In this tutorial we learn how to install svg2svgt
on Fedora 36.
After updating yum database, We can install svg2svgt
using dnf
by running the following command:
What is svg2svgt
> Library and tools to convert SVG images to SVG Tiny, the subset of SVG implemented by QtSvg.
sudo dnf -y install svg2svgt
We can use yum
or dnf
to install svg2svgt
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install svg2svgt.
Install svg2svgt on Fedora 36 Using yum
Install svg2svgt on Fedora 36 Using dnf
Update yum database with yum
using the following command.
Update yum database with dnf
using the following command.
```bash
sudo dnf makecache --refresh
sudo yum makecache --refresh
After updating yum database, We can install `svg2svgt` using `dnf` by running the following command:
After updating yum database, We can install `svg2svgt` using `yum` by running the following command:
```bash
```bash
sudo dnf -y install svg2svgt
sudo yum -y install svg2svgt
## Install svg2svgt on Fedora 36 Using yum
## How To Uninstall svg2svgt on Fedora 36
Update yum database with `yum` using the following command.
To uninstall only the `svg2svgt` package we can use the following command:
```bash
```bash
sudo dnf remove svg2svgt
sudo yum makecache --refresh
## svg2svgt Package Contents on Fedora 36
After updating yum database, We can install `svg2svgt` using `yum` by running the following command:
```bash
```bash
sudo yum -y install svg2svgt
How To Uninstall svg2svgt on Fedora 36
To uninstall only the svg2svgt
package we can use the following command:
sudo dnf remove svg2svgt
svg2svgt Package Contents on Fedora 36
/usr/bin/svg2svgt
/usr/bin/svg2svgt-gui
/usr/i686-w64-mingw32/sys-root/mingw/share/svg2svgt/svg2svgt_en.qm
/usr/i686-w64-mingw32/sys-root/mingw/share/svg2svgt/svg2svgt_fi.qm
/usr/lib/.build-id
/usr/lib/.build-id/92
/usr/lib/.build-id/92/a0d3733c4f09751476459901bae7548485c777
/usr/lib/.build-id/cc
/usr/lib/.build-id/cc/c59d6ba0c052513ef61d7968104e8cb07659a0
/usr/lib/.build-id/d6
/usr/lib/.build-id/d6/41fe87ed6377db4890f5a1b5e23e4c6b9e2149
/usr/lib/libsvg2svgt.so.0
/usr/lib/libsvg2svgt.so.0.0.0
/usr/share/applications/svg2svgt.desktop
/usr/share/doc/svg2svgt
/usr/share/doc/svg2svgt/README.md
/usr/share/icons/hicolor/64x64/apps/svg2svgt.png
/usr/share/icons/hicolor/scalable/apps/svg2svgt.svg
/usr/share/licenses/svg2svgt
/usr/share/licenses/svg2svgt/LICENSE.LGPL
/usr/share/metainfo/svg2svgt.appdata.xml
/usr/share/svg2svgt
/usr/share/svg2svgt/svg2svgt_en.qm
/usr/share/svg2svgt/svg2svgt_fi.qm
/usr/x86_64-w64-mingw32/sys-root/mingw/share/svg2svgt/svg2svgt_en.qm
/usr/x86_64-w64-mingw32/sys-root/mingw/share/svg2svgt/svg2svgt_fi.qm
/usr/bin/svg2svgt
/usr/bin/svg2svgt-gui
/usr/i686-w64-mingw32/sys-root/mingw/share/svg2svgt/svg2svgt_en.qm
/usr/i686-w64-mingw32/sys-root/mingw/share/svg2svgt/svg2svgt_fi.qm
/usr/lib/.build-id
/usr/lib/.build-id/65
/usr/lib/.build-id/65/48d8fe1d6e239745f734cc1d4fe0e8a6497543
/usr/lib/.build-id/6a
/usr/lib/.build-id/6a/f8e83015bac3226edadaaa49d18bf09d9469ed
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/8c745889ff35ee6d46f30bf678f4c206062861
/usr/lib64/libsvg2svgt.so.0
/usr/lib64/libsvg2svgt.so.0.0.0
/usr/share/applications/svg2svgt.desktop
/usr/share/doc/svg2svgt
/usr/share/doc/svg2svgt/README.md
/usr/share/icons/hicolor/64x64/apps/svg2svgt.png
/usr/share/icons/hicolor/scalable/apps/svg2svgt.svg
/usr/share/licenses/svg2svgt
/usr/share/licenses/svg2svgt/LICENSE.LGPL
/usr/share/metainfo/svg2svgt.appdata.xml
/usr/share/svg2svgt
/usr/share/svg2svgt/svg2svgt_en.qm
/usr/share/svg2svgt/svg2svgt_fi.qm
/usr/x86_64-w64-mingw32/sys-root/mingw/share/svg2svgt/svg2svgt_en.qm
/usr/x86_64-w64-mingw32/sys-root/mingw/share/svg2svgt/svg2svgt_fi.qm
References
Summary
In this tutorial we learn how to install svg2svgt
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
## References
* [svg2svgt website](https://github.com/manisandro/svg2svgt)
## Summary
In this tutorial we learn how to install `svg2svgt` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).