OneDrive Client broken packages

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Arrhenius
Level 1
Level 1
Posts: 3
Joined: Fri Jan 21, 2022 7:56 pm

OneDrive Client broken packages

Post by Arrhenius »

Dear forum users,
I am fairly new to Linux and tried to install the OneDrive Client (https://github.com/abraunegg/onedrive/b ... INSTALL.md) for Linux Mint (64x bit). However, I always get an error in the terminal:

Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
onedrive : Depends: libc6 (>= 2.34) but 2.31-0ubuntu9.2 is to be installed
Depends: libphobos2-ldc-shared94 (>= 1:1.24.0) but it is not installable
E: Unable to correct problems, you have held broken packages.

I use the following version:

DISTRIB_ID=LinuxMint
DISTRIB_RELEASE=20.3
DISTRIB_CODENAME=una
DISTRIB_DESCRIPTION="Linux Mint 20.3 Una"
NAME="Linux Mint"
VERSION="20.3 (Una)"

I already tried to install and uninstall it but it didn't work. The same is true for all solutions I found with google.

Any help is greatly appreciated!
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
spamegg
Level 14
Level 14
Posts: 5117
Joined: Mon Oct 28, 2019 2:34 am
Contact:

Re: OneDrive Client broken packages

Post by spamegg »

Depends: libc6 (>= 2.34) but 2.31-0ubuntu9.2 is to be installed
Can you show the output of the Terminal command:

Code: Select all

apt-cache policy libc6
On my Mint 20.3 it looks like this:

Code: Select all

 ➜ apt-cache policy libc6
libc6:
  Installed: 2.31-0ubuntu9.2
  Candidate: 2.31-0ubuntu9.2
  Version table:
 *** 2.31-0ubuntu9.2 500
        500 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages
        100 /var/lib/dpkg/status
     2.31-0ubuntu9 500
        500 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages
abraunegg
Level 2
Level 2
Posts: 60
Joined: Thu Oct 03, 2019 10:18 pm

Re: OneDrive Client broken packages

Post by abraunegg »

Arrhenius wrote: Fri Jan 21, 2022 8:05 pm Dear forum users,
I am fairly new to Linux and tried to install the OneDrive Client (https://github.com/abraunegg/onedrive/b ... INSTALL.md) for Linux Mint (64x bit). However, I always get an error in the terminal:
You appear to be trying to build from source, which should be OK, however for your OS you are better off installing from a package following these instructions:

https://github.com/abraunegg/onedrive/b ... install.md
Locked

Return to “Software & Applications”