Closed
Description
Assignees:
- Linux - CentOS @dbaeumer (couldn't fully test. See my comments below)
- Linux - Fedora @sofianhn (similar to @dbaeumer I am blocked).
Details:
Test the rpm package install and uninstall
- Setup VM/machine
- Download .rpm package from https://vscode-builds.azurewebsites.net/alpha
- Install by opening .rpm package though the GUI (double click the file)
- Ensure it installed correctly:
- Opening "Code" through the launcher works
- Running
code-alpha
through the terminal launches code
- Uninstall:
sudo yum remove visual-studio-code-alpha
- Ensure it uninstalled correctly:
/usr/bin/code-alpha
should not exist/usr/share/code-alpha
should not exist
- Install via command line:
sudo yum localinstall vscode-x86_64.rpm
- Repeat steps 4-6.