3 lines
67 B
Bash
Raw Normal View History

2024-06-19 04:08:37 +03:00
#! /bin/bash
dnf info $1 | grep Version | cut -d":" -f2 | head -n1