Horje
Does Ubuntu use deb or rpm? Code Example
install deb file
sudo dpkg -i /path/to/deb/file
sudo apt-get install -f
Does Ubuntu use deb or rpm?
Ubuntu is BASED on debian

Therefore ubuntu users should use .deb files, not .rpm
how to install .deb in terminal
# To install .deb
sudo dpkg -i package_name.deb

# To uninstall .deb (dpkg installed) packages
# remove it using Adept, or type: 

sudo apt-get remove package_name
install deb file
sudo apt install ./file_name.deb




Shell

Related
download file using scp hostfile Code Example download file using scp hostfile Code Example
how to allow traffic on port 8080 in centos 7 Code Example how to allow traffic on port 8080 in centos 7 Code Example
how to install aplay in ubuntu Code Example how to install aplay in ubuntu Code Example
nginx install centos7 Code Example nginx install centos7 Code Example
Unable to create directory wp-content/uploads/. Is its parent directory writable by the server? Code Example Unable to create directory wp-content/uploads/. Is its parent directory writable by the server? Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
10