Artificial intelligent assistant

How to install locally stored ".deb" packages? I am working in an air-gapped environment where there is no internet. I would like to install certain packages that are in my home directory. These packages are put here through USB device. Now, I have 50 `.deb` files in my home directory. And I would like to install them using `sudo apt install`. Can help me on how can I make the `sudo apt install` command recognize this path? I am new to Ubuntu. So, can anyone provide step by step info please?

You can use different paths:

via `apt` \- `sudo apt install /path/to/package`

or via `dpkg` \- `sudo dpkg -i /path/to/package`

If you want to install all packages in directory you can use something like:


sudo apt install /path/to/packages/*

xcX3v84RxoQ-4GxG32940ukFUIEgYdPy 972670e9822b23391b71694494bcc8ec