How To Install tntnet on Fedora 36
Introduction
In this tutorial we learn how to install tntnet
on Fedora 36.
What is tntnet
A web application server for web applications
We can use yum
or dnf
to install tntnet
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tntnet.
Install tntnet 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 tntnet
using dnf
by running the following command:
sudo dnf -y install tntnet
Install tntnet 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 tntnet
using yum
by running the following command:
sudo yum -y install tntnet
How To Uninstall tntnet on Fedora 36
To uninstall only the tntnet
package we can use the following command:
sudo dnf remove tntnet
tntnet Package Contents on Fedora 36
---
title: "How To Install tntnet on Fedora 36"
linkTitle: "tntnet"
type: "docs"
description: "In this tutorial we learn how to install tntnet in Fedora 36. tntnet is A web application server for web applications"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/tntnet-featured.png
---
## Introduction
In this tutorial we learn how to install `tntnet` on Fedora 36.
### What is `tntnet`
> A web application server for web applications
We can use `yum` or `dnf` to install `tntnet` on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tntnet.
## Install tntnet on Fedora 36 Using dnf
Update yum database with `dnf` using the following command.
```bash
sudo dnf makecache --refresh
After updating yum database, We can install tntnet
using dnf
by running the following command:
sudo dnf -y install tntnet
Install tntnet 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 tntnet
using yum
by running the following command:
sudo yum -y install tntnet
How To Uninstall tntnet on Fedora 36
To uninstall only the tntnet
package we can use the following command:
sudo dnf remove tntnet
tntnet Package Contents on Fedora 36
/etc/tntnet
/etc/tntnet/tntnet.xml
/usr/bin/ecppc
/usr/bin/tntnet
/usr/lib/.build-id
/usr/lib/.build-id/18
/usr/lib/.build-id/18/9f54540681ae7ed05b7e6eb172b0346057b88e
/usr/lib/.build-id/1e
/usr/lib/.build-id/1e/0173a39183a6ffb8b284b0465435f346994df9
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/109f41dc2de00d0354e5f1bc3d107396552fe7
/usr/lib/.build-id/96
/usr/lib/.build-id/96/88f59a3f8d58198c1a334a3fe9aa96ed62de4a
/usr/lib/.build-id/ea
/usr/lib/.build-id/ea/5a403d48b1e859d4aa72e3ce6456c40891c934
/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
References
Summary
/etc/tntnet
/etc/tntnet/tntnet.xml
/usr/bin/ecppc
/usr/bin/tntnet
/usr/lib/.build-id
/usr/lib/.build-id/29
/usr/lib/.build-id/29/6607a51231e52e994ff744b24c2f819868de45
/usr/lib/.build-id/32
/usr/lib/.build-id/32/952717bed6375e29d8c66a4dc054871c22549e
/usr/lib/.build-id/76
/usr/lib/.build-id/76/dcb2ecd4d16cc070cd0d4cf1ad2a0967786ae8
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/72df79bed2fa904de10a06fc569274bd7e48a3
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/6bf71108d7af91a37fe1b739449fff12caf9b8
/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
In this tutorial we learn how to install tntnet
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
## References
* [tntnet website](http://www.tntnet.org/)
## Summary
In this tutorial we learn how to install `tntnet` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).