Skip to content

Linux .deb does not install without running apt-get update on terminal first #4922

@bgashler1

Description

@bgashler1
  • VSCode Version: 0.10.13-insider
  • OS Version: Ubuntu 14.04 LTS

The ".deb" package may not install if a user hasn't already run the command apt-get update on the terminal before opening the package and doesn't already have Git installed. While most experienced Linux users will run this command frequently, I don't think we should count on everyone knowing this—even they may not know what's causing this. At a minimum we should give a hint "Hint: did you run apt-get update on the terminal before installing this package?". However, it would be even nicer if we could do this for them.

Steps to Reproduce:

  1. Go to http://code.visualstudio.com/Download?insiders=true
  2. Download the ".deb" version
  3. Open it and attempt to install it in the "Ubuntu Software Center"
  4. You will be told that the software installer cannot install two packages (the Git manual and Git 1.9), and the installation will fail for VS Code.

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable buginstall-updateVS Code installation and upgrade system issueslinuxIssues with VS Code on LinuxverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions