I used following commands to free disk space:
sudo apt-get autoremove
sudo apt-get remove
sudo apt-get autoclean
sudo apt-get clean
By doing so I also removed all the .deb cache files.
Is there any way to create .deb
files of all the installed packages?
I know that I should upgrade my system and I also want the same, but the problem is I can't do it. I have a bunch of softwares installed in my system and I am afraid of loosing them while upgrading.
– RD017 May 09 '17 at 20:23