Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

askthedev.com Logo askthedev.com Logo
Sign InSign Up

askthedev.com

Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Ubuntu
  • Python
  • JavaScript
  • Linux
  • Git
  • Windows
  • HTML
  • SQL
  • AWS
  • Docker
  • Kubernetes
Home/ Questions/Q 4268
Next
In Process

askthedev.com Latest Questions

Asked: September 24, 20242024-09-24T20:57:01+05:30 2024-09-24T20:57:01+05:30In: Ubuntu

What are the steps to correctly set up OneDrive after previously using OneDrive Monitor on Ubuntu?

anonymous user

So, I’ve been on this journey trying to figure out how to set up OneDrive on my Ubuntu system after using OneDrive Monitor for a bit. Honestly, it feels like I’m going in circles. I was pretty comfortable with OneDrive Monitor, but now that I want to switch things up, I’m feeling a bit lost.

First off, I’m not entirely sure what the first steps should be. I know I need to uninstall OneDrive Monitor before diving into the OneDrive setup, but is there a recommended way to do that? I want to make sure I don’t mess anything up in the process. Should I use the terminal for that, or is there a simpler way? I’m familiar with basic commands, but I definitely don’t want to break something!

Then, once I’ve potentially uninstalled OneDrive Monitor (if that’s what I should do), what’s next? Do I need to download the OneDrive client from the official website, or is there a PPA that would make things easier? I’ve heard mixed opinions about the different methods available, and it’s hard to pick which one is best.

After installing OneDrive, I keep hearing about needing to sync my files correctly. How do I go about that? Are there specific configurations I should be aware of in the settings to optimize the syncing process? I enjoy having my files readily accessible, so I want to get it right the first time.

Lastly, what about updates? It seems everyone has different opinions on how frequently they need to check for updates. Is there a way to automate this, or should I just keep an eye on it myself?

I’d really appreciate it if anyone could share their experiences or provide a step-by-step breakdown of how to set everything up smoothly. It would save me a lot of frustration! Thanks a ton for any help.

  • 0
  • 0
  • 2 2 Answers
  • 0 Followers
  • 0
Share
  • Facebook

    Leave an answer
    Cancel reply

    You must login to add an answer.

    Continue with Google
    or use

    Forgot Password?

    Need An Account, Sign Up Here
    Continue with Google

    2 Answers

    • Voted
    • Oldest
    • Recent
    1. anonymous user
      2024-09-24T20:57:02+05:30Added an answer on September 24, 2024 at 8:57 pm

      To start with uninstalling OneDrive Monitor from your Ubuntu system, the simplest way is to use the terminal. Open your terminal and execute the following command: sudo apt-get remove onedrive-monitor. This will remove the program while preserving any configuration files that may be useful later. If you’d like to remove those as well, you can follow it up with sudo apt-get purge onedrive-monitor. This dual-step process ensures that you won’t encounter any lingering files that could potentially interfere with a fresh OneDrive installation. It’s crucial to pay attention to any prompts that might appear during the uninstallation to avoid accidental deletions. If you’re not entirely comfortable using the command line, you can also use a GUI tool like Synaptic Package Manager, which provides a visual interface to manage installed software.

      Once OneDrive Monitor has been successfully uninstalled, you can proceed to install the official OneDrive client. The easiest way to do this is through a PPA (Personal Package Archive). You can add the PPA for OneDrive by running the following commands: sudo add-apt-repository ppa:yann1ck/onedrive followed by sudo apt-get update and then sudo apt-get install onedrive. After installation, you’ll need to configure it. Run onedrive in the terminal, and follow the prompts to link your account. Regarding syncing, OneDrive allows you to specify which folders to sync in the configuration file, typically located in ~/.config/onedrive/config. For automation, you can add a cron job to run the sync command at intervals you specify, ensuring your files are consistently backed up without manual intervention.

        • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp
    2. anonymous user
      2024-09-24T20:57:02+05:30Added an answer on September 24, 2024 at 8:57 pm



      Setting Up OneDrive on Ubuntu

      Help with OneDrive on Ubuntu

      Sounds like you’re in a bit of a pickle! Don’t worry, we’ll get through this together. Here’s a step-by-step guide to help you out:

      1. Uninstalling OneDrive Monitor

      If you’re looking to uninstall OneDrive Monitor, using the terminal is the way to go. Open your terminal and type the following command:

      sudo apt remove onedrive-monitor

      This should remove it safely. If you want to clean up leftover dependencies, you can run:

      sudo apt autoremove

      Just make sure you type it correctly! If you’re nervous about the terminal, there may be a GUI package manager in your Ubuntu environment that you can use instead.

      2. Installing OneDrive Client

      Next up is the actual OneDrive client. You can go for the PPA route, which is usually simpler. Open the terminal again and enter these commands:

      sudo add-apt-repository ppa:yann1ck/onedrive
      sudo apt update
      sudo apt install onedrive

      This will add the repository and install the OneDrive client for you. Easy peasy!

      3. Syncing Your Files

      Once you’ve installed OneDrive, you’ll want to sync your files. Run this command in the terminal:

      onedrive --synchronize

      If you want to set it to always sync automatically, you might want to run:

      onedrive --monitor

      For settings, you can create a configuration file by running:

      onedrive --display-config

      Adjust the settings as you like, especially the sync directory and any filters for what you want synced.

      4. Keeping It Updated

      About updates, it’s a good idea to keep your OneDrive client updated. You can run:

      sudo apt update && sudo apt upgrade

      This will check for and install any updates for all packages including OneDrive. You can set this to run automatically or just do it once in a while when you remember!

      Wrap Up

      Hopefully, this helps you get on the right track! It can be a bit daunting at first, but soon you’ll be syncing like a pro. If anything goes wrong, just reach out!


        • 0
      • Reply
      • Share
        Share
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
        • Share on WhatsApp

    Related Questions

    • I'm having trouble installing the NVIDIA Quadro M2000M driver on Ubuntu 24.04.1 LTS with the current kernel. Can anyone provide guidance or solutions to this issue?
    • What steps can I take to troubleshoot high usage of GNOME Shell in Ubuntu 24.04?
    • I recently performed a fresh installation of Ubuntu 24.04, and I've noticed that my RAM usage steadily increases over time until my system becomes unresponsive. Has anyone experienced this issue ...
    • How can I resolve the "unknown filesystem" error that leads me to the GRUB rescue prompt on my Ubuntu system?
    • I'm experiencing an issue with Ubuntu 24.04 where Nautilus fails to display the progress indicator when I'm copying large files or folders. Has anyone else encountered this problem, and what ...

    Sidebar

    Related Questions

    • I'm having trouble installing the NVIDIA Quadro M2000M driver on Ubuntu 24.04.1 LTS with the current kernel. Can anyone provide guidance or solutions to this ...

    • What steps can I take to troubleshoot high usage of GNOME Shell in Ubuntu 24.04?

    • I recently performed a fresh installation of Ubuntu 24.04, and I've noticed that my RAM usage steadily increases over time until my system becomes unresponsive. ...

    • How can I resolve the "unknown filesystem" error that leads me to the GRUB rescue prompt on my Ubuntu system?

    • I'm experiencing an issue with Ubuntu 24.04 where Nautilus fails to display the progress indicator when I'm copying large files or folders. Has anyone else ...

    • How can I configure a server running Ubuntu to bind specific IP addresses to two different network interfaces? I'm looking for guidance on how to ...

    • Is it possible to configure automatic login on Ubuntu MATE 24.04?

    • After upgrading from Ubuntu Studio 22.04 to 24.04.1, I lost all audio functionality. What steps can I take to diagnose and resolve this issue?

    • I am experiencing issues booting Ubuntu 22.04 LTS from a live USB. Despite following the usual procedures, the system fails to start. What steps can ...

    • I'm encountering a problem with my Expandrive key while trying to update my Ubuntu system. Has anyone else faced similar issues, and if so, what ...

    Recent Answers

    1. anonymous user on How do games using Havok manage rollback netcode without corrupting internal state during save/load operations?
    2. anonymous user on How do games using Havok manage rollback netcode without corrupting internal state during save/load operations?
    3. anonymous user on How can I efficiently determine line of sight between points in various 3D grid geometries without surface intersection?
    4. anonymous user on How can I efficiently determine line of sight between points in various 3D grid geometries without surface intersection?
    5. anonymous user on How can I update the server about my hotbar changes in a FabricMC mod?
    • Home
    • Learn Something
    • Ask a Question
    • Answer Unanswered Questions
    • Privacy Policy
    • Terms & Conditions

    © askthedev ❤️ All Rights Reserved

    Explore

    • Ubuntu
    • Python
    • JavaScript
    • Linux
    • Git
    • Windows
    • HTML
    • SQL
    • AWS
    • Docker
    • Kubernetes

    Insert/edit link

    Enter the destination URL

    Or link to existing content

      No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.