Listing installed packages on Ubuntu (and others, using apt), skipping all but the package name:
apt list --installed | cut -d "/" -f 1 | grep emacs
(replace "emacs" with whatever you're looking for)
🤟🐧
#linux #devops #clipower #sysadmin #howto #opensource #foss #oss