前往页面https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md查看对应指令,系统版本和我一样的同学可以直接复制下列指令完成下载与安装 wget -qO - https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_20.04/Release.key | sudo apt-key add...
# 下面这两个是必须安装的sudo aptinstalllibcurl4-openssl-dev sudo aptinstalllibsqlite3-dev# Ubuntu 18 再安装这个sudo snapinstall--classic dmd && sudo snapinstall--classic dub# Ubuntu 17 再安装这个sudo wget http://master.dl.sourceforge.net/project/d-apt/files/d-apt.list-O /etc/apt/sources...
1.首先需要自己注册申请OneDrive的网盘 2.安装rclone模块挂载网盘 rclone没有ubuntu的安装库,所以一般状况下apt-get 无法直接安装,需要下载从https://rclone.org/downloads/下载 wget https://downloads.rclone.org/v1.46/rclone-v1.46-linux-amd64.deb dpkg -i rclone-v1.46-linux-amd64.deb 3.配置OneDrive,允...
OneDrive是微软的文件共享服务,支持Windows和Mac操作系统,在Linux下可以使用开源项目使用OneDrive,项目地址:https://github.com/abraunegg/onedrive。 在Ubuntu的安装方法: 1、sudo add-apt-repository ppa:yann1ck/onedrive 2、sudo apt update 3、sudo apt install onedrive 安装完成后,运行ondrive,出现一个认证地址...
对于Ubuntu 21.04,你可以下载其 PPA 中的 DEB 文件来使用它。 在Fedora 上,你可以添加这个 COPR: sudo dnf copr enable jstaf/onedriver sudo dnf install onedriver Arch 用户可以在 AUR 中找到它。 安装后,在菜单中搜索 OneDriver,然后从这里启动它。
ubuntu18.04及以下版本没有安装包需要自己编译。 作者提供的安装过程十分详细,这里仅提供针对18.04版本的编译方法。 a.依赖 sudo apt install libcurl4-openssl-dev sudo apt install libsqlite3-dev sudo snap install --classic dmd b.安装 git clone https://github.com/abraunegg/onedrive.git ...
要在Ubuntu 20.04(和 Linux Mint 20 系列)上安装 OneDriver,你可以使用 OneDriver 开发者的这个 PPA: sudo add-apt-repository ppa:jstaf/onedriver sudo apt update sudo apt install onedriver 对于Ubuntu 21.04,你可以下载 来使用它。 在Fedora 上,你可以添加这个 COPR: ...
I would like to use OneDrive on Ubuntu, May be working with all or some folders. Since there is no office OneDrive client in Linux, I've searched online and found \"rclone\" but not sure how secure it is or is there any other alternative out there?"...
The correct way to install 'onedrive' on Ubuntu distributions is to follow: https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md","body@stripHtml({\"removeProcessingText\":false,\"removeSpoilerMarkup\":false,\"removeTocMarkup\":false,\"truncateLength\":200})@...
Hi, I'm having a problem installing onedrive on ubuntu. I try to hit the command make and get this. However, dmd is installed. `dmd -g -inline -O -release -ofonedrive -L-lcurl -L-lsqlite3 -L-ldl -J. src/config.d src/itemdb.d src/log.d sr...