用于Linux OneDrive Client的简单GUI,具有多帐户支持。
功能亮点
- 管理和配置多个 OneDrive 帐户
- 异步实时监视多个 OneDrive 帐户
- 用于轻松创建和导入 OneDrive 配置文件的设置向导
- GUI 启动时自动同步
- 支持基于 GUI 的登录过程
- 系统托盘(如果您的桌面环境支持)
- 开始最小化到托盘/底座
- 输入验证以防止配置不兼容的 OneDrive 客户端选项
- 导入和管理企业共享文件夹
- 导入和管理 SharePoint 共享库
- 工具提示,简要说明各种 OneDrive 客户端配置选项。
- 提示重新同步授权以防止意外数据丢失。
已知限制
- 韦兰会话没有窗影
- AppImage 仍然需要使用外部浏览器进行身份验证
- 检查其他报告的问题/限制。
兼容性
- 支持的最低 OneDrive 客户端 v2.4.15
- 当您的 OneDrive 客户端不是最新的时,将显示警告。
其他注意事项
- 欢迎提出问题、建议、贡献和错误报告。
- 在将 OneDrive 配置文件导入 GUI 之前对其进行备份。
- 在使用前备份数据,以防止由于 OneDrive 配置错误而导致意外删除文件。
- 无担保。
运行和安装 OneDriveGUI
确保根据发行版的说明安装了最新版本的 OneDrive for Linux。 |
---|
应用图像
- 从发布资产下载最新版本
OneDriveGUI-*-x86_64.AppImage
- 使 .应用程序图像文件可执行文件并运行它。
chmod +x ./OneDriveGUI-<**version**>-x86_64.AppImage
Ubuntu 22.04+ 的用户可能还需要安装 FUSE2sudo apt install libfuse2 |
---|
AUR
- 一个AUR包onedrivegui-git可用。(维护者:张华)
从源代码运行
确保系统上安装了 Python3 和 pip。
克隆或下载此存储库的内容,并 cd 到生成的文件夹中。
git clone https://github.com/bpozdena/OneDriveGUI.git cd OneDriveGUI
安装依赖项:
python3 -m pip3 install -r requirements.txt
启动 OneDrive GUI:
cd src/ python3 OneDriveGUI.py
或者,您可以使用以下命令将 GUI 与终端分离:
cd src/ nohup python3 OneDriveGUI.py > /dev/null 2>&1&
用
- GUI 启动后,你将能够创建新的 OneDrive 配置文件或导入预先存在的配置文件。只需按照向导步骤操作即可。
- 你可以根据需要调整 OneDrive 配置文件选项。
- 通过按按钮在监视器模式下通过 GUI 启动 OneDrive 同步。
Play
附加说明
- 导入 OneDrive 配置文件时,将删除所有注释。缺少的选项将替换为默认值。
- 如果使用多行选项“skip_file”和“skip_dir”,它们将被合并为一行。
- 托管 OneDrive 配置文件的列表存储在 中。您可以在那里手动重命名配置文件或配置文件的路径。
~/.config/onedrive-gui/profiles
- 新创建的 OneDrive 配置文件存储在
~/.config/onedrive/accounts/<profile_name>
- 调试日志保存在 中。可以在 GUI 设置中更改日志记录。
/tmp/onedrive-gui/onedrive-gui.log
在Debian和Ubuntu上****从OpenSuSE 构建服务安装“onedrive”软件包
This document covers the appropriate steps to install the 'onedrive' client using the provided packages for Debian and Ubuntu.本文档介绍了使用为 Debian 和 Ubuntu 提供的软件包安装“onedrive”客户端的适当步骤。
### [Important information for all Ubuntu and Ubuntu based distribution users:](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#important-information-for-all-ubuntu-and-ubuntu-based-distribution-users)[针对所有 Ubuntu 和基于 Ubuntu 的发行版用户的重要信息:](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#important-information-for-all-ubuntu-and-ubuntu-based-distribution-users)
This information is specifically for the following platforms and distributions:此信息专门针对以下平台和发行版:
- Lubuntu
卢本图
- Linux Mint
Linux薄荷
- POP OS
POP操作系统
- Peppermint OS
薄荷操作系统
- Raspbian
树莓派
- Ubuntu
自由
Whilst there are [onedrive](https://packages.ubuntu.com/search?keywords=onedrive&searchon=names&suite=all§ion=all) Universe packages available for Ubuntu, do not install 'onedrive' from these Universe packages. The default Ubuntu Universe packages are out-of-date and are not supported and should not be used.虽然有适用于 Ubuntu 的 onedrive Universe 软件包,但请勿从这些 Universe 软件包安装“onedrive”。默认的 Ubuntu Universe 软件包已过时,不受支持,不应使用。
## [Determine which instructions to use](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#determine-which-instructions-to-use)[确定要使用哪些指令](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#determine-which-instructions-to-use)
Ubuntu and its clones are based on various different releases, thus, you must use the correct instructions below, otherwise you may run into package dependancy issues and will be unable to install the client.Ubuntu 及其克隆版本基于各种不同的版本,因此,您必须使用以下正确的说明,否则您可能会遇到软件包依赖问题并且无法安装客户端。
### [Step 1: Remove any configured PPA and associated 'onedrive' package and systemd service files](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-1-remove-any-configured-ppa-and-associated-onedrive-package-and-systemd-service-files)[步骤 1:删除所有已配置的 PPA 以及关联的“onedrive”包和 systemd 服务文件](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-1-remove-any-configured-ppa-and-associated-onedrive-package-and-systemd-service-files)
Many Internet 'help' pages provide inconsistent details on how to install the OneDrive Client for Linux. A number of these websites continue to point users to install the client via the yann1ck PPA repository however this PPA no longer exists and should not be used.许多 Internet“帮助”页面提供的有关如何安装适用于 Linux 的 OneDrive 客户端的详细信息不一致。其中许多网站继续指示用户通过 yann1ck PPA 存储库安装客户端,但该 PPA 不再存在,不应使用。
To remove the PPA repository and the older client, perform the following actions:要删除 PPA 存储库和旧客户端,请执行以下操作:
```text
sudo apt remove onedrive
sudo add-apt-repository --remove ppa:yann1ck/onedrive
```
Additionally, Ubuntu and its clones have a bad habit of creating a 'default' systemd service file when installing the 'onedrive' package so that the client will automatically run the client post being authenticated. This systemd entry is erroneous and needs to be removed.此外,Ubuntu 及其克隆有一个坏习惯,即在安装“onedrive”软件包时创建“默认”systemd 服务文件,以便客户端在经过身份验证后自动运行客户端。此 systemd 条目是错误的,需要删除。
```text
Created symlink /etc/systemd/user/default.target.wants/onedrive.service → /usr/lib/systemd/user/onedrive.service.
```
To remove this symbolic link, run the following command:要删除此符号链接,请运行以下命令:
```text
sudo rm /etc/systemd/user/default.target.wants/onedrive.service
```
### [Step 2: Ensure your system is up-to-date](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-2-ensure-your-system-is-up-to-date)[第 2 步:确保您的系统是最新的](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-2-ensure-your-system-is-up-to-date)
Use a script, similar to the following to ensure your system is updated correctly:使用类似于以下内容的脚本来确保您的系统正确更新:
```text
#!/bin/bash
rm -rf /var/lib/dpkg/lock-frontend
rm -rf /var/lib/dpkg/lock
apt-get update
apt-get upgrade -y
apt-get dist-upgrade -y
apt-get autoremove -y
apt-get autoclean -y
```
Run this script as 'root' by using to elevate to 'root'. Example below:`su -`通过使用提升到“root”,以“root”身份运行此脚本。以下示例: `su -`
```shell
Welcome to Ubuntu 20.04.1 LTS (GNU/Linux 5.4.0-48-generic x86_64)
* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/advantage
425 updates can be installed immediately.
208 of these updates are security updates.
To see these additional updates run: apt list --upgradable
Your Hardware Enablement Stack (HWE) is supported until April 2025.
Last login: Thu Jan 20 14:21:48 2022 from my.ip.address
alex@ubuntu-20-LTS:~$ su -
Password:
root@ubuntu-20-LTS:~# ls -la
total 28
drwx------ 3 root root 4096 Oct 10 2020 .
drwxr-xr-x 20 root root 4096 Oct 10 2020 ..
-rw------- 1 root root 175 Jan 20 14:23 .bash_history
-rw-r--r-- 1 root root 3106 Dec 6 2019 .bashrc
drwx------ 2 root root 4096 Apr 23 2020 .cache
-rw-r--r-- 1 root root 161 Dec 6 2019 .profile
-rwxr-xr-x 1 root root 174 Oct 10 2020 update-os.sh
root@ubuntu-20-LTS:~# cat update-os.sh
#!/bin/bash
rm -rf /var/lib/dpkg/lock-frontend
rm -rf /var/lib/dpkg/lock
apt-get update
apt-get upgrade -y
apt-get dist-upgrade -y
apt-get autoremove -y
apt-get autoclean -y
root@ubuntu-20-LTS:~# ./update-os.sh
Hit:1 http://au.archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://au.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:3 http://au.archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease
Reading package lists... 96%
...
Sourcing file `/etc/default/grub'
Sourcing file `/etc/default/grub.d/init-select.cfg'
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-5.13.0-27-generic
Found initrd image: /boot/initrd.img-5.13.0-27-generic
Found linux image: /boot/vmlinuz-5.4.0-48-generic
Found initrd image: /boot/initrd.img-5.4.0-48-generic
Found memtest86+ image: /boot/memtest86+.elf
Found memtest86+ image: /boot/memtest86+.bin
done
Removing linux-modules-5.4.0-26-generic (5.4.0-26.30) ...
Processing triggers for libc-bin (2.31-0ubuntu9.2) ...
Reading package lists... Done
Building dependency tree
Reading state information... Done
root@ubuntu-20-LTS:~#
```
Reboot your system after running this process before continuing with Step 3.运行此过程后重新启动系统,然后再继续步骤 3。
```text
reboot
```
### [Step 3: Determine what your OS is based on](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-3-determine-what-your-os-is-based-on)[第 3 步:确定您的操作系统基于什么](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-3-determine-what-your-os-is-based-on)
Determine what your OS is based on. To do this, run the following command:确定您的操作系统基于什么。为此,请运行以下命令:
```text
lsb_release -a
```
**Example:** **例子:**
```text
alex@ubuntu-system:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04 LTS
Release: 22.04
Codename: jammy
```
### [Step 4: Pick the correct instructions to use](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-4-pick-the-correct-instructions-to-use)[第 4 步:选择正确的使用说明](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-4-pick-the-correct-instructions-to-use)
If required, review the table below based on your 'lsb_release' information to pick the appropriate instructions to use:如果需要,请根据您的“lsb_release”信息查看下表,选择合适的使用说明:
| Release & Codename 发布及代号 | Instructions to use 使用说明 |
| ---------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Linux Mint 19.x Linux 薄荷 19.x | This platform is End-of-Life (EOL) and no longer supported. You must upgrade to Linux Mint 21.x该平台已停产 (EOL),不再受支持。您必须升级到 Linux Mint 21.x |
| Linux Mint 20.x Linux 薄荷 20.x | Use [Ubuntu 20.04](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-ubuntu-2004) instructions below使用下面的 Ubuntu 20.04 说明 |
| Linux Mint 21.x Linux 薄荷 21.x | Use [Ubuntu 22.04](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-ubuntu-2204) instructions below使用下面的 Ubuntu 22.04 说明 |
| Debian 9 Debian 9 | This platform is End-of-Life (EOL) and no longer supported. You must upgrade to Debian 11该平台已停产 (EOL),不再受支持。您必须升级到 Debian 11 |
| Debian 10 Debian 10 | You must build from source or upgrade your Operating System to Debian 11您必须从源代码构建或将操作系统升级到 Debian 11 |
| Debian 11 Debian 11 | Use [Debian 11](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-debian-11) instructions below使用下面的 Debian 11 说明 |
| Debian 12 Debian 12 | Use [Debian 12](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-debian-12) instructions below使用下面的 Debian 12 说明 |
| Raspbian GNU/Linux 10 树莓派 GNU/Linux 10 | You must build from source or upgrade your Operating System to Raspbian GNU/Linux 11您必须从源代码构建或将操作系统升级到 Raspbian GNU/Linux 11 |
| Raspbian GNU/Linux 11 树莓派 GNU/Linux 11 | Use [Debian 11](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-debian-11) instructions below使用下面的 Debian 11 说明 |
| Raspbian GNU/Linux 12 树莓派 GNU/Linux 12 | Use [Debian 12](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-debian-12) instructions below使用下面的 Debian 12 说明 |
| Ubuntu 18.04 / BionicUbuntu 18.04 / 仿生 | This platform is End-of-Life (EOL) and no longer supported. You must upgrade to Ubuntu 22.x该平台已停产 (EOL),不再受支持。您必须升级到 Ubuntu 22.x |
| Ubuntu 20.04 / FocalUbuntu 20.04 / 焦点 | Use [Ubuntu 20.04](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-ubuntu-2004) instructions below使用下面的 Ubuntu 20.04 说明 |
| Ubuntu 21.04 / HirsuteUbuntu 21.04 / 长毛 | Use [Ubuntu 21.04](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-ubuntu-2104) instructions below使用下面的 Ubuntu 21.04 说明 |
| Ubuntu 21.10 / ImpishUbuntu 21.10 / 小鬼 | Use [Ubuntu 21.10](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-ubuntu-2110) instructions below使用下面的 Ubuntu 21.10 说明 |
| Ubuntu 22.04 / JammyUbuntu 22.04 / 杰米 | Use [Ubuntu 22.04](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-ubuntu-2204) instructions below使用下面的 Ubuntu 22.04 说明 |
| Ubuntu 22.10 / KineticUbuntu 22.10 / 动力学 | Use [Ubuntu 22.10](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-ubuntu-2210) instructions below使用下面的 Ubuntu 22.10 说明 |
| Ubuntu 23.04 / LunarUbuntu 23.04/农历 | Use [Ubuntu 23.04](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-ubuntu-2304) instructions below使用下面的 Ubuntu 23.04 说明 |
## [Distribution Package Install Instructions](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-package-install-instructions)[分发包安装说明](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-package-install-instructions)
### [Distribution: Debian 11](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-debian-11)[ ](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-debian-11)[发行版:Debian 11](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-debian-11)
The packages support the following platform architectures:这些软件包支持以下平台架构:
| i686 i686 | x86_64 x86_64 | ARMHF 急性心肌梗死 | AARCH64 AARCH64 |
| ---------- | ------------- | ------------ | --------------- |
| ✔ ✔ | ✔ ✔ | ✔ ✔ | ✔ ✔ |
### [Step 1: Add the OpenSuSE Build Service repository release key](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-1-add-the-opensuse-build-service-repository-release-key)[步骤 1:添加 OpenSuSE Build Service 存储库发布密钥](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-1-add-the-opensuse-build-service-repository-release-key)
Add the OpenSuSE Build Service repository release key using the following command:使用以下命令添加 OpenSuSE Build Service 存储库发行密钥:
```text
wget -qO - https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/Debian_11/Release.key | gpg --dearmor | sudo tee /usr/share/keyrings/obs-onedrive.gpg > /dev/null
```
### [Step 2: Add the OpenSuSE Build Service repository](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-2-add-the-opensuse-build-service-repository)[步骤 2:添加 OpenSuSE 构建服务存储库](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-2-add-the-opensuse-build-service-repository)
Add the OpenSuSE Build Service repository using the following command:使用以下命令添加 OpenSuSE 构建服务存储库:
```text
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/obs-onedrive.gpg] https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/Debian_11/ ./" | sudo tee /etc/apt/sources.list.d/onedrive.list
```
### [Step 3: Update your apt package cache](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-3-update-your-apt-package-cache)[第 3 步:更新 apt 包缓存](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-3-update-your-apt-package-cache)
Run: `sudo apt-get update` 运行: `sudo apt-get update`
### [Step 4: Install 'onedrive'](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-4-install-onedrive)[第 4 步:安装“onedrive”](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-4-install-onedrive)
Run: `sudo apt install --no-install-recommends --no-install-suggests onedrive` 运行: `sudo apt install --no-install-recommends --no-install-suggests onedrive`
### [Step 5: Read 'Known Issues' with these packages](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-5-read-known-issues-with-these-packages)[第 5 步:阅读这些软件包的“已知问题”](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-5-read-known-issues-with-these-packages)
Read and understand the [known issues](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#known-issues-with-installing-from-the-above-packages) with these packages below, taking any action that is needed.阅读并了解下面这些软件包的已知问题,并采取必要的措施。
### [Distribution: Debian 12](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-debian-12)[ ](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-debian-12)[发行版:Debian 12](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-debian-12)
The packages support the following platform architectures:这些软件包支持以下平台架构:
| i686 i686 | x86_64 x86_64 | ARMHF 急性心肌梗死 | AARCH64 AARCH64 |
| ---------- | ------------- | ------------ | --------------- |
| ✔ ✔ | ✔ ✔ | ✔ ✔ | ✔ ✔ |
### [Step 1: Add the OpenSuSE Build Service repository release key](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-1-add-the-opensuse-build-service-repository-release-key-1)[步骤 1:添加 OpenSuSE Build Service 存储库发布密钥](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-1-add-the-opensuse-build-service-repository-release-key-1)
Add the OpenSuSE Build Service repository release key using the following command:使用以下命令添加 OpenSuSE Build Service 存储库发行密钥:
```text
wget -qO - https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/Debian_12/Release.key | gpg --dearmor | sudo tee /usr/share/keyrings/obs-onedrive.gpg > /dev/null
```
### [Step 2: Add the OpenSuSE Build Service repository](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-2-add-the-opensuse-build-service-repository-1)[步骤 2:添加 OpenSuSE 构建服务存储库](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-2-add-the-opensuse-build-service-repository-1)
Add the OpenSuSE Build Service repository using the following command:使用以下命令添加 OpenSuSE 构建服务存储库:
```text
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/obs-onedrive.gpg] https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/Debian_12/ ./" | sudo tee /etc/apt/sources.list.d/onedrive.list
```
### [Step 3: Update your apt package cache](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-3-update-your-apt-package-cache-1)[第 3 步:更新 apt 包缓存](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-3-update-your-apt-package-cache-1)
Run: `sudo apt-get update` 运行: `sudo apt-get update`
### [Step 4: Install 'onedrive'](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-4-install-onedrive-1)[第 4 步:安装“onedrive”](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-4-install-onedrive-1)
Run: `sudo apt install --no-install-recommends --no-install-suggests onedrive` 运行: `sudo apt install --no-install-recommends --no-install-suggests onedrive`
### [Step 5: Read 'Known Issues' with these packages](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-5-read-known-issues-with-these-packages-1)[第 5 步:阅读这些软件包的“已知问题”](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-5-read-known-issues-with-these-packages-1)
Read and understand the [known issues](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#known-issues-with-installing-from-the-above-packages) with these packages below, taking any action that is needed.阅读并了解下面这些软件包的已知问题,并采取必要的措施。
### [Distribution: Ubuntu 20.04](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-ubuntu-2004)[发行版:Ubuntu 20.04](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-ubuntu-2004)
The packages support the following platform architectures:这些软件包支持以下平台架构:
| i686 i686 | x86_64 x86_64 | ARMHF 急性心肌梗死 | AARCH64 AARCH64 |
| ---------- | ------------- | ------------ | --------------- |
| ❌ ❌ | ✔ ✔ | ✔ ✔ | ✔ ✔ |
### [Step 1: Add the OpenSuSE Build Service repository release key](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-1-add-the-opensuse-build-service-repository-release-key-2)[步骤 1:添加 OpenSuSE Build Service 存储库发布密钥](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-1-add-the-opensuse-build-service-repository-release-key-2)
Add the OpenSuSE Build Service repository release key using the following command:使用以下命令添加 OpenSuSE Build Service 存储库发行密钥:
```text
wget -qO - https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_20.04/Release.key | sudo apt-key add -
```
### [Step 2: Add the OpenSuSE Build Service repository](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-2-add-the-opensuse-build-service-repository-2)[步骤 2:添加 OpenSuSE 构建服务存储库](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-2-add-the-opensuse-build-service-repository-2)
Add the OpenSuSE Build Service repository using the following command:使用以下命令添加 OpenSuSE 构建服务存储库:
```text
echo 'deb https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_20.04/ ./' | sudo tee /etc/apt/sources.list.d/onedrive.list
```
### [Step 3: Update your apt package cache](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-3-update-your-apt-package-cache-2)[第 3 步:更新 apt 包缓存](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-3-update-your-apt-package-cache-2)
Run: `sudo apt-get update` 运行: `sudo apt-get update`
### [Step 4: Install 'onedrive'](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-4-install-onedrive-2)[第 4 步:安装“onedrive”](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-4-install-onedrive-2)
Run: `sudo apt install --no-install-recommends --no-install-suggests onedrive` 运行: `sudo apt install --no-install-recommends --no-install-suggests onedrive`
### [Step 5: Read 'Known Issues' with these packages](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-5-read-known-issues-with-these-packages-2)[第 5 步:阅读这些软件包的“已知问题”](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-5-read-known-issues-with-these-packages-2)
Read and understand the [known issues](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#known-issues-with-installing-from-the-above-packages) with these packages below, taking any action that is needed.阅读并了解下面这些软件包的已知问题,并采取必要的措施。
### [Distribution: Ubuntu 21.04](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-ubuntu-2104)[发行版:Ubuntu 21.04](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-ubuntu-2104)
The packages support the following platform architectures:这些软件包支持以下平台架构:
| i686 i686 | x86_64 x86_64 | ARMHF 急性心肌梗死 | AARCH64 AARCH64 |
| ---------- | ------------- | ------------ | --------------- |
| ❌ ❌ | ✔ ✔ | ✔ ✔ | ✔ ✔ |
### [Step 1: Add the OpenSuSE Build Service repository release key](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-1-add-the-opensuse-build-service-repository-release-key-3)[步骤 1:添加 OpenSuSE Build Service 存储库发布密钥](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-1-add-the-opensuse-build-service-repository-release-key-3)
Add the OpenSuSE Build Service repository release key using the following command:使用以下命令添加 OpenSuSE Build Service 存储库发行密钥:
```text
wget -qO - https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_21.04/Release.key | gpg --dearmor | sudo tee /usr/share/keyrings/obs-onedrive.gpg > /dev/null
```
### [Step 2: Add the OpenSuSE Build Service repository](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-2-add-the-opensuse-build-service-repository-3)[步骤 2:添加 OpenSuSE 构建服务存储库](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-2-add-the-opensuse-build-service-repository-3)
Add the OpenSuSE Build Service repository using the following command:使用以下命令添加 OpenSuSE 构建服务存储库:
```text
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/obs-onedrive.gpg] https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_21.04/ ./" | sudo tee /etc/apt/sources.list.d/onedrive.list
```
### [Step 3: Update your apt package cache](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-3-update-your-apt-package-cache-3)[第 3 步:更新 apt 包缓存](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-3-update-your-apt-package-cache-3)
Run: `sudo apt-get update` 运行: `sudo apt-get update`
### [Step 4: Install 'onedrive'](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-4-install-onedrive-3)[第 4 步:安装“onedrive”](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-4-install-onedrive-3)
Run: `sudo apt install --no-install-recommends --no-install-suggests onedrive` 运行: `sudo apt install --no-install-recommends --no-install-suggests onedrive`
### [Step 5: Read 'Known Issues' with these packages](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-5-read-known-issues-with-these-packages-3)[第 5 步:阅读这些软件包的“已知问题”](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-5-read-known-issues-with-these-packages-3)
Read and understand the [known issues](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#known-issues-with-installing-from-the-above-packages) with these packages below, taking any action that is needed.阅读并了解下面这些软件包的已知问题,并采取必要的措施。
### [Distribution: Ubuntu 21.10](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-ubuntu-2110)[发行版:Ubuntu 21.10](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-ubuntu-2110)
The packages support the following platform architectures:这些软件包支持以下平台架构:
| i686 i686 | x86_64 x86_64 | ARMHF 急性心肌梗死 | AARCH64 AARCH64 |
| ---------- | ------------- | ------------ | --------------- |
| ❌ ❌ | ✔ ✔ | ✔ ✔ | ✔ ✔ |
### [Step 1: Add the OpenSuSE Build Service repository release key](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-1-add-the-opensuse-build-service-repository-release-key-4)[步骤 1:添加 OpenSuSE Build Service 存储库发布密钥](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-1-add-the-opensuse-build-service-repository-release-key-4)
Add the OpenSuSE Build Service repository release key using the following command:使用以下命令添加 OpenSuSE Build Service 存储库发行密钥:
```text
wget -qO - https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_21.10/Release.key | gpg --dearmor | sudo tee /usr/share/keyrings/obs-onedrive.gpg > /dev/null
```
### [Step 2: Add the OpenSuSE Build Service repository](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-2-add-the-opensuse-build-service-repository-4)[步骤 2:添加 OpenSuSE 构建服务存储库](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-2-add-the-opensuse-build-service-repository-4)
Add the OpenSuSE Build Service repository using the following command:使用以下命令添加 OpenSuSE 构建服务存储库:
```text
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/obs-onedrive.gpg] https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_21.10/ ./" | sudo tee /etc/apt/sources.list.d/onedrive.list
```
### [Step 3: Update your apt package cache](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-3-update-your-apt-package-cache-4)[第 3 步:更新 apt 包缓存](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-3-update-your-apt-package-cache-4)
Run: `sudo apt-get update` 运行: `sudo apt-get update`
### [Step 4: Install 'onedrive'](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-4-install-onedrive-4)[第 4 步:安装“onedrive”](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-4-install-onedrive-4)
Run: `sudo apt install --no-install-recommends --no-install-suggests onedrive` 运行: `sudo apt install --no-install-recommends --no-install-suggests onedrive`
### [Step 5: Read 'Known Issues' with these packages](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-5-read-known-issues-with-these-packages-4)[第 5 步:阅读这些软件包的“已知问题”](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-5-read-known-issues-with-these-packages-4)
Read and understand the [known issues](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#known-issues-with-installing-from-the-above-packages) with these packages below, taking any action that is needed.阅读并了解下面这些软件包的已知问题,并采取必要的措施。
### [Distribution: Ubuntu 22.04](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-ubuntu-2204)[发行版:Ubuntu 22.04](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-ubuntu-2204)
The packages support the following platform architectures:这些软件包支持以下平台架构:
| i686 i686 | x86_64 x86_64 | ARMHF 急性心肌梗死 | AARCH64 AARCH64 |
| ---------- | ------------- | ------------ | --------------- |
| ❌ ❌ | ✔ ✔ | ✔ ✔ | ✔ ✔ |
### [Step 1: Add the OpenSuSE Build Service repository release key](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-1-add-the-opensuse-build-service-repository-release-key-5)[步骤 1:添加 OpenSuSE Build Service 存储库发布密钥](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-1-add-the-opensuse-build-service-repository-release-key-5)
Add the OpenSuSE Build Service repository release key using the following command:使用以下命令添加 OpenSuSE Build Service 存储库发行密钥:
```text
wget -qO - https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_22.04/Release.key | gpg --dearmor | sudo tee /usr/share/keyrings/obs-onedrive.gpg > /dev/null
```
### [Step 2: Add the OpenSuSE Build Service repository](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-2-add-the-opensuse-build-service-repository-5)[步骤 2:添加 OpenSuSE 构建服务存储库](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-2-add-the-opensuse-build-service-repository-5)
Add the OpenSuSE Build Service repository using the following command:使用以下命令添加 OpenSuSE 构建服务存储库:
```text
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/obs-onedrive.gpg] https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_22.04/ ./" | sudo tee /etc/apt/sources.list.d/onedrive.list
```
### [Step 3: Update your apt package cache](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-3-update-your-apt-package-cache-5)[第 3 步:更新 apt 包缓存](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-3-update-your-apt-package-cache-5)
Run: `sudo apt-get update` 运行: `sudo apt-get update`
### [Step 4: Install 'onedrive'](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-4-install-onedrive-5)[第 4 步:安装“onedrive”](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-4-install-onedrive-5)
Run: `sudo apt install --no-install-recommends --no-install-suggests onedrive` 运行: `sudo apt install --no-install-recommends --no-install-suggests onedrive`
### [Step 5: Read 'Known Issues' with these packages](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-5-read-known-issues-with-these-packages-5)[第 5 步:阅读这些软件包的“已知问题”](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-5-read-known-issues-with-these-packages-5)
Read and understand the [known issues](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#known-issues-with-installing-from-the-above-packages) with these packages below, taking any action that is needed.阅读并了解下面这些软件包的已知问题,并采取必要的措施。
### [Distribution: Ubuntu 22.10](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-ubuntu-2210)[发行版:Ubuntu 22.10](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-ubuntu-2210)
The packages support the following platform architectures:这些软件包支持以下平台架构:
| i686 i686 | x86_64 x86_64 | ARMHF 急性心肌梗死 | AARCH64 AARCH64 |
| ---------- | ------------- | ------------ | --------------- |
| ❌ ❌ | ✔ ✔ | ✔ ✔ | ✔ ✔ |
### [Step 1: Add the OpenSuSE Build Service repository release key](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-1-add-the-opensuse-build-service-repository-release-key-6)[步骤 1:添加 OpenSuSE Build Service 存储库发布密钥](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-1-add-the-opensuse-build-service-repository-release-key-6)
Add the OpenSuSE Build Service repository release key using the following command:使用以下命令添加 OpenSuSE Build Service 存储库发行密钥:
```text
wget -qO - https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_22.10/Release.key | gpg --dearmor | sudo tee /usr/share/keyrings/obs-onedrive.gpg > /dev/null
```
### [Step 2: Add the OpenSuSE Build Service repository](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-2-add-the-opensuse-build-service-repository-6)[步骤 2:添加 OpenSuSE 构建服务存储库](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-2-add-the-opensuse-build-service-repository-6)
Add the OpenSuSE Build Service repository using the following command:使用以下命令添加 OpenSuSE 构建服务存储库:
```text
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/obs-onedrive.gpg] https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_22.10/ ./" | sudo tee /etc/apt/sources.list.d/onedrive.list
```
### [Step 3: Update your apt package cache](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-3-update-your-apt-package-cache-6)[第 3 步:更新 apt 包缓存](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-3-update-your-apt-package-cache-6)
Run: `sudo apt-get update` 运行: `sudo apt-get update`
### [Step 4: Install 'onedrive'](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-4-install-onedrive-6)[第 4 步:安装“onedrive”](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-4-install-onedrive-6)
Run: `sudo apt install --no-install-recommends --no-install-suggests onedrive` 运行: `sudo apt install --no-install-recommends --no-install-suggests onedrive`
### [Step 5: Read 'Known Issues' with these packages](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-5-read-known-issues-with-these-packages-6)[第 5 步:阅读这些软件包的“已知问题”](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-5-read-known-issues-with-these-packages-6)
Read and understand the [known issues](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#known-issues-with-installing-from-the-above-packages) with these packages below, taking any action that is needed.阅读并了解下面这些软件包的已知问题,并采取必要的措施。
### [Distribution: Ubuntu 23.04](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-ubuntu-2304)[发行版:Ubuntu 23.04](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-ubuntu-2304)
The packages support the following platform architectures:这些软件包支持以下平台架构:
| i686 i686 | x86_64 x86_64 | ARMHF 急性心肌梗死 | AARCH64 AARCH64 |
| ---------- | ------------- | ------------ | --------------- |
| ❌ ❌ | ✔ ✔ | ✔ ✔ | ✔ ✔ |
### [Step 1: Add the OpenSuSE Build Service repository release key](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-1-add-the-opensuse-build-service-repository-release-key-7)[步骤 1:添加 OpenSuSE Build Service 存储库发布密钥](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-1-add-the-opensuse-build-service-repository-release-key-7)
Add the OpenSuSE Build Service repository release key using the following command:使用以下命令添加 OpenSuSE Build Service 存储库发行密钥:
```text
wget -qO - https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_23.04/Release.key | gpg --dearmor | sudo tee /usr/share/keyrings/obs-onedrive.gpg > /dev/null
```
### [Step 2: Add the OpenSuSE Build Service repository](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-2-add-the-opensuse-build-service-repository-7)[步骤 2:添加 OpenSuSE 构建服务存储库](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-2-add-the-opensuse-build-service-repository-7)
Add the OpenSuSE Build Service repository using the following command:使用以下命令添加 OpenSuSE 构建服务存储库:
```text
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/obs-onedrive.gpg] https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_23.04/ ./" | sudo tee /etc/apt/sources.list.d/onedrive.list
```
### [Step 3: Update your apt package cache](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-3-update-your-apt-package-cache-7)[第 3 步:更新 apt 包缓存](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-3-update-your-apt-package-cache-7)
Run: `sudo apt-get update` 运行: `sudo apt-get update`
### [Step 4: Install 'onedrive'](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-4-install-onedrive-7)[第 4 步:安装“onedrive”](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-4-install-onedrive-7)
Run: `sudo apt install --no-install-recommends --no-install-suggests onedrive` 运行: `sudo apt install --no-install-recommends --no-install-suggests onedrive`
### [Step 5: Read 'Known Issues' with these packages](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-5-read-known-issues-with-these-packages-7)[第 5 步:阅读这些软件包的“已知问题”](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-5-read-known-issues-with-these-packages-7)
Read and understand the [known issues](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#known-issues-with-installing-from-the-above-packages) with these packages below, taking any action that is needed.阅读并了解下面这些软件包的已知问题,并采取必要的措施。
## [Known Issues with Installing from the above packages](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#known-issues-with-installing-from-the-above-packages)[从上述软件包安装的已知问题](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#known-issues-with-installing-from-the-above-packages)
### [1. The client may segfault | core-dump when exiting](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#1-the-client-may-segfault--core-dump-when-exiting)[1. 客户端可能出现段错误 |退出时核心转储](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#1-the-client-may-segfault--core-dump-when-exiting)
When the client is run in mode manually, or when using the systemd service, the client may segfault on exit.`--monitor`当客户端在手动模式下运行时,或者使用 systemd 服务时,客户端可能会在退出时出现段错误。 `--monitor`
This issue is caused by the way the 'onedrive' packages are built using the distribution LDC package & the default distribution compiler options which is the root cause for this issue. Refer to: [https://bugs.launchpad.net/ubuntu/+source/ldc/+bug/1895969](https://bugs.launchpad.net/ubuntu/+source/ldc/+bug/1895969)此问题是由使用发行版 LDC 包和默认发行版编译器选项构建“onedrive”包的方式引起的,这是此问题的根本原因。参考:https://bugs.launchpad.net/ubuntu/+source/ldc/+bug/1895969
**Additional references:** **附加参考:**
- [#1053](https://github.com/abraunegg/onedrive/issues/1053)
- [#1609](https://github.com/abraunegg/onedrive/issues/1609)
**Resolution Options:** **分辨率选项:**
- Uninstall the package and build client from source
卸载软件包并从源代码构建客户端
欢迎指出任何有错误或不够清晰的表达,可以在下面评论区评论。