Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.238
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
python-pip /
html /
reference /
[ HOME SHELL ]
Name
Size
Permission
Action
index.rst
238
B
-rw-r--r--
pip.rst.gz
3.23
KB
-rw-r--r--
pip_check.rst
598
B
-rw-r--r--
pip_config.rst
215
B
-rw-r--r--
pip_download.rst
3.4
KB
-rw-r--r--
pip_freeze.rst
602
B
-rw-r--r--
pip_hash.rst
1.18
KB
-rw-r--r--
pip_install.rst.gz
11.23
KB
-rw-r--r--
pip_list.rst
1.64
KB
-rw-r--r--
pip_search.rst
443
B
-rw-r--r--
pip_show.rst
2.08
KB
-rw-r--r--
pip_uninstall.rst
543
B
-rw-r--r--
pip_wheel.rst
1.49
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : pip_list.rst
.. _`pip list`: pip list --------- .. contents:: Usage ***** .. pip-command-usage:: list Description *********** .. pip-command-description:: list Options ******* .. pip-command-options:: list .. pip-index-options:: Examples ******** #. List installed packages. :: $ pip list docutils (0.10) Jinja2 (2.7.2) MarkupSafe (0.18) Pygments (1.6) Sphinx (1.2.1) #. List outdated packages (excluding editables), and the latest version available. :: $ pip list --outdated docutils (Current: 0.10 Latest: 0.11) Sphinx (Current: 1.2.1 Latest: 1.2.2) #. List installed packages with column formatting. :: $ pip list --format columns Package Version ------- ------- docopt 0.6.2 idlex 1.13 jedi 0.9.0 #. List outdated packages with column formatting. :: $ pip list -o --format columns Package Version Latest Type ---------- ------- ------ ----- retry 0.8.1 0.9.1 wheel setuptools 20.6.7 21.0.0 wheel #. List packages that are not dependencies of other packages. Can be combined with other options. :: $ pip list --outdated --not-required docutils (Current: 0.10 Latest: 0.11) #. Use legacy formatting :: $ pip list --format=legacy colorama (0.3.7) docopt (0.6.2) idlex (1.13) jedi (0.9.0) #. Use json formatting :: $ pip list --format=json [{'name': 'colorama', 'version': '0.3.7'}, {'name': 'docopt', 'version': '0.6.2'}, ... #. Use freeze formatting :: $ pip list --format=freeze colorama==0.3.7 docopt==0.6.2 idlex==1.13 jedi==0.9.0
Close