When you are installing a program using .deb
packages on Ubuntu, you can check dependencies of package using Ubuntu Packages Search. For example I can see dependencies of Wireshark from here. As you can see, dependencies marked by red bullet. If you know all packages your program depends them, you can download and install them using dpkg
.
Is there any alternative website for RPM packages? Specially for RHEL?
I know that I can get these packages' names by other methods such as when installing RPM package using rpm -i
, but it is not user friendly and needs access to running Linux.