How To Install stlsplit on Fedora 36
Introduction
In this tutorial we learn how to install stlsplit on Fedora 36.
What is stlsplit
stlsplit receives one STL file and splits it to several files - one shell a file.
We can use yum or dnf to install stlsplit on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install stlsplit.
Install stlsplit on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install stlsplit using dnf by running the following command:
sudo dnf -y install stlsplit
Install stlsplit on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install stlsplit using yum by running the following command:
sudo yum -y install stlsplit
How To Uninstall stlsplit on Fedora 36
To uninstall only the stlsplit package we can use the following command:
sudo dnf remove stlsplit
stlsplit Package Contents on Fedora 36
/usr/bin/stlsplit
/usr/lib/.build-id
/usr/lib/.build-id/4a
/usr/lib/.build-id/4a/734275873951fdd99c8645bbc6e21157252c69
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/9544b56371f1340a386d4bcad1cbd6b0bc330c
/usr/lib/libstlsplit.so.1
/usr/share/doc/stlsplit
/usr/share/doc/stlsplit/README.md
/usr/share/licenses/stlsplit
/usr/share/licenses/stlsplit/COPYING
References
Summary
In this tutorial we learn how to install stlsplit on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install stlsplit on Fedora 36” linkTitle: “stlsplit” type: “docs” description: “In this tutorial we learn how to install stlsplit in Fedora 36. stlsplit is Split STL file to more files - one shell each” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/stlsplit-featured.png
Introduction
In this tutorial we learn how to install stlsplit on Fedora 36.
What is stlsplit
stlsplit receives one STL file and splits it to several files - one shell a file.
We can use yum or dnf to install stlsplit on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install stlsplit.
Install stlsplit on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install stlsplit using dnf by running the following command:
sudo dnf -y install stlsplit
Install stlsplit on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install stlsplit using yum by running the following command:
sudo yum -y install stlsplit
How To Uninstall stlsplit on Fedora 36
To uninstall only the stlsplit package we can use the following command:
sudo dnf remove stlsplit
stlsplit Package Contents on Fedora 36
/usr/bin/stlsplit
/usr/lib/.build-id
/usr/lib/.build-id/5a
/usr/lib/.build-id/5a/3cd5ec9acf0acce21a2cd1c538aeae9adad38d
/usr/lib/.build-id/63
/usr/lib/.build-id/63/6d1f47058194927800f0ead8bc01b20b56a8d8
/usr/lib64/libstlsplit.so.1
/usr/share/doc/stlsplit
/usr/share/doc/stlsplit/README.md
/usr/share/licenses/stlsplit
/usr/share/licenses/stlsplit/COPYING
References
Summary
In this tutorial we learn how to install stlsplit on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).