Modify
/etc/apt/sources.list
with a text editor as root (superuser). The example below uses gedit, but you may use nano or another text editor of your choice.
su
cp /etc/apt/sources.list /etc/apt/sources.list.YYYYMMDD
gedit /etc/apt/sources.list
deb [trusted=yes] http://192.168.0.101/debian12/Deb-64bit-disc_1/ bookworm main deb [trusted=yes] http://192.168.0.101/debian12/Deb-64bit-disc_2/ bookworm main deb [trusted=yes] http://192.168.0.101/debian12/Deb-64bit-disc_3/ bookworm main ... deb [trusted=yes] http://192.168.0.101/debian12/Deb-64bit-disc_21/ bookworm main
Use one of the following methods:
apt update
Now you can install or uninstall packages as needed.