Skip to content

Create rpm package test plan #4041

Closed
Closed
@Tyriar

Description

@Tyriar

#4214 Issue: #3595

Assignees:

Details:

Test the rpm package install and uninstall

  1. Setup VM/machine
  2. Download .rpm package from https://vscode-builds.azurewebsites.net/alpha
  3. Install by opening .rpm package though the GUI (double click the file)
  4. Ensure it installed correctly:
    • Opening "Code" through the launcher works
    • Running code-alpha through the terminal launches code
  5. Uninstall: sudo yum remove visual-studio-code-alpha
  6. Ensure it uninstalled correctly:
    • /usr/bin/code-alpha should not exist
    • /usr/share/code-alpha should not exist
  7. Install via command line: sudo yum localinstall vscode-x86_64.rpm
  8. Repeat steps 4-6.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions