question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Cannot install on Ubuntu

See original GitHub issue

Description

I can’t install the .deb package. Seems like broken dependencies on Ubuntu.

Version

  • GitHub Desktop: 1.4.0 Linux RC
  • Operating system: Ubuntu 18.04 LTS (Minimal Install)

Steps to Reproduce

  1. sudo dpkg -i GitHubDesktop-linux-amd64-1.4.0.deb
Preparing to unpack GitHubDesktop-linux-amd64-1.4.0.deb ...
Unpacking desktop (1.4.0) ...
dpkg: dependency problems prevent configuration of desktop:
 desktop depends on libcurl3; however:
  Package libcurl3 is not installed.

dpkg: error processing package desktop (--install):
 dependency problems - leaving unconfigured
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for gnome-menus (3.13.3-11ubuntu1.1) ...
Processing triggers for desktop-file-utils (0.23-1ubuntu3.18.04.1) ...
Processing triggers for mime-support (3.60ubuntu1) ...
Errors were encountered while processing:
 desktop
  1. sudo apt install libcurl3
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies:
 libcurl3 : Conflicts: libcurl4 but 7.58.0-2ubuntu3.2 is to be installed
 libcurl4 : Conflicts: libcurl3 but 7.58.0-2ubuntu2 is to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
  1. sudo apt install --fix-broken
The following packages will be REMOVED:
  desktop
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
  1. Repeat

Expected Behavior

The program should install.

Actual Behavior

It doesn’t install, and attempting to fix the dependencies sends the user in circles.

Additional Information

The GitHub Desktop 1.3.5 Linux RC installs just fine, and the 1.4.0 Linux RC AppImage runs fine.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:16 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
shiftkeycommented, Sep 13, 2018

@joaomlneto @immackay let’s talk about this more in https://github.com/desktop/dugite-native/issues/109 because that’s where the proper fix needs to occur

2reactions
shiftkeycommented, Sep 12, 2018

This has been published with 1.4.0 RC2. @qwertysam @joaomlneto please try it out and confirm it’s fixed for recent Ubuntu distros!

Read more comments on GitHub >

github_iconTop Results From Across the Web

can't install any apps - Ask Ubuntu
Open a terminal by pressein Ctrl-Alt-T; run 'sudo apt update' and 'sudo apt upgrade' and update your question with the output of the...
Read more >
Can't install Ubuntu from USB - Super User
UEFI. With the software Rufus, I created a bootable USB drive, from the official Ubuntu ISO (ubuntu-18.04.1-desktop-amd64.
Read more >
Install Ubuntu desktop
In this tutorial, we will guide you through the steps required to install Ubuntu Desktop on your laptop or PC. What you'll need....
Read more >
Cannot Install on Ubuntu 20.04 [fixed using correct build]
Hello, I recently found myself trying to install on my Ubutun 20.04 machine. I've downloaded the .deb, and try to install with dpkg,...
Read more >
Can't Install Deb File on Ubuntu 20.04? Here's What You ...
The solution for this problem is pretty simple. You change the default application in Ubuntu for opening DEB files from Archive Manager to ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found