Skip to content

Revert "Install for Ubuntu 20.04 (#17869)" #18089

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/core/install/includes/package-manager-switcher.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

> [!div class="op_single_selector"]
>
> - [Ubuntu 20.04 - x64](../linux-package-manager-ubuntu-2004.md)
> - [Ubuntu 19.10 - x64](../linux-package-manager-ubuntu-1910.md)
> - [Ubuntu 19.04 - x64](../linux-package-manager-ubuntu-1904.md)
> - [Ubuntu 18.04 - x64](../linux-package-manager-ubuntu-1804.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/core/install/linux-package-manager-ubuntu-1910.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ If that doesn't work, you can run a manual install with the following commands.

```bash
sudo apt-get install -y gpg
wget -O- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor -o microsoft.asc.gpg
wget O- https://packages.microsoft.com/keys/microsoft.asc | gpg --dearmor -o microsoft.asc.gpg
sudo mv microsoft.asc.gpg /etc/apt/trusted.gpg.d/
wget https://packages.microsoft.com/config/ubuntu/19.10/prod.list
sudo mv prod.list /etc/apt/sources.list.d/microsoft-prod.list
Expand Down
111 changes: 0 additions & 111 deletions docs/core/install/linux-package-manager-ubuntu-2004.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/core/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
href: install/how-to-detect-installed-versions.md
- name: Linux package managers
items:
- name: Ubuntu 20.04
href: install/linux-package-manager-ubuntu-2004.md
- name: Ubuntu 19.10
href: install/linux-package-manager-ubuntu-1910.md
- name: Ubuntu 19.04
Expand Down