Maccraft123 / Cadmium

GNU General Public License v3.0
309 stars 63 forks source link

unmet dependencies when install cadmium for chromebook duet #154

Closed zhyale closed 1 year ago

zhyale commented 1 year ago

I have a chromebook duet 4+64, and Cadmium was successfully installed once, gnome, several days ago.

When trying to install Waydroid, I mistakenly deleted system files such as python, causing the system to crash.

And when I reinstall cadmium with gnome, it tells:

The following packages have unmet dependencies:
libglib-introspection-perl : Depends: perapi-5.34.0 but it is not installable
libgs-common : Breaks: libgs9-common (< 10) but 9.56.1~dfsg-1 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

and aborted.

Is there any way to work around, or not to abort the installation? thank you.

another suggestion, the default repository is too slow for me, so I replace the source in /CdFiles/fs/debian/build from https://deb.debian.org to http://mirrors.aliyun.com , and I have finished one successful installation using http://mirrors.aliyun.com , so providing an option to use the default repository or another one may improve the speed.


Update on Oct 25, the errors become less:

The following packages have unmet dependencies: libgs-common : Breaks: libgs9-common (< 10) but 9.56.1~dfsg-1 is to be installed E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

This means the sid repo may be not available when I start new CadMium installation.

—————————————————————

Fixed: reboot normally and enter console; login with root; nmtui (activate wifi); apt install libgs9-common apt install task-gnome-desktop reboot

Done.