#!/bin/sh dnf list installed | \ awk '{ print $1 }' | \ sed 's/^\(.*\)\..*/\1/'