Hi when we do apt-install or apt-get, from where does the version packages come . . .

kanchana:
hi
when we do apt-install or apt-get, from where does the version packages come from .
ALso whats the difference between git clone and apt commands.
can some one explain.

Nimesh Kumar:
apt-cache madison kubeadm

this command gives the version number

Nimesh Kumar:
git clone is used to interact with git repositories, apt is a package manager for debian based linuxes

kanchana:
thanks