>>No.69295411
user@ubuntu-server:~$ sudo apt update
[sudo] password for user:
[输入密码...]
Hit:1 http://cn.archive.ubuntu.com/ubuntu jammy InRelease
Get:2 http://cn.archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
Get:3 http://cn.archive.ubuntu.com/ubuntu jammy-backports InRelease [109 kB]
Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Fetched 338 kB in 2s (169 kB/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
user@ubuntu-server:~$ sudo apt install adb -y
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
adb
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 96.3 kB of archives.[reference:0][reference:1]
After this operation, 257 kB of additional disk space will be used.[reference:2]
Get:1 http://cn.archive.ubuntu.com/ubuntu jammy/universe amd64 adb amd64 1:10.0.0+r36-9 [96.3 kB][reference:3]
Fetched 96.3 kB in 0s (192 kB/s)
Selecting previously unselected package adb.
(Reading database ... 98815 files and directories currently installed.)
Preparing to unpack .../adb_1%3a10.0.0+r36-9_amd64.deb ...
Unpacking adb (1:10.0.0+r36-9) ...
Setting up adb (1:10.0.0+r36-9) ...
Processing triggers for man-db (2.10.2-1) ...
user@ubuntu-server:~$