I am new to Linux and I want to install .Deb software package in Linux. Let say I want to install chromex64.deb, how to install it? can anyone explain it?
I am new to Linux and I want to install .Deb software package in Linux. Let say I want to install chromex64.deb, how to install it? can anyone explain it?
2
Answers
You could try running
dpkg -i chromex64.deb
If an error occurs saying that some dependencies are missing, install them using
apt-get install
You can install by using
dpkg -i
command.Navigate to download directory and open the terminal.
Run the following code:
If there is more deb file, specify the file name in place of *
If you find missing dependencies, you can try
sudo apt-get update --fix-missing