Easy Steps to Install desktop-file-utils on Mac
Package Information:
Name: desktop-file-utils
Use: desktop-file-utils contains a few command line utilities for working with desktop entries
URL: https://wiki.freedesktop.org/www/Software/desktop-file-utils/
Installation Steps:
- Open Terminal by pressing
<command+space>
. Type terminal and hitEnter
key. - Run the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install desktop-file-utils using brew
brew install desktop-file-utils
desktop-file-utils is ready to use now!