Re: How-to build deb package from already installed package
On 09/30/2005 08:57 pm, Petr Mandys wrote:
> Hello,
>
> is it possible to build deb package from package which is currently
> installed in the system?
>
> How to?
As another reply mentioned, the command is dpkg-repack <packagename>
That's just the name of the package, not the filename, so if I wanted to
repackage apache-ssl, I would issue
dpkg-repack apache-ssl
as root.
You will need to have the dpkg-repack package installed.
8)
Reply to: