How To Install tgbot-cpp on Fedora 36
Introduction
In this tutorial we learn how to install tgbot-cpp
on Fedora 36.
What is tgbot-cpp
C++ library for Telegram bot API.
We can use yum
or dnf
to install tgbot-cpp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tgbot-cpp.
Install tgbot-cpp 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 tgbot-cpp
using dnf
by running the following command:
sudo dnf -y install tgbot-cpp
Install tgbot-cpp 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 tgbot-cpp
using yum
by running the following command:
sudo yum -y install tgbot-cpp
How To Uninstall tgbot-cpp on Fedora 36
To uninstall only the tgbot-cpp
package we can use the following command:
sudo dnf remove tgbot-cpp
tgbot-cpp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/2daa129ea3901a6ca37a8ff4b1b5e37d8e01ce
/usr/lib64/libTgBot.so.1
/usr/share/doc/tgbot-cpp
/usr/share/doc/tgbot-cpp/README.md
/usr/share/licenses/tgbot-cpp
/usr/share/licenses/tgbot-cpp/LICENSE
References
Summary
In this tutorial we learn how to install tgbot-cpp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install tgbot-cpp on Fedora 36” linkTitle: “tgbot-cpp” type: “docs” description: “In this tutorial we learn how to install tgbot-cpp in Fedora 36. tgbot-cpp is C++ library for Telegram bot API” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/tgbot-cpp-featured.png
Introduction
In this tutorial we learn how to install tgbot-cpp
on Fedora 36.
What is tgbot-cpp
C++ library for Telegram bot API.
We can use yum
or dnf
to install tgbot-cpp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install tgbot-cpp.
Install tgbot-cpp 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 tgbot-cpp
using dnf
by running the following command:
sudo dnf -y install tgbot-cpp
Install tgbot-cpp 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 tgbot-cpp
using yum
by running the following command:
sudo yum -y install tgbot-cpp
How To Uninstall tgbot-cpp on Fedora 36
To uninstall only the tgbot-cpp
package we can use the following command:
sudo dnf remove tgbot-cpp
tgbot-cpp Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/e4
/usr/lib/.build-id/e4/96c7d9c600a813d8ac138887f1654628ac91f2
/usr/lib/libTgBot.so.1
/usr/share/doc/tgbot-cpp
/usr/share/doc/tgbot-cpp/README.md
/usr/share/licenses/tgbot-cpp
/usr/share/licenses/tgbot-cpp/LICENSE
References
Summary
In this tutorial we learn how to install tgbot-cpp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).