You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changing from version 9.7.x to 10.0.x I'm using a new way to package penguins-eggs: nodejs is not more included on the package like before, but rely on it's presence in available repos.
This is configured on the penguins-eggs package, who actually ask for : nodejs (>= 18) on it's DEBIAN/control file.
Unfortunately, distros on this note and derivatives, have nodejs >=18 available on the their original repository.
So, before to try to install penguins-eggs-10.0.x we need to add nodejs repos from nodesource for nodejs 18 or better.
I was able to remaster ubuntu-18.04.6-desktop-amd64.iso and ubuntu-18.04.6-live-server-amd64.iso.
On both there is a problem: after the installation we don't get more /lib/live/boot and it's contents. We need to restore before to create new eggs, without our ISOs will not boot! To restore, just: sudo apt update && sudo apt install live-boot.
After installed, for same reason, we don't have /etc/resolv.conf, I use to rewrite it for my demos.
Strange enought, we get differents kernels on desktop and server, on desktop the kernel is in 5.x series, on serve is 4.x kernels.
I know there is something like pro to extend support, but this is out of my possibilities.
Debian buster / bullseye, Ubuntu 20.04 / 22.04
Changing from version 9.7.x to 10.0.x I'm using a new way to package penguins-eggs: nodejs is not more included on the package like before, but rely on it's presence in available repos.
This is configured on the penguins-eggs package, who actually ask for :
nodejs (>= 18)
on it'sDEBIAN/control
file.Unfortunately, distros on this note and derivatives, have nodejs >=18 available on the their original repository.
So, before to try to install
penguins-eggs-10.0.x
we need to add nodejs repos from nodesource for nodejs 18 or better.At this point, we are ready to install
penguins-eggs
on our system.Already tested on linuxmint 21.3 virginia and xubuntu 22.04, now I'm preparing the actual KDE neon.
You can confirm from others derivatives.
The text was updated successfully, but these errors were encountered: