shiftkey / desktop

Fork of GitHub Desktop to support various Linux distributions
MIT License
6.76k stars 511 forks source link

Cant install in Ubuntu 18.04.1 #66

Closed ejgutierrez74 closed 6 years ago

ejgutierrez74 commented 6 years ago

Version

Steps to Reproduce

Expected Behavior

I want to install de .deb package from version 1.4.0 using Software Center in Ubuntu 18.04.1 ( as i did with 1.3.5 and 1.4.0v2

Version

Steps to Reproduce

Expected Behavior

1- Download and install .deb using Software Center in Ubuntu 18.04.1.

Actual Behavior

Doesnt install.

Additional Information

Logs

shiftkey commented 6 years ago

as i did with 1.3.5 and 1.4.0v2

1.4.0 RC2 is the later release (the website is sorting the tags in a different way), which addresses a packaging issue with newer Ubuntu distributions that we spotted in #60

Doesnt install.

I need more information than this. Are you able to use the command line interface to install, like we did in #60, and confirm that it's the same issue?

asianjakepaul commented 6 years ago

Have you installed the dependencies?

sudo dpkg -i package.deb

followed by:

sudo apt install -f
ejgutierrez74 commented 6 years ago

No, but as @shiftkey pointed out RC2 was a newer release and problem was solved. Also yesterday i have updated to latest version RC3 and no problems. So seems a error in 1.4.0RC solved.