Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install rpm ubuntu

sudo add-apt-repository universe #Add the Universe Repository
sudo apt-get update
sudo apt-get install alien  #Install Alien package
sudo alien <name of package>.rpm   #Convert .rpm package to .deb
sudo dpkg -i <name of package>.deb #Install the Converted Package

sudo alien -i <name of package>.rpm    #Install RPM Package Directly Onto the System on Ubuntu
Comment

PREVIOUS NEXT
Code Example
Shell :: Clear powershell console history 
Shell :: laravel add to path ubuntu 
Shell :: git remote add heroku 
Shell :: check redhat version 
Shell :: install tkinter python 3 
Shell :: install nodemcu in arduino 
Shell :: bash: /usr/local/bin/docker-compose: No such file or directory 
Shell :: build-essential arch 
Shell :: get kubernetes join command 
Shell :: ssh remove known_hosts entry 
Shell :: bash for loop find 
Shell :: how to uninstall iredmail 
Shell :: ssd health check terminal linux 
Shell :: mui textfield disable autocomplete 
Shell :: wsl shutdown reboot 
Shell :: install material ui lab 
Shell :: virtualbox kernel driver not installed arch linux 
Shell :: cannot connect to daemon at tcp:5037: Connection refused 
Shell :: ubuntu ifconfig get only ip address 
Shell :: cancel a merge git 
Shell :: wslinux export 
Shell :: download snap store for kali linux 
Shell :: fingerprint login disabled ubuntu 20.04 
Shell :: conda install tabula 
Shell :: set environamnt variable in service linux 
Shell :: sudo apt-get -y install postgresql 
Shell :: ubuntu install github 
Shell :: bash grep only return first match 
Shell :: pip access denied 
Shell :: pip uninstall all packages 
ADD CONTENT
Topic
Content
Source link
Name
5+2 =