How To Install stlsplit on Fedora 34
Introduction
In this tutorial we learn how to install stlsplit
on Fedora 34.
What is stlsplit
stlsplit receives one STL file and splits it to several files - one shell a file. stlsplit 1.2 13.fc34 x86_64 32 k stlsplit-1.2-13.fc34.src.rpm fedora Split STL file to more files - one shell each http AGPLv3+ 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 34. In this tutorial we discuss both methods but you only need to choose one of method to install stlsplit.
Install stlsplit on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install stlsplit
using dnf
by running the following command:
sudo dnf -y install stlsplit
Install stlsplit on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
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 34
To uninstall only the stlsplit
package we can use the following command:
sudo dnf remove stlsplit
stlsplit Package Contents on Fedora 34
/usr/bin/stlsplit
/usr/lib/.build-id
/usr/lib/.build-id/32
/usr/lib/.build-id/32/941a6a18e7c7def54a3bbf6176d159db7ea7ae
/usr/lib/.build-id/8c
/usr/lib/.build-id/8c/b733489af67478f0997795327004b77bb6c8b0
/usr/lib64/libstlsplit.so.1
/usr/share/doc/stlsplit
/usr/share/doc/stlsplit/README.md
/usr/share/licenses/stlsplit
/usr/share/licenses/stlsplit/COPYING
/usr/bin/stlsplit
/usr/lib/.build-id
/usr/lib/.build-id/51
/usr/lib/.build-id/51/d9839d10c23739e2a10c9d3bf782e4341b72a4
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/29d710900c0e925d827d9e6e4450dd19b03865
/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
- [stlsplit website](http://github.com/admesh/stlsplit/ http://github.com/admesh/stlsplit/)
Summary
In this tutorial we learn how to install stlsplit
on Fedora 34 using yum and dnf.