Kaushal Shriyan wrote: > is there a way to find out the files contained in not yet installed > package in the system ? Yes. Install package apt-file. Then use these commands: sudo apt-file update apt-file list <packagename> Nils