Thread
:
Manually install packages
View Single Post
nieldk
2015-12-18 , 18:19
Posts: 1,297 | Thanked: 4,322 times | Joined on Oct 2014
#
2
Extract you use dpkg with "-x'
Example
dpkg -x somedebfile.deb /home/user/extracted/
That will place the content in /home/user/extracted
You can add, remove files in that directory, then use dpkg-deb to rebuild a deb file.
You will need to create a DEBIAN folder in /home/user/extracted which contains control file and changelog file.
I suggest looking up instructions for creating deb files for more information on this.
__________________
You can still support my work by donation - click here
Quote & Reply
|
The Following User Says Thank You to nieldk For This Useful Post:
tioubxancur
nieldk
View Public Profile
Send a private message to nieldk
Find all posts by nieldk