How can I know a pakages or softwares has been installed on Ubuntu ?
How can show all pakages of a softwares ?
How can I list all pakages , softwares that were installed ?
The answer is : Using dpkg to resolve the above issues
If you want to list all pakages just type :
sudo dpkg --get-selections
sudo dpkg --get-selections | grep your_package