If I understand your question, I think that once the .deb package is installed (by gdebi, apt-get, aptitude, etc.) the original .deb file is deleted. Once a .gz is unzipped the original archive stays wherever you downloaded it. For example, if you downloaded it to ~/Downloads then that's where you'll find it.
Quote:
Is their a way to find these files after opening and extracting and unzipping with the use of a program. My terminal isn't finding the opened gdebi files or the unzipped .gz file
|
From a terminal type this two commands:
Code:
sudo updatedb
locate <filename you're looking for>
jdk