Microsoft’s OneDrive is the most popular cloud storage in the market.
Step 1: Open the terminal and type
$ sudo apt update
Step 2: To add PPA repository run the command mentioned below:
$ sudo add-apt-repository ppa:yannlck/onedrive
Step 3: Run the below command to intslled ondrive package:
$ sudo apt install onedrive
Step 4: Now run OneDrive Application via command line:
$ onedrive
You will get a link, open it by right clicking:
After opening the Microsoft login page, enter the username and password of the one drive.
copy the browser link sign in to your account and paste that link in front of “Enter the response Uri:”.
Step 5: So, Now successfully synced your Microsoft OneDrive with Ubuntu.
How to Uninstall of Microsoft OneDrive from Ubuntu
To remove the OneDrive package in a run this below two command then permenantly uninstalled the onedrive on your device.
$ sudo apt remove onedrive
$ sudo add-apt-repository –remove ppa:yann1ck/onedrive
Also you can use 'insync' software through use onedrive on ubuntu.
0 Comments