--rpm2cpio = Commande de conversion en fichier cpio --cpio = Commande pour faire fonctionner le fichier archive
[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 racine racine 19 2 mai 18:20 etc. [root@hogehoge ~]#
Recommended Posts