Linux - Package Dependencies

​I download the Google Chrome browser here on my desktop, ​and I want to install it with sudo dpkg-i Google Chrome. Pasted image 20260622225042Dependency problems prevent configuration ​of Google Chrome Stable. ​This is saying it can’t install ​Google Chrome because it’s dependent ​on another package that isn’t ​currently installed on this machine, ​so before we can install Chrome, ​we have to install this package libappindicator 1

In Linux, these dependencies can be other packages, ​or they could be something like shared libraries. ​Linux shared libraries similar to ​Windows DLLs are libraries of ​code that other programs can use

Packaged managers: An application that makes package installation and removal easier

  • it’s enough to know that ​if you install a stand-alone package, ​you won’t automatically install its dependencies.