Apt-get :: how to install non-apt-get debs?



hey guys
i downloaded a .deb file
but i dont know how to install it
i didnt get it using apt-get
isnt there a dpkg option?

Yes.

(Assumes that you have already restored apt/get dpkg programs and file structure by installing the dpkg.dsl extension OR choosing "Enable Apt" from the menu OR choosing "get Synaptic" from the menu)

Open an xterminal window and type:

sudo dpkg -i filename.deb


original here.