How To Install tntnet on Fedora 34
Introduction
In this tutorial we learn how to install tntnet
on Fedora 34.
What is tntnet
A web application server for web applications tntnet 1 3.0 3.fc34 x86_64 426 k tntnet-3.0-3.fc34.src.rpm fedora A web application server for web applications http LGPLv2+ and GPLv2+ and zlib A web application server for web applications
We can use yum
or dnf
to install tntnet
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install tntnet.
Install tntnet 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 tntnet
using dnf
by running the following command:
sudo dnf -y install tntnet
Install tntnet 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 tntnet
using yum
by running the following command:
sudo yum -y install tntnet
How To Uninstall tntnet on Fedora 34
To uninstall only the tntnet
package we can use the following command:
sudo dnf remove tntnet
tntnet Package Contents on Fedora 34
/etc/tntnet
/etc/tntnet/tntnet.xml
/usr/bin/ecppc
/usr/bin/tntnet
/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/58e02b9c77de4a334fee2c7f53efab1cc8bd77
/usr/lib/.build-id/36
/usr/lib/.build-id/36/0f9f4d716777ebc7d85a6f6cc5726f85a3068d
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/6fe5f0cdcc5a6785aefa292237f26f933fe748
/usr/lib/.build-id/87
/usr/lib/.build-id/87/0708c334798ee5dec08fd647f2256006306f57
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/1614bb28fd5c1c9a0dd9b0da33d85ac2de4af3
/usr/lib/libtntnet.so.13
/usr/lib/libtntnet.so.13.0.0
/usr/lib/libtntnet_sdk.so.13
/usr/lib/libtntnet_sdk.so.13.0.0
/usr/lib/systemd/system/tntnet.service
/usr/lib/tntnet
/usr/lib/tntnet/tntnet.so
/usr/lib/tntnet/tntnet.so.13
/usr/lib/tntnet/tntnet.so.13.0.0
/usr/share/doc/tntnet
/usr/share/doc/tntnet/AUTHORS
/usr/share/doc/tntnet/ChangeLog
/usr/share/doc/tntnet/README
/usr/share/licenses/tntnet
/usr/share/licenses/tntnet/COPYING
/usr/share/man/man1/ecppc.1.gz
/usr/share/man/man1/tntnet-defcomp.1.gz
/usr/share/man/man7/ecpp.7.gz
/usr/share/man/man7/tntnet.xml.7.gz
/usr/share/man/man8/tntnet.8.gz
/usr/share/tntnet
/etc/tntnet
/etc/tntnet/tntnet.xml
/usr/bin/ecppc
/usr/bin/tntnet
/usr/lib/.build-id
/usr/lib/.build-id/12
/usr/lib/.build-id/12/0d41e51e0483d2c1a720412e5e866b87205359
/usr/lib/.build-id/23
/usr/lib/.build-id/23/8381b69b689df0edb804cb22cbd9f45998461f
/usr/lib/.build-id/49
/usr/lib/.build-id/49/fa5a31057c7c84b3507a3404aaf09d9ad117dc
/usr/lib/.build-id/b1
/usr/lib/.build-id/b1/a892ef8a425f89998777bbe9957626a19e72f8
/usr/lib/.build-id/e7
/usr/lib/.build-id/e7/19bb3320a087604084500fce39031e5b9019c1
/usr/lib/systemd/system/tntnet.service
/usr/lib64/libtntnet.so.13
/usr/lib64/libtntnet.so.13.0.0
/usr/lib64/libtntnet_sdk.so.13
/usr/lib64/libtntnet_sdk.so.13.0.0
/usr/lib64/tntnet
/usr/lib64/tntnet/tntnet.so
/usr/lib64/tntnet/tntnet.so.13
/usr/lib64/tntnet/tntnet.so.13.0.0
/usr/share/doc/tntnet
/usr/share/doc/tntnet/AUTHORS
/usr/share/doc/tntnet/ChangeLog
/usr/share/doc/tntnet/README
/usr/share/licenses/tntnet
/usr/share/licenses/tntnet/COPYING
/usr/share/man/man1/ecppc.1.gz
/usr/share/man/man1/tntnet-defcomp.1.gz
/usr/share/man/man7/ecpp.7.gz
/usr/share/man/man7/tntnet.xml.7.gz
/usr/share/man/man8/tntnet.8.gz
/usr/share/tntnet
References
- [tntnet website](http://www.tntnet.org/ http://www.tntnet.org/)
Summary
In this tutorial we learn how to install tntnet
on Fedora 34 using yum and dnf.