Update ubuntu-package-install.md (#1786)

* Remove Ubuntu 20.10 as this went EOL in July 2021
This commit is contained in:
abraunegg 2022-01-09 05:58:53 +11:00 committed by GitHub
parent 61c8652449
commit 6f53580583
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,31 +90,6 @@ deb https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-on
#### Step 5: Read 'Known Issues' with these packages #### Step 5: Read 'Known Issues' with these packages
1. Read and understand the known issues with these packages below, taking any action that is needed. 1. Read and understand the known issues with these packages below, taking any action that is needed.
### Distribution: Ubuntu 20.10
The packages support the following platform architectures:
|  i686  | x86_64 | ARMHF | AARCH64 |
|:----:|:------:|:-----:|:-------:|
❌|✔|✔|✔| |
#### Step 1: Update /etc/apt/sources.list
Add the following to the end of your `/etc/apt/sources.list` file:
```text
deb https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_20.10/ ./
```
#### Step 2: Download and add the release key
1. Download the 'Release.key' file: `wget https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_20.10/Release.key`
2. Add the 'Release.key' file to your apt key repository: `apt-key add ./Release.key`
#### Step 3: Update your apt package cache
1. Run: `apt-get update`
#### Step 4: Install 'onedrive'
1. Run: `apt install onedrive`
#### Step 5: Read 'Known Issues' with these packages
1. Read and understand the known issues with these packages below, taking any action that is needed.
### Distribution: Ubuntu 21.04 ### Distribution: Ubuntu 21.04
The packages support the following platform architectures: The packages support the following platform architectures:
|  i686  | x86_64 | ARMHF | AARCH64 | |  i686  | x86_64 | ARMHF | AARCH64 |