python-telegram-bot on AUR (Arch User Repository)

Last updated: May 21,2024

1. Install "python-telegram-bot" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install python-telegram-bot on Arch using YAY

$ yay -S python-telegram-bot

* (Optional) Uninstall python-telegram-bot on Arch using YAY

$ yay -Rns python-telegram-bot

2. Manually Install "python-telegram-bot" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone python-telegram-bot's git locally

$ git clone https://aur.archlinux.org/python-telegram-bot.git ~/python-telegram-bot

c. Go to ~/python-telegram-bot folder and install it

$ cd ~/python-telegram-bot $ makepkg -si

3. Information about the python-telegram-bot package on Arch User Repository (AUR)

ID: 1422858
Name: python-telegram-bot
PackageBaseID: 177592
PackageBase: python-telegram-bot
Version: 21.0.1-1
Description: A library that provides a Python interface to the Telegram Bot API
URL: https://github.com/python-telegram-bot/python-telegram-bot
NumVotes: 2
Popularity: 0.006841
OutOfDate:
Maintainer: carlosal1015
Submitter: arojas
FirstSubmitted: 1648837912
LastModified: 1709859597
URLPath: /cgit/aur.git/snapshot/python-telegram-bot.tar.gz

5. The same packages on other Linux Distributions