Hello Guest, Welcome to Apnea Board !
As a guest, you are limited to certain areas of the board and there are some features you can't use.
To post a message, you must create a free account using a valid email address.

or Create an Account


New Posts   Today's Posts

Error while installing OSCAR on Lenovo Chromebook
#1
Error while installing OSCAR on Lenovo Chromebook
Hi,

I am trying to install OSCAR on my Lenovo IdeaPad 3 14M836 but no success. The installer reports the following error:

The following packages have unmet dependencies:

  oscar: Depends: libdouble-conversion3 but it is not installable
         Depends: libpcre16-3 but it is not installable
         Depends: qttranslations5-l10n but it is not installable
         Depends: libqt5core5a (>= 5.9) but it is not installable
         Depends: libqt5serialport5 but it is not installable
         Depends: libqt5xml5 but it is not installable
         Depends: libqt5network5 but it is not installable
         Depends: libqt5gui5 but it is not installable
         Depends: libqt5widgets5 but it is not installable
         Depends: libqt5opengl5 but it is not installable
         Depends: libqt5printsupport5 but it is not installable
         Depends: libglu1-mesa but it is not installable
         Depends: libgl1 but it is not installable
         Depends: libc6 but it is not installable

Any idea how to solve this? Is installation even possible on this model?

Thanks for any help!
Post Reply Post Reply
#2
RE: Error while installing OSCAR on Lenovo Chromebook
Hi Bodie! - Welcome

Which O/S do you have, and which OSCAR "flavor" did you download?

- Red
Crimson Nape
Apnea Board Moderator
Project Manager for OSCAR - Open Source CPAP Analysis Reporter
www.ApneaBoard.com
___________________________________
Useful Links -or- When All Else Fails:
The Guide to Understanding OSCAR
OSCAR Chart Organization
Attaching Images and Files on Apnea Board
Apnea Helpful Tips

INFORMATION ON APNEA BOARD FORUMS OR ON APNEABOARD.COM SHOULD NOT BE CONSIDERED AS MEDICAL ADVICE. ALWAYS SEEK THE ADVICE OF A PHYSICIAN BEFORE SEEKING TREATMENT FOR MEDICAL CONDITIONS, INCLUDING SLEEP APNEA. INFORMATION POSTED ON THE APNEA BOARD WEB SITE AND FORUMS ARE PERSONAL OPINION ONLY AND NOT NECESSARILY A STATEMENT OF FACT.
Post Reply Post Reply
#3
RE: Error while installing OSCAR on Lenovo Chromebook
Hello!

My Chrome OS is 118.0.5993.86 


User agent Mozilla/5.0 (X11; CrOS x86_64 14541.0.0)

I tried these versions:

Debian 11: oscar_1.5.1-Debian11_i386.deb

AMD64:
Debian 10: oscar_1.5.1-Debian10_amd64.deb
Debian 11: oscar_1.5.1-Debian11_amd64.deb
Debian 12: oscar_1.5.1-Debian12_amd64.deb

An error message always appears.
Post Reply Post Reply
#4
RE: Error while installing OSCAR on Lenovo Chromebook
I found this post made by the Google Chrome team:

Quote:In March of last year, Google updated the Linux container on Chrome OS from Debian 9 to the current Debian 10 release which is codenamed, Buster. If you have a Chromebook and you're using Linux, this is likely the version of Debian Linux that you are leveraging.

Have you verified which Linux container version you are using?

- Red
Crimson Nape
Apnea Board Moderator
Project Manager for OSCAR - Open Source CPAP Analysis Reporter
www.ApneaBoard.com
___________________________________
Useful Links -or- When All Else Fails:
The Guide to Understanding OSCAR
OSCAR Chart Organization
Attaching Images and Files on Apnea Board
Apnea Helpful Tips

INFORMATION ON APNEA BOARD FORUMS OR ON APNEABOARD.COM SHOULD NOT BE CONSIDERED AS MEDICAL ADVICE. ALWAYS SEEK THE ADVICE OF A PHYSICIAN BEFORE SEEKING TREATMENT FOR MEDICAL CONDITIONS, INCLUDING SLEEP APNEA. INFORMATION POSTED ON THE APNEA BOARD WEB SITE AND FORUMS ARE PERSONAL OPINION ONLY AND NOT NECESSARILY A STATEMENT OF FACT.
Post Reply Post Reply
#5
RE: Error while installing OSCAR on Lenovo Chromebook
When I open the terminal, I see the word penguin. Is it a Linux version?
Post Reply Post Reply
#6
RE: Error while installing OSCAR on Lenovo Chromebook
Tux the penguin is the Linux logo.  try this Linux command in a terminal window, cat /etc/os-release

This should give you information you are looking for.

Edit: If you prefer to save the output to a file, use this, cat /etc/os-release > output.txt

- Red
Crimson Nape
Apnea Board Moderator
Project Manager for OSCAR - Open Source CPAP Analysis Reporter
www.ApneaBoard.com
___________________________________
Useful Links -or- When All Else Fails:
The Guide to Understanding OSCAR
OSCAR Chart Organization
Attaching Images and Files on Apnea Board
Apnea Helpful Tips

INFORMATION ON APNEA BOARD FORUMS OR ON APNEABOARD.COM SHOULD NOT BE CONSIDERED AS MEDICAL ADVICE. ALWAYS SEEK THE ADVICE OF A PHYSICIAN BEFORE SEEKING TREATMENT FOR MEDICAL CONDITIONS, INCLUDING SLEEP APNEA. INFORMATION POSTED ON THE APNEA BOARD WEB SITE AND FORUMS ARE PERSONAL OPINION ONLY AND NOT NECESSARILY A STATEMENT OF FACT.
Post Reply Post Reply
#7
RE: Error while installing OSCAR on Lenovo Chromebook
the other way is 'cat /etc/debian_version'

Mine is reporting 11.6
Admin Note:

pholynyk passed away in October 2024
Click HERE to read his Memorial Thread

~ Rest in Peace ~
Post Reply Post Reply
#8
RE: Error while installing OSCAR on Lenovo Chromebook
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
NAME="Debian GNU/Linux"
VERSION_ID="11"
VERSION="11 (bullseye)"
VERSION_CODENAME=bullseye
ID=debian

Version 11.7
Post Reply Post Reply
#9
RE: Error while installing OSCAR on Lenovo Chromebook
Based off of your responses, this is the one that should work:  https://www.apneaboard.com/OSCAR/oscar_1..._amd64.deb

After downloading the file above, you would do the following to install OSCAR:
  • Open a terminal window
  • Since you have tried to install OSCAR before, type: sudo apt purge -y oscar, press Enter/Return.
  • Navigate to the directory where you downloaded oscar_1.5.1-Debian11_amd64.deb.
  • Type: sudo apt install ./oscar_1.5.1-Debian11_amd64.deb, press Enter/Return.
    (Remember to put the period and forward slash ("./") in front of the file name.  This tells the apt program that it is a local file and not go to the internet looking for it.)
Good luck!
- Red
Crimson Nape
Apnea Board Moderator
Project Manager for OSCAR - Open Source CPAP Analysis Reporter
www.ApneaBoard.com
___________________________________
Useful Links -or- When All Else Fails:
The Guide to Understanding OSCAR
OSCAR Chart Organization
Attaching Images and Files on Apnea Board
Apnea Helpful Tips

INFORMATION ON APNEA BOARD FORUMS OR ON APNEABOARD.COM SHOULD NOT BE CONSIDERED AS MEDICAL ADVICE. ALWAYS SEEK THE ADVICE OF A PHYSICIAN BEFORE SEEKING TREATMENT FOR MEDICAL CONDITIONS, INCLUDING SLEEP APNEA. INFORMATION POSTED ON THE APNEA BOARD WEB SITE AND FORUMS ARE PERSONAL OPINION ONLY AND NOT NECESSARILY A STATEMENT OF FACT.
Post Reply Post Reply
#10
RE: Error while installing OSCAR on Lenovo Chromebook
sudo apt purge -y oscar
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package 'oscar' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 34 not upgraded.

And then...


sudo apt install ./oscar_1.5.1-Debian11_amd64.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'oscar:amd64' instead of './oscar_1.5.1-Debian11_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:
 oscar:amd64 : Depends: libdouble-conversion3:amd64 but it is not installable
               Depends: libpcre16-3:amd64 but it is not installable
               Depends: qttranslations5-l10n:amd64 but it is not installable
               Depends: libqt5core5a:amd64 (>= 5.9) but it is not installable
               Depends: libqt5serialport5:amd64 but it is not installable
               Depends: libqt5xml5:amd64 but it is not installable
               Depends: libqt5network5:amd64 but it is not installable
               Depends: libqt5gui5:amd64 but it is not installable
               Depends: libqt5widgets5:amd64 but it is not installable
               Depends: libqt5opengl5:amd64 but it is not installable
               Depends: libqt5printsupport5:amd64 but it is not installable
               Depends: libglu1-mesa:amd64 but it is not installable
               Depends: libgl1:amd64 but it is not installable
               Depends: libc6:amd64 but it is not installable
E: Unable to correct problems, you have held broken packages.
Post Reply Post Reply


Possibly Related Threads...
Thread Author Replies Views Last Post
  Error message SD Card download to OSCAR April 2 304 08-21-2024, 05:51 PM
Last Post: April
  OSCAR displaying "Mode and Pressure settings missing; yesterday's shown" error Stefanyshyn 1 363 08-20-2024, 05:50 PM
Last Post: iitgsleep
  "Updating" to OSCAR 1.5.3 -vs- installing OSCAR first time JoyD. 2 754 06-13-2024, 07:14 PM
Last Post: OpalRose
  OSCAR Import Error - No Supported data was found c:/DATALOG synwave7 3 807 05-09-2024, 05:29 PM
Last Post: Crimson Nape
  OSCAR v1.5.2 Not Working on My Chromebook fixed it 4 600 03-26-2024, 01:37 PM
Last Post: Crimson Nape
  OSCAR v1.5.2- error code 5, unable to write to data directory sleepynotion 2 646 03-18-2024, 12:09 PM
Last Post: sleepynotion
  What version of Linux for my Chromebook? bluetangle127 1 729 10-26-2023, 10:54 AM
Last Post: Crimson Nape


New Posts   Today's Posts


About Apnea Board

Apnea Board is an educational web site designed to empower Sleep Apnea patients.