9

I just tried an install of Ubuntu GNOME 17.04 (looks really nice) and have been able to install from command line and Software Install.

However, if I download a .deb file, eg virtualbox or atom editor, the .deb opens in software install, I click Install but nothing happens, not even a flicker. (did not have this issue on 16.04 or 16.10)

Is there a know problem? Is there an alternative way to install a downloaded .deb?

klequis
  • 741

3 Answers3

6

I found the solution in this post on Unix & Linux SE

The post has 3 solutions. I used this one:

You can install it using

sudo dpkg -i /path/to/deb/file followed by sudo apt-get install -f

Atom launched and is installed

klequis
  • 741
1

I have had this problem too (I was trying to install logmein hamachi), you should install gdebi package manager. It worked to install debs on my machine. Hope it helps!

anonymous2
  • 4,325
0

I solved this by logging out, then logging back in under Ubuntu Xorg. After that I was able to install gdebi and synaptic and successfully install programs as expected.

In particular, I downloaded the chrome deb file, opened it with gdebi and had no problems.

Lee
  • 1