Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Idea: MOODE Startup Spashscreen
#26
So is the plymouth package installed on RaspiOS Lite (on which moOde is built)? Let's ask dpkg

Code:
pi@rpi3a:~ $ dpkg -l|grep -i plymouth
pi@rpi3a:~ $ 


So the answer is no.

Next step. Is the package available in the repos known to this installation? Let's ask apt-cache

Code:
pi@rpi3a:~ $ apt-cache show plymouth
Package: plymouth
Version: 0.9.4-1.1+rpt2
Architecture: armhf
...yada yada yada...

So, the answer is yes.

Next step. Install plymouth

Code:
pi@rpi3a:~ $ sudo apt-get -s install plymouth
Reading package lists... Done
Building dependency tree      
Reading state information... Done
The following additional packages will be installed:
 libplymouth4
Suggested packages:
 desktop-base plymouth-themes
The following NEW packages will be installed:
 libplymouth4 plymouth
0 upgraded, 2 newly installed, 0 to remove and 216 not upgraded.
Inst libplymouth4 (0.9.4-1.1+rpt2 Raspberry Pi Foundation:testing [armhf])
Inst plymouth (0.9.4-1.1+rpt2 Raspberry Pi Foundation:testing [armhf])
Conf libplymouth4 (0.9.4-1.1+rpt2 Raspberry Pi Foundation:testing [armhf])
Conf plymouth (0.9.4-1.1+rpt2 Raspberry Pi Foundation:testing [armhf])

Note that I only simulated the installation 'cuz i don't want it but the response shows the installation requires just two packages. Invoke this command without the -s option to actually install plymouth.

Final step. See if you can proceed with the rest of the recipe.

Regards,
Kent
Reply


Messages In This Thread
MOODE Startup Spashscreen - by pkdick - 04-09-2020, 09:32 AM
RE: MOODE Startup Spashscreen - by Tim Curtis - 04-09-2020, 12:22 PM
RE: MOODE Startup Spashscreen - by manolomalele - 09-01-2021, 10:22 AM
RE: MOODE Startup Spashscreen - by Tim Curtis - 04-09-2020, 01:03 PM
RE: MOODE Startup Spashscreen - by pkdick - 04-09-2020, 02:00 PM
RE: MOODE Startup Spashscreen - by pkdick - 04-10-2020, 05:56 AM
RE: MOODE Startup Spashscreen - by DRONE7 - 04-10-2020, 06:55 AM
RE: MOODE Startup Spashscreen - by pkdick - 04-28-2020, 04:13 PM
RE: MOODE Startup Spashscreen - by JST1963 - 05-01-2020, 09:11 PM
RE: MOODE Startup Spashscreen - by huey2011 - 02-18-2022, 10:45 PM
RE: MOODE Startup Spashscreen - by Cardone - 05-02-2020, 08:37 AM
RE: MOODE Startup Spashscreen - by Cardone - 05-02-2020, 07:39 PM
RE: MOODE Startup Spashscreen - by Tim Curtis - 05-02-2020, 10:47 PM
RE: MOODE Startup Spashscreen - by Cardone - 05-03-2020, 03:46 PM
RE: MOODE Startup Spashscreen - by Tim Curtis - 05-03-2020, 06:34 PM
RE: MOODE Startup Spashscreen - by manolomalele - 10-14-2021, 06:14 PM
RE: MOODE Startup Spashscreen - by TheOldPresbyope - 10-14-2021, 07:22 PM
RE: MOODE Startup Spashscreen - by manolomalele - 11-12-2021, 01:43 PM

Forum Jump: