How To Install toxcore-devel on Fedora 36
Introduction
In this tutorial we learn how to install toxcore-devel
on Fedora 36.
What is toxcore-devel
Tox is a peer to peer (serverless) instant messenger aimed at making security and privacy easy to obtain for regular users. It uses NaCl for its encryption and authentication. This package contains Toxcore development files.
We can use yum
or dnf
to install toxcore-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install toxcore-devel.
Install toxcore-devel 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 toxcore-devel
using dnf
by running the following command:
sudo dnf -y install toxcore-devel
Install toxcore-devel 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 toxcore-devel
using yum
by running the following command:
sudo yum -y install toxcore-devel
How To Uninstall toxcore-devel on Fedora 36
To uninstall only the toxcore-devel
package we can use the following command:
sudo dnf remove toxcore-devel
toxcore-devel Package Contents on Fedora 36
/usr/include/tox
/usr/include/tox/tox.h
/usr/include/tox/toxav.h
/usr/include/tox/toxencryptsave.h
/usr/lib64/libtoxcore.so
/usr/lib64/pkgconfig/toxcore.pc
References
Summary
In this tutorial we learn how to install toxcore-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install toxcore-devel on Fedora 36” linkTitle: “toxcore-devel” type: “docs” description: “In this tutorial we learn how to install toxcore-devel in Fedora 36. toxcore-devel is Development files for Toxcore” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/toxcore-devel-featured.png
Introduction
In this tutorial we learn how to install toxcore-devel
on Fedora 36.
What is toxcore-devel
Tox is a peer to peer (serverless) instant messenger aimed at making security and privacy easy to obtain for regular users. It uses NaCl for its encryption and authentication. This package contains Toxcore development files.
We can use yum
or dnf
to install toxcore-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install toxcore-devel.
Install toxcore-devel 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 toxcore-devel
using dnf
by running the following command:
sudo dnf -y install toxcore-devel
Install toxcore-devel 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 toxcore-devel
using yum
by running the following command:
sudo yum -y install toxcore-devel
How To Uninstall toxcore-devel on Fedora 36
To uninstall only the toxcore-devel
package we can use the following command:
sudo dnf remove toxcore-devel
toxcore-devel Package Contents on Fedora 36
/usr/include/tox
/usr/include/tox/tox.h
/usr/include/tox/toxav.h
/usr/include/tox/toxencryptsave.h
/usr/lib/libtoxcore.so
/usr/lib/pkgconfig/toxcore.pc
References
Summary
In this tutorial we learn how to install toxcore-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).