14.04 - how to get debian package from the installed binary - Ask Ubuntu
i have installed utility apt-get install crash/kdump
. want debian package installed one. how should it? hope dpkg commands available those.
if you're referring .deb
package file, can find in /var/cache/apt/archives
providing have not cleared apt cache.
you download package current directory using apt-get download <pkgname>
or sudo apt-get install -d <pkgname>
save /var/cache/apt/archives
without installing.
Comments
Post a Comment