root@apt-mirror-client:~# tmux
-bash: tmux: command not found
root@apt-mirror-client:~# apt update
Hit:1 http://192.168.178.101/debian bookworm InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
root@apt-mirror-client:~# apt install tmux
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
libevent-core-2.1-7 libutempter0
The following NEW packages will be installed:
libevent-core-2.1-7 libutempter0 tmux
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
Need to get 595 kB of archives.
After this operation, 1493 kB of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 http://192.168.178.101/debian bookworm/main amd64 libevent-core-2.1-7 amd64 2.1.12-stable-8 [131 kB]
Get:2 http://192.168.178.101/debian bookworm/main amd64 libutempter0 amd64 1.2.1-3 [8960 B]
Get:3 http://192.168.178.101/debian bookworm/main amd64 tmux amd64 3.3a-3 [455 kB]
Fetched 595 kB in 0s (15.1 MB/s)
Selecting previously unselected package libevent-core-2.1-7:amd64.
(Reading database ... 21363 files and directories currently installed.)
Preparing to unpack .../libevent-core-2.1-7_2.1.12-stable-8_amd64.deb ...
Unpacking libevent-core-2.1-7:amd64 (2.1.12-stable-8) ...
Selecting previously unselected package libutempter0:amd64.
Preparing to unpack .../libutempter0_1.2.1-3_amd64.deb ...
Unpacking libutempter0:amd64 (1.2.1-3) ...
Selecting previously unselected package tmux.
Preparing to unpack .../archives/tmux_3.3a-3_amd64.deb ...
Unpacking tmux (3.3a-3) ...
Setting up libevent-core-2.1-7:amd64 (2.1.12-stable-8) ...
Setting up libutempter0:amd64 (1.2.1-3) ...
Setting up tmux (3.3a-3) ...
Processing triggers for man-db (2.11.2-2) ...
Processing triggers for libc-bin (2.36-9+deb12u9) ...
root@apt-mirror-client:~#