How to Install and Uninstall python3-praw Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 16,2024

1. Install "python3-praw" package

Here is a brief guide to show you how to install python3-praw on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-praw

2. Uninstall "python3-praw" package

This guide covers the steps necessary to uninstall python3-praw on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-praw $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-praw package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-praw
Priority: optional
Section: universe/python
Installed-Size: 294
Maintainer: Ubuntu Developers
Original-Maintainer: Riley Baird
Architecture: all
Source: praw
Version: 3.3.0-1
Depends: python3-decorator, python3-requests, python3-six (>= 1.4), python3:any (>= 3.3.2-2~)
Recommends: praw-doc
Filename: pool/universe/p/praw/python3-praw_3.3.0-1_all.deb
Size: 54424
MD5sum: d32ad186df5cc9cc8e17bb1f8abe948a
SHA1: 1afd2a139ec938e297556ecc3943e5c13138d7ea
SHA256: 3d92921e5c08df7d47eb29e499d5231c1a5376fa8828b18efc5e45433aa3aeb7
Description-en: Python Reddit API Wrapper (Python 3 version)
PRAW, an acronym for "Python Reddit API Wrapper", is a Python module that
allows for simple access to Reddit's API. PRAW aims to be as easy to use as
possible and is designed to follow all of Reddit's API rules.
.
This package provides the Python 3 version.
Description-md5: 27a677ae4aaadb96ff3ec5caaf33e01d
Homepage: http://praw.readthedocs.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu