minus-squareexample@reddthat.comtoLinux@lemmy.ml•Do I still get updates if I install from .deb file?linkfedilinkEnglisharrow-up2·18 days agoyou can also just check dpkg -L $installed_package_name | grep /etc/apt/ to find files that would have been installed by the package there. linkfedilink
you can also just check
dpkg -L $installed_package_name | grep /etc/apt/
to find files that would have been installed by the package there.