How to install .deb files the old fashion way?

5,008

Solution 1

Yes, Ubuntu 7.10 used GDebi for installing .deb files.
Just install GDebi (GTK) from the software centre and set it as the default application for handling .deb files.

Solution 2

Why can you not install them via the software center ?

What do you mean "like in 7.10" ?

sudo apt-get install foo

apt-get will resolve dependencies.

sudo dpkg -i your_package.deb

with dpkg you will need to resolve dependencies

Solution 3

You can open a terminal and type:

sudo dpkg -i ~/path.to.deb

Share:
5,008

Related videos on Youtube

MattsuOrusan
Author by

MattsuOrusan

An 22years old boy from Hofors, Gävleborg, Sweden. I'm a sci-fi/fantasy n33rd xD

Updated on September 18, 2022

Comments