Replies: 4 comments 2 replies
-
Linux Mint 21.1 'Vera' is based on Ubuntu 22.04 - so the instructions for Ubuntu 22.04 are appropriate to use. |
Beta Was this translation helpful? Give feedback.
-
What version of libphobos2-ldc-shared94 was from Debian Bullseye (oldstable) - https://packages.debian.org/bullseye/libphobos2-ldc-shared94 When these package installation problems pop-up - 99.99% of the time folk are following the incorrect installation instructions. They think that they are running version X of their OS .. when they are not - thus, they follow the wrong set of instructions and get this issue. Are you 100% sure you are running Linux Mint 21.1 and not potentially Linux Mint Debian Edition 5 which was based on Debian Bullseye? If this is the case, you must follow the Debian 11 instructions to install the client. In terms of Linux Mint versions - this is what the official documentation maps to: When I use Linux Mint 21.1 instructions on Linux Mint 21.1 there is no issue: As per above, Linux Mint 21.1 requires So please can you:
|
Beta Was this translation helpful? Give feedback.
-
I determined my Linux version like so. This is also "Step 3: Determine what your OS is based on"
I don't know if it makes a difference, but I'm running the Cinnamon variant of Linux Mint 21.1. Below is what I wrote down as I was going through the process. Step 1: Step 1: Remove any configured PPA and associated 'onedrive' package and systemd service files
Step 2: Ensure your system is up-to-date*
I answered yes to rm's questions, rather than use -y without knowing what it was going to do.
Step 3: Determine what your OS is based on [Step 4: Pick the correct instructions to use](https://github.com/abraunegg/onedrive/blob/master/docs/ubuntu-package-install.md#step-4-pick-the-correct-instructions-to-use) Runing Linux Mint 21.x implies to use Ubuntu 22.04 instructions. Step 1: Add the OpenSuSE Build Service repository release key 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 Step 2: Add the OpenSuSE Build Service repository 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_21.10/ ./" | sudo tee /etc/apt/sources.list.d/onedrive.list Step 3: Update your apt package cache sudo apt-get update Hours earlier today I attended to a kernel update, and I ran apt-get update and apt-get upgrade and apt-get autoremove, all without incident. The subsequent update was fine as well. Step 4: Install 'onedrive' sudo apt install --no-install-recommends --no-install-suggests onedrive The above ‘apt install’ resulted in the error messages below.
Step 5: Read 'Known Issues' with these packages You might have noticed that I pretty much copied & pasted my commands from INSTALL.md and ubuntu-package-install.md. Those "copy" widgets are very helpful! Did you spot anything that would trigger the error messages I reported? Thanks... |
Beta Was this translation helpful? Give feedback.
-
Yes .. you are adding the wrong repository as part of step 2 .. this is why it is failing |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am using the following distri:
Distributor ID: Linuxmint
Description: Linux Mint 21.1
Release: 21.1
Codename: vera
This version is not mentioned explicitly in the list of versions for instructions. The closest I see is Linux Mint 21.x / Vanessa
So is it OK to use that version and thus use the instructions for Distribution: Ubuntu 22.04 ?
Thank you !!!!
Beta Was this translation helpful? Give feedback.
All reactions