CentOS 8 - lsb_release nicht gefunden
/bin/sh: /home/rpmbuild/rpmbuild/SOURCES/lsb_release: Datei oder Verzeichnis nicht gefunden
Lösung
Nachschauen in welchem Paket das Programm enthalten ist:
[root@centos8-dev ~]# yum whatprovides lsb_release Last metadata expiration check: 0:22:35 ago on Wed 12 Aug 2020 05:10:34 PM CEST. redhat-lsb-core-4.1-47.el8.i686 : LSB Core module support Repo : AppStream Matched from: Filename : /usr/bin/lsb_release redhat-lsb-core-4.1-47.el8.x86_64 : LSB Core module support Repo : AppStream Matched from: Filename : /usr/bin/lsb_release
Paket redhat-lsb-core installieren
[root@centos8-dev ~]# yum install redhat-lsb-core