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 :: add ssh key linux 
Shell :: ssh key github 
Shell :: set github ssh key 
Shell :: vagrant box remove version 
Shell :: git pull if exist and clone 
Shell :: git squash commits merge 
Shell :: anaconda install package 
Shell :: install nix macos 
Shell :: running splash in docker command line 
Shell :: install msf in termux 
Shell :: configure apache in ubuntu 
Shell :: git commands download 
Shell :: mac see current path 
Shell :: read file line loop in bash 
Shell :: install v2ray 
Shell :: ssh key 
Shell :: Cannot install windows-build-tools 
Shell :: right click touchpad ubuntu budgie 
Shell :: sudo passwd /Users/username 
Shell :: how to add opt/homebrew/bin to the PATH m1 macbook 
Shell :: rename local branch github 
Shell :: install vscodium 
Shell :: dotnet test 
Shell :: kill process using cmd 
Shell :: How to delete multiples files in Github 
Shell :: Push First repository 
Shell :: download single file from github 
Shell :: screenshot to clipboard ubuntu 20 
Shell :: doc.find is not a function 
Shell :: check number of cores in ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =