What are dependencies ?
In most simple terms , softaware A needs software B to run.
These is a dependency.
For ex:sudo apt install vlc
VLC depend on -->libvic
libvic depends on --> libavcodec
libavcodec depends on--> libc
These all are dependencies for vlc.
APT manages everything , from installing the software , to installing it dependencies and libraries , to installing the dependencies first in right order , then finally installing the software. (n/n),