how to list all versions of pip in ubuntu using grep

Shell
sudo apt list --installed | grep screen
Source

Also in Shell: