Is there any way to find out the URL (or atleast the apt source file) that is used to install a particular package? For instance, how would I know if VSCode was downloaded from https://packages.microsoft.com/repos/code ?
root@cc44dbebec72:/# tail /etc/apt/sources.list.d/vscode.list
deb [arch=amd64,arm64,armhf signed-by=/etc/apt/keyrings/packages.microsoft.gpg] https://packages.microsoft.com/repos/code stable main
root@cc44dbebec72:/# tail /etc/apt/sources.list.d/yarn.list
deb https://dl.yarnpkg.com/debian/ stable main