Saturday, April 27, 2024
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 2404  / 3 Years ago, tue, june 15, 2021, 4:49:07

I have a .deb file that needed to be altered. I have decompressed the .deb file and made the necessary changes.


How do I re-compress the file back into a .deb file.


More From » package-management

 Answers
7

I found the answer.



First, right click on the extracted archive and choose compress. Choose "tar.gz" format.



Next, in a terminal, run the following command:



sudo alien --to-deb ~/Desktop/filename.tar.gz


replacing ~/Desktop/filename.tar.gz with the actual path to the actual file.


[#25454] Wednesday, June 16, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
aslity

Total Points: 336
Total Questions: 133
Total Answers: 98

Location: Zimbabwe
Member since Thu, Jul 21, 2022
2 Years ago
;