i need the .deb files of my installed packages i cleared the cache is there any way to create .deb files from installed packages

Asked by bhuvi

i need .deb files for my installed packages,i have cleared the cache now i need the .deb files to install in another ubuntu system which has no internet connection.is there any way to create .deb files for use in my other system

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu dpkg-repack Edit question
Assignee:
No assignee Edit question
Solved by:
Ahmad Syukri Abdollah
Solved:
Last query:
Last reply:
Revision history for this message
Ahmad Syukri Abdollah (syockit) said :
#1

You can try reinstalling all installed packages. I don't know if it messes up with any configuration files, but it sure redownloaded the packages back into the cache directory.

Revision history for this message
bhuvi (bhuvanesh) said :
#2

is there any other way than redownloading?

Revision history for this message
Best Ahmad Syukri Abdollah (syockit) said :
#3

I found the answer here using keywords "repack installed deb": http://ubuntuforums.org/showthread.php?t=201524
The program that you need is called dpkg-repack . You may need to apt-get install it.

Revision history for this message
bhuvi (bhuvanesh) said :
#4

Thanks syockit, that solved my question.