Sau đây, tôi cài đặt python3-pip
cho Python bằng APT. Từ đầu ra, không rõ ràng rằng lệnh được cài đặt có tên pip3
và không python3-pip
.
Nói chung, làm thế nào tôi có thể thấy tên của lệnh đã cài đặt, sử dụng APT, để tôi không phải đoán nó?
nlykkei@ubuntu-dev:~$ apt search python3-pip
Sorting... Done
Full Text Search... Done
python3-pip/cosmic,cosmic 9.0.1-2.3 all
Python package installer
nlykkei@ubuntu-dev:~$ sudo apt install python3-pip
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
python3-pip
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 114 kB of archives.
After this operation, 599 kB of additional disk space will be used.
Get:1 http://dk.archive.ubuntu.com/ubuntu cosmic/universe amd64 python3-pip all 9.0.1-2.3 [114 kB]
Fetched 114 kB in 0s (279 kB/s)
Selecting previously unselected package python3-pip.
(Reading database ... 203713 files and directories currently installed.)
Preparing to unpack .../python3-pip_9.0.1-2.3_all.deb ...
Unpacking python3-pip (9.0.1-2.3) ...
Setting up python3-pip (9.0.1-2.3) ...
Processing triggers for man-db (2.8.4-2) ...
Nếu các
—
kenn
OP
yêu cầu tôi sẽ gửi nó như một câu trả lời.
Chắc chắn @kenn, câu trả lời của bạn hoạt động và là tuyệt vời. Nếu bạn muốn điểm, bạn có thể viết câu trả lời.
—
Shuzheng
dpkg -L python3-pip | grep -ai bin