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
linux:onedrive [2024/07/01 11:00] Wulf Rajeklinux:onedrive [2025/09/02 17:49] (current) Wulf Rajek
Line 1: Line 1:
-====== OneDrive on Mint 21 ======+====== OneDrive on Mint 22 ======
  
 Source: https://linuxhint.com/install-and-use-onedrive-on-linux-mint/ Source: https://linuxhint.com/install-and-use-onedrive-on-linux-mint/
 +https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#distribution-ubuntu-2404
  
-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)+The OneDrive version in the Ubuntu universe repository is version 2.4.25 - do not use, it does not work on Mint 22! Use the repo instead (current version 2.5.6)
  
 <code> <code>
-sudo add-apt-repository --remove ppa:yann1ck/onedrive +wget -qO - https://download.opensuse.org/repositories/home:/npreining:/debian-ubuntu-onedrive/xUbuntu_24.04/Release.key | gpg --dearmor | sudo tee /usr/share/keyrings/obs-onedrive.gpg > /dev/null 
-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 +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_24.04/ ./" | sudo tee /etc/apt/sources.list.d/onedrive.list
-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-get update
 sudo apt install --no-install-recommends --no-install-suggests onedrive sudo apt install --no-install-recommends --no-install-suggests onedrive
- 
 </code> </code>
  
Line 33: Line 32:
 </code> </code>
  
 +If reauth is required:
 +<code>onedrive --reauth</code>
 +Then open the displayed url in a browser, authenticate, copy the url of blank page into console
  
-https://github.com/abraunegg/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.txt · Last modified: by Wulf Rajek