how to see the latest installed apps in terminal code example
Example: seeing all the installed apps i terminal
for app in /usr/share/applications/*.desktop; do echo "${app:24:-8}"; done
for app in /usr/share/applications/*.desktop; do echo "${app:24:-8}"; done