Cannot install on Ubuntu
See original GitHub issueDescription
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
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
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).
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.
- 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:
- Created 5 years ago
- Comments:16 (8 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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
This has been published with
1.4.0 RC2
. @qwertysam @joaomlneto please try it out and confirm it’s fixed for recent Ubuntu distros!