--rpm2cpio = Befehl zum Konvertieren in eine CPIO-Datei --cpio = Befehl zum Betreiben der Archivdatei
[root@hogehoge ~]# rpm2cpio google-noto-sans-georgian-fonts-20141117-5.el7.noarch.rpm | cpio --list ./etc/fonts/conf.d/66-google-noto-sans-georgian.conf ./usr/share/appdata/google-noto-sans-georgian.metainfo.xml ./usr/share/fontconfig/conf.avail/66-google-noto-sans-georgian.conf ./usr/share/fonts/google-noto ./usr/share/fonts/google-noto/NotoSansGeorgian-Bold.ttf ./usr/share/fonts/google-noto/NotoSansGeorgian-Regular.ttf 124 blocks [root@hogehoge ~]#
[root@hogehoge ~]# rpm2cpio google-noto-sans-georgian-fonts-20141117-5.el7.noarch.rpm | cpio -id 124 blocks [root@hogehoge ~]# [root@hogehoge ~]# ls -l drwxr-xr-x 3 root root 19 2. Mai 18:20 usr drwxr-xr-x 3 root root 19 2. Mai 18:20 usw. [root@hogehoge ~]#
Recommended Posts