User Tools

Site Tools


linux:onedrive

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:onedrive [2021/11/24 16:49] Wulf Rajeklinux:onedrive [2024/07/01 11:00] (current) Wulf Rajek
Line 1: Line 1:
-====== OneDrive on Mint 20 ======+====== OneDrive on Mint 21 ======
  
 Source: https://linuxhint.com/install-and-use-onedrive-on-linux-mint/ Source: https://linuxhint.com/install-and-use-onedrive-on-linux-mint/
  
-The OneDrive version in the Ubuntu universe repository is version 2.3.13 - do not use, it does not work! Use the PPA instead (current version 2.4.10)+The OneDrive version in the Ubuntu universe repository is version 2.3.13 - do not use, it does not work! Use the PPA instead (current version 2.4.23)
  
 <code> <code>
-sudo add-apt-repository ppa:yann1ck/onedrive +sudo add-apt-repository --remove ppa:yann1ck/onedrive 
-sudo apt update +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 
-sudo apt install onedrive+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 
 +sudo apt-get update 
 +sudo apt install --no-install-recommends --no-install-suggests onedrive 
 </code> </code>
  
Line 31: Line 34:
  
  
 +https://github.com/abraunegg/onedrive
 https://build.opensuse.org/project/show/home:npreining:debian-ubuntu-onedrive https://build.opensuse.org/project/show/home:npreining:debian-ubuntu-onedrive
 +
 +After Microsoft Account password change, a reauth is required:
 +<code>
 +onedrive --reauth
 +</code>
 +Then open the displayed url in a browser, authenticate, copy the url of blank page into console
linux/onedrive.1637772540.txt.gz · Last modified: 2023/05/29 11:53 (external edit)