pip3

root@zxk-PC:~/requests_packages# pip3 list
Package Version
------------------ ---------
asn1crypto 0.24.0
attrs 21.4.0
Automat 20.2.0
certifi 2022.6.15
charset-normalizer 2.1.0
constantly 15.1.0
cryptography 2.6.1
distro 1.3.0
entrypoints 0.3
hyperlink 21.0.0
idna 3.3
incremental 21.3.0
keyring 17.1.1
keyrings.alt 3.1.1
onboard 1.4.1
pexpect 4.6.0
Pillow 5.4.1
pip 18.1
pycairo 1.16.2
pycrypto 2.6.1
PyGObject 3.30.4
pysmbc 1.0.15.6
pyxdg 0.25
reportlab 3.5.13
requests 2.28.1
SecretStorage 2.3.1
setuptools 40.8.0
six 1.12.0
Twisted 22.4.0
typing-extensions 4.3.0
urllib3 1.26.10
wheel 0.32.3
zope.interface 5.4.0
root@zxk-PC:~/requests_packages# pip3 show requests
Name: requests
Version: 2.28.1
Summary: Python HTTP for Humans.
Home-page: https://requests.readthedocs.io
Author: Kenneth Reitz
Author-email: me@kennethreitz.org
License: Apache 2.0
Location: /usr/local/lib/python3.7/dist-packages
Requires: certifi, urllib3, charset-normalizer, idna
Required-by:
root@zxk-PC:~/requests_packages# pip3 uninstall requests
Uninstalling requests-2.28.1:
Would remove:
/usr/local/lib/python3.7/dist-packages/requests-2.28.1.dist-info/*
/usr/local/lib/python3.7/dist-packages/requests/*
Proceed (y/n)? y
Successfully uninstalled requests-2.28.1

posted @ 2022-07-08 11:30  beawh  阅读(102)  评论(0编辑  收藏  举报