Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

extract rpm in linux

$ rpm2cpio php-5.1.4-1.esp1.x86_64.rpm | cpio -idmv

/etc/httpd/conf.d/php.conf  
./etc/php.d  
./etc/php.ini  
./usr/bin/php  
./usr/bin/php-cgi  
etc 
Comment

rpm extract

rpm2cpio XXXXX.rpm | cpio -ivd
Comment

PREVIOUS NEXT
Code Example
Shell :: npm install directly fron github 
Shell :: open chrome without web security mac 
Shell :: powershell alias 
Shell :: alpine linux install redis-cli 
Shell :: default parameter value in bash 
Shell :: reset to origin 
Shell :: how to rename folder in cmd 
Shell :: bash grep find lines that start with word 
Shell :: setting missing in ubuntu 
Shell :: how to install multiple packages in one line of pip 
Shell :: unzip command in linux 
Shell :: find npm version 
Shell :: find image size terminal 
Shell :: bash delete a range of lines from a file 
Shell :: how to unstage changes in git 
Shell :: install spotify on linux 
Shell :: pyinstaller failed to execute script pyi_rth_pkgres 
Shell :: vim: command not found centos 
Shell :: bash redirect all output 
Shell :: xargs multiple commands "mac" 
Shell :: install leafpad ubuntu 2021 
Shell :: git list all remote branches 
Shell :: bc add 
Shell :: mac terminal restart 
Shell :: git increase buffer size 
Shell :: como configurar git e github 
Shell :: search file in linux terminal 
Shell :: git download specific commit 
Shell :: run container and rm 
Shell :: linux cmd uninstall 
ADD CONTENT
Topic
Content
Source link
Name
7+4 =