LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 08-10-2020, 08:02 AM   #1
windstory
Member
 
Registered: Nov 2008
Posts: 489

Rep: Reputation: 36
Could not install onedrive_2.4.3-1_amd64.deb


My box is Debian 10. and want to install "onedrive_2.4.3-1_amd64.deb", but I got this error message.


Quote:
root@centlinux:~/Downloads# apt install ./onedrive_2.4.3-1_amd64.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
Note, selecting 'onedrive' instead of './onedrive_2.4.3-1_amd64.deb'
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: libgcc-s1 (>= 3.0) but it is not installable
Depends: libphobos2-ldc-shared91 (>= 1:1.21.0) but it is not installable
E: Unable to correct problems, you have held broken packages.
Please let know how to solve this error.

Thanks in advance.
 
Old 08-10-2020, 03:19 PM   #2
Honest Abe
Member
 
Registered: May 2018
Distribution: CentOS 7, OpenSUSE 15
Posts: 420
Blog Entries: 1

Rep: Reputation: 202Reputation: 202Reputation: 202
here is the problem :

Code:
The following packages have unmet dependencies:
onedrive : Depends: libgcc-s1 (>= 3.0) but it is not installable
Depends: libphobos2-ldc-shared91 (>= 1:1.21.0) but it is not installable
E: Unable to correct problems, you have held broken packages.
Start with installed & available versions of them and see where it leads to.
 
Old 08-11-2020, 12:01 PM   #3
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Let me guess... the .deb is a Ubuntu installer file?
https://wiki.debian.org/DontBreakDeb..._FrankenDebian
 
Old 08-12-2020, 02:46 AM   #4
windstory
Member
 
Registered: Nov 2008
Posts: 489

Original Poster
Rep: Reputation: 36
Quote:
Originally Posted by ondoho View Post
Let me guess... the .deb is a Ubuntu installer file?
https://wiki.debian.org/DontBreakDeb..._FrankenDebian
Actually the installer file is this.

https://packages.debian.org/sid/amd64/onedrive/download
 
Old 08-12-2020, 03:37 AM   #5
Honest Abe
Member
 
Registered: May 2018
Distribution: CentOS 7, OpenSUSE 15
Posts: 420
Blog Entries: 1

Rep: Reputation: 202Reputation: 202Reputation: 202
This is from ubuntu forum, might have some hints.

https://askubuntu.com/questions/2232...roken-packages
 
Old 08-12-2020, 10:30 AM   #6
PECONET009
Member
 
Registered: Sep 2006
Location: Finland.
Distribution: kali linux.
Posts: 156

Rep: Reputation: 21
How to install onedrive.

Quote:
Originally Posted by windstory View Post
My box is Debian 10. and want to install "onedrive_2.4.3-1_amd64.deb"

Thanks in advance.
How about putting this into your terminal:
apt install onedrive
 
Old 08-12-2020, 12:41 PM   #7
sgosnell
Senior Member
 
Registered: Jan 2008
Location: Baja Oklahoma
Distribution: Debian Stable and Unstable
Posts: 1,943

Rep: Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542Reputation: 542
If you're trying to install a package from Sid into Buster, that won't work directly. There are a couple of ways to do this.
https://linuxaria.com/howto/how-to-i...debian-testing
Be prepared for lots of packages to be pulled in.
 
Old 08-12-2020, 01:43 PM   #8
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by windstory View Post
Actually the installer file is this.

https://packages.debian.org/sid/amd64/onedrive/download
The problem is the same: you are about to make a Frankendebian. Read the whole page I linked.
 
Old 08-12-2020, 03:15 PM   #9
Honest Abe
Member
 
Registered: May 2018
Distribution: CentOS 7, OpenSUSE 15
Posts: 420
Blog Entries: 1

Rep: Reputation: 202Reputation: 202Reputation: 202
https://packages.debian.org/search?keywords=onedrive

This does not list any package for Debian Buster/stable release- the version @windstory is using.

Onedrive has not been backported too - https://packages.debian.org/search?k...ster-backports

I do see a snap package https://snapcraft.io/unofficial-webapp-office, but I believe you could already get around by opening onedrive from a browser

So, either move to a different release (Testing/bullseye or unstable/sid) or move to a debian derivative (preferably with LTS kernel) or make a frankendebian (which as @ondoho mentioned already, not a good thing).
 
Old 08-15-2020, 05:02 AM   #10
windstory
Member
 
Registered: Nov 2008
Posts: 489

Original Poster
Rep: Reputation: 36
/PECONET009

The result is here

Quote:
centlinuxer@centlinux:~$ sudo apt install onedrive
[sudo] password for centlinuxer:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package onedrive
/Honest Abe

I installed "https://snapcraft.io/unofficial-webapp-office", however I got another problem.
Quote:
centlinuxer@centlinux:~$ ~/.local/unofficial-webapp-office.launcher
/home/centlinuxer/.local/unofficial-webapp-office.launcher: 19: exec: /bin/desktop-launch: not found
 
Old 08-15-2020, 09:22 AM   #11
Honest Abe
Member
 
Registered: May 2018
Distribution: CentOS 7, OpenSUSE 15
Posts: 420
Blog Entries: 1

Rep: Reputation: 202Reputation: 202Reputation: 202
@Windstory, READ the description of that snap package.
Quote:
A set of web app wrappers, based on QtWebEngine, for the following websites:

Outlook
Word
Excel
PowerPoint
OneDrive
OneNote
This would never set up onedrive as a networked , always available backup drive, which is the intended use of such things. This will merely open onedrive in a web wrapper, akin to a web browser. You are better off using Firefox and such in that case.

Happy to be corrected.
 
Old 08-15-2020, 04:49 PM   #12
abraunegg
LQ Newbie
 
Registered: Aug 2019
Posts: 5

Rep: Reputation: Disabled
Quote:
Originally Posted by windstory View Post
My box is Debian 10. and want to install "onedrive_2.4.3-1_amd64.deb", but I got this error message.

Please let know how to solve this error.

Thanks in advance.
For any distribution where your package is not available, it is best to build from source.

For Debian 10, please follow: https://github.com/abraunegg/onedriv...an-10---x86_64


Quote:
Originally Posted by PECONET009

apt install onedrive
This is 'very' poor advice. Especially for Ubuntu platforms - refer to: https://github.com/abraunegg/onedriv...r-ubuntu-users


If a package for your distribution / distribution version is not available, why not become the packager and maintainer for your distribution and ensure that it is available as a package?
 
Old 08-16-2020, 05:10 AM   #13
PECONET009
Member
 
Registered: Sep 2006
Location: Finland.
Distribution: kali linux.
Posts: 156

Rep: Reputation: 21
Lightbulb Try this out and see how you get on......

Quote:
Originally Posted by windstory View Post
/PECONET009

The result is here



/Honest Abe

I installed "https://snapcraft.io/unofficial-webapp-office", however I got another problem.
Try this out and see how you get on:

https://www.linuxuprising.com/2018/0...nux-using.html
 
Old 08-16-2020, 09:32 AM   #14
PECONET009
Member
 
Registered: Sep 2006
Location: Finland.
Distribution: kali linux.
Posts: 156

Rep: Reputation: 21
Lightbulb The wasy way out is to install it in Firefox...

Quote:
Originally Posted by windstory View Post
/PECONET009

The result is here



/Honest Abe

I installed "https://snapcraft.io/unofficial-webapp-office", however I got another problem.
Install Onedrive through and in Firefox from Firefox's add ons and go from there. Hope it all works out for you.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Xubuntu 18.04.2 - How to install a DEB by double-clicking that DEB, please? madmax25 Ubuntu 8 05-12-2019 03:30 AM
[SOLVED] Errors....linux-image-3.2.0-4-rt-amd64_3.2.51-1_amd64.deb Tech7 Linux - Newbie 4 01-31-2014 02:08 PM
seeking help installing DEB-file for Crossover "pro_10.2.0-1_amd64" SaintDanBert Linux - Software 1 10-16-2013 01:38 PM
gstreamer0.10-fluendo-plugins_7.0-1_amd64.deb dazzyrock Linux - Newbie 2 07-20-2009 12:14 PM
Can apt4rpm use deb repositories or install .deb packages? raylpc Linux - General 0 08-18-2003 01:49 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 09:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration