0

How can i open the applications from the folder? Theres an option in mac, where you can access the applications folder and run an app from there. Is there a way in ubuntu?

1 Answers1

3

Well, yes and no.

Most applications are installed in /bin, /usr/bin, /sbin, and /usr/sbin but some may be installed elsewhere like /opt, /usr/local/bin, /opt/bin, or in your /home folder. However, software that is installed may be a library, which are stored in /lib.

Thus, really, there is no single folder where all of the applications are installed.