Saturday, April 27, 2024
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 2666  / 2 Years ago, sun, october 30, 2022, 12:10:13

I have copied downloaded deb package when installing software from software center or terminal. Is it possible to make a single package instead of multiple package. Exp: Thunder bird have 3 package when i download it. Now i want to make standalone package.


More From » package-management

 Answers
1

Not without re-packaging everything with dpkg-deb at the least (and that's not easy as tar).



I recommend you tar or zip up all the debs, extract them to a single directory, then cd into it and simply run sudo dpkg -i *.deb to install them all (dpkg will resolve the dependencies automatically as long as they are all present).


[#36893] Monday, October 31, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
uestred

Total Points: 464
Total Questions: 104
Total Answers: 112

Location: Israel
Member since Wed, Apr 14, 2021
3 Years ago
;