To extract .deb package for backup

Well In phone I can backup installed apks with app manager or some other app.
How to do the same in Ubuntu to get .deb.
I mostly install through snap and and apt.

Have you seen this site? https://linuxconfig.org/easy-way-to-create-a-debian-package-and-local-package-repository

If you used apt-get install ... , deb files were saved in /var/cache/apt/archives

If you use apt install ... , there is a setting that will save deb files.

You can download a deb to $PWD with $ apt download name-of-application

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.