Tag Archives: Raspberry Pi 4

RaspAnd 11 (Android 11) for Raspberry Pi 4 with GAPPS (Google Play Store), Netflix, Spotify, Bluetooth, Aurora Store and Clash of Clans pre-installed :: Build 210321

ABOUT RaspAnd 11 – Build 210321 – with GAPPS
RaspAnd 11 runs very well on a Raspberry Pi 4. I.e. the system is pretty responsive if you use a micro SD card of good quality. RaspAnd 11 has the following apps pre-installed: GAPPS (Google Play Store and other Google apps), Netflix, Spotify, Midori Browser, Aurora Store, Clash of Clans and AIDA64.

ABOUT Android 11, which was released 200908…

PLEASE NOTE that you must be aware of the fact that the Raspberry Pi 4 computer has its limitations and that Android 11 is a very advanced Linux system. Having said that I must also say that the apps I have included in this Build (see above) work very well. The max screen resolution is 1680×1050. With higher resolutions Netflix won’t work.

NOTE also that you’ll have to register “your device” (i.e. your Rpi4) before you can log in to Google Play Store. Please read my instructions at the INFO site about how to register so that your device will be Play Protect Certified.

About Raspberry Pi 4
This build (RaspAnd 11 210321) works very well on the new Raspberry Pi 4. I used the latest model with 8GB RAM, but you can of course use the other models too.

SCREENSHOTS
1. The Desktop with GAPPS, Netflix and Spotify pre-installed
2. The Desktop using Microsoft Launcher – not pre-installed
3. The Desktop using Galaxy 21 Launcher – not pre-installed
4. Asphalt 9 running – not preinstalled
5. Google Play Store running
6. Netflix running
7. Spotify running
8. Running Hunting Clash – not pre-installed
9. The Desktop using Computer Launcher – not pre-installed

READ MORE…

Read about my Android-x86 Systems – 10, Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at
andex.exton.net – latest is AndEX 10 (with GAPPS) and AndEX Pie 9.0 (also with GAPPS)!
and

about my Android 11, 10, Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 4 and 3/2 at
raspex.exton.se
– latest is RaspAnd 11 (with GAPPS) and RaspAnd Oreo 8.1 (also with GAPPS)!

RaspAnd 11 (Android 11) for Raspberry Pi 4 with Netflix, Spotify, Bluetooth, Firefox and F-Droid working very well :: Build 210309

ABOUT RaspAnd 11 – Build 210309
RaspAnd 11 runs very well on a Raspberry Pi 4. I.e. the system is pretty responsive if you use a micro SD card of good quality. RaspAnd 11 has the following apps pre-installed: Netflix, Spotify, SVTPlay, Termux, Firefox, F-Droid, and Aida64. Unfortunately not Google Play Store, but F-Droid works as good replacement for it. You can also download APK files (Android packages) and install them. Normally without problems.

ABOUT Android 11, which was released 200908…

About Raspberry Pi  4
This build (RaspAnd 11 210309) works very well on the new Raspberry Pi 4. I used the latest model with 8GB RAM, but you can of course use the other models too.

MORE NEWS 210309 ABOUT RaspAnd 11
RaspAnd 11 can be installed to a Micro SD card (preferable a class 10 card) in Windows 10 using Rufus, Win32 Disk Imager or Etcher. You can alternatively (of course) use the dd-command in a Linux system.

SCREENSHOTS
1. The Desktop with Netflix and Spotify installed
2. Aida64 running showing the system info
3. YouTube running in Firefox
4. Netflix running
5. Spotify running
6. Clash of Clans running (the app is not pre-installed)

READ MORE…

Read about my Android-x86 Systems – 10, Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at
andex.exton.net – latest is AndEX 10 (with GAPPS) and AndEX Pie 9.0 (also with GAPPS)!
and

about my Android 11, 10, Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 4 and 3/2 at
raspex.exton.se
– latest is RaspAnd 11 (without GAPPS) and RaspAnd Oreo 8.1 (with GAPPS)!

Yet another version of RaspEX Kodi 32-bit :: Now with the LXQt Desktop and Kodi 19 “Matrix” stable with the Netflix addon – Build 210301

NEWS 210301 about RaspEX Kodi
I’ve made a new extra version of RaspEX Kodi 32-bit. This version is based on Raspbian (Raspberry Pi OS) and Debian Bullseye (upcoming Debian 11). The LXDE Desktop is replaced with LXQt 0.16.0 which has a more “modern look” than LXDE. Historically, LXQt is the product of the merge between LXDE-Qt, an initial Qt flavour of LXDE, and Razor-qt, a project aiming to develop a Qt based desktop environment with similar objectives as the current LXQt. In RaspEX Kodi Build 210301 I’ve upgraded Kodi to version 19.0 Matrix since it has reached the “stable stage” . It was therefore now possible to install the Netflix addon among many other addons. You can now also much easier install extra repositories. Read about the best Kodi repos 2021.

Boot problems as regards RaspEX Kodi Build 210301

If you can’t boot up the system after installing to the SD card using Rufus 3.13 in Windows it’s because the files /boot/cmdline.txt and /etc/fstab has the wrong content. I.e. the PARTUUID for the card is wrong. Then you’ll have to edit said files. Do it like this.
1. Start up a Linux system (Ubuntu or…).
2. Insert your SD card with RaspEX Kodi installed. It will be seen as /dev/sdb1 (boot partition) and /dev/sdb2 (root filesystem).
3. To find out the correct PARTUUID for /dev/sdb1 and /dev/sdb2 run the command blkid /dev/sdb1 respectively blkid /dev/sdb2
4. Now change to the correct PARTUUID in /boot/cmdline.txt and /etc/fstab on the SD card. Use Leafpad or Mousepad for that. Never LibreOffice writer!

The file cmdline.txt can look like this:
console=serial0,115200 console=tty1 root=PARTUUID=347a28ab-02 rootfstype=ext4 elevator=deadline fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles

The file fstab can look like this:
proc /proc proc defaults 0 0
PARTUUID=347a28ab-01 /boot vfat defaults 0 2
PARTUUID=347a28ab-02 / ext4 defaults,noatime 0 1
# a swapfile is not a swap partition, no line here
# use dphys-swapfile swap[on|off] for that

Study all installed packages in Build 210301…

Log in to LXQt or Kodi
After the boot process is ready you will end up at LightDM‘s login screen. It will look like this – see below. Log in as pi with password raspberry or as root (“other”) with password root. You can log in to Kodi directly from LightDM if you want. While inside LXQt you can change to the Kodi Desktop environment. You can run Kodi on the LXQt Desktop like any other program or run it in full screen. Just change Kodi’s Settings from Windowed to Fullscreen. Watch this screenshot.

Expand the filesystem on the SD card
If you install many new big programs and/or download large files (for example videos) you may run out of space on the SD card. That is best fixed by running the following command: sudo raspi-config. Click on “Advanced Options” and choose A1 Expand Filesystem.
NOTE: That’s all you have to do. Just wait for the script to fix everything. If you use a SD card of 64 GB all the space on it will be used afterwards. Watch a screenshot when raspi-config is running.
1. Screenshot showing filesystem size before resizing
2. Screenshot showing filesystem size after resizing

Used kernels
5.10.17-exton-v7l+ (for Rpi 4) and 5.10.11-v7+ (for Rpi 3 and 2).

SCREENSHOTS
1. The LXQt Desktop running as user pi
2. The LXQt Desktop running as root

3. Kodi 19.0 system info
4. Kodi running on/within the LXQt Desktop
5. Kodi showing some addons
6. NBC Sport addon running
7. NASA addon running
8. Netflix addon running
9. Kodi running using a special skin

READ MORE…

Read about my Android-x86 Systems – 10, Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at
andex.exton.net – latest is AndEX 10 (with GAPPS) and AndEX Pie 9.0 (also with GAPPS)!
and

about my Android 11, 10, Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 4 and 3/2 at
raspex.exton.se
– latest is RaspAnd 11 (without GAPPS) and RaspAnd Oreo 8.1 (with GAPPS)!

RaspEX Kodi 32-bit with LXQt Desktop and Kodi 18.7 with the Netflix addon – Build 210211

NEWS 210211 about RaspEX Kodi
I’ve made a new extra version of RaspEX Kodi 32-bit. This version is based on Raspbian (Raspberry Pi OS) and Debian Bullseye (upcoming Debian 11). The LXDE Desktop is replaced with LXQt, which has a more “modern look” than LXDE. Historically, LXQt is the product of the merge between LXDE-Qt, an initial Qt flavour of LXDE, and Razor-qt, a project aiming to develop a Qt based desktop environment with similar objectives as the current LXQt. In RaspEX Kodi Build 210211 I’ve kept Kodi at version 18.7 (stable). It was therefore possible to install the Netflix addon among many other addons. With Kodi 18.7 it is also easier to install extra repositories. Read about the best Kodi repos 2021.

Study all installed packages in Build 2102111…

Used kernels
5.10.14-exton-v7l+ (for Rpi 4) and 5.10.13-exton-v7+ (for Rpi 3 and 2).

SCREENSHOTS
1. The LXQt Desktop
2. Kodi 18.7 system info
3. Showing extra repos (not pre-installed)

READ MORE…

Read about my Android-x86 Systems – 10, Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at
andex.exton.net – latest is AndEX 10 (with GAPPS) and AndEX Pie 9.0 (also with GAPPS)!
and

about my Android 11, 10, Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 4 and 3/2 at
raspex.exton.se
– latest is RaspAnd 11 (without GAPPS) and RaspAnd Oreo 8.1 (with GAPPS)!

RaspEX Kodi for Rpi4, Rpi3 and Rpi2 with LXDE Desktop and Kodi 18.7 Media Center “Leia” with Netflix, YouTube, Plex and Amazon Video addons – Build 210205 (32-bit) and Build 200726 (64-bit)

ABOUT RaspEX Kodi
RaspEX Kodi Build 210205 (32-bit) and 200726 (64-bit) with LXDE/Kodi Desktops
Both systems can be downloaded from SourceForge.net for free. The systems are made especially for the new Raspberry Pi 4 (8GB, 4GB and 2GB). RaspEX Kodi is based on Debian 11 Bullseye respectively Debian 10 Buster, Raspberry Pi OS (previously called Raspbian) and Kodi Media Center. In RaspEX Kodi I’ve added the LXDE Desktop with many useful applications such as VLC Media Player and NetworkManager. Makes it easy to configure your wireless network. I’ve also upgraded Kodi to version 18.7 Leia, which makes it possible to include useful addons such as Netflix and Amazon Video. Which I’ve done in Build 210205. Study all included packages in RaspEX Kodi Build 210205 respectively Build 200726.

NOTE: Build 200726 (64-bit) is missing the Netflix and YouTube add-ons. You can (possibly) install them yourself. Without the YouTube add-on many other add-ons can’t run. Read about how to create and setup your YouTube API Key, ID and Secret for Kodi.

Used kernels
1) 5.10.12-exton-v7l+ (for Rpi4) in Build 210205
2) 5.10.12-exton-v7+ (for Rpi3 and Rpi2) in Build 210205
3) 5.4.51-v8+ (for Rpi4) in Build 200726
4) 5.4.51-v7+ (for Rpi3 and 2) in Build 200726
The system will automatically determine which Raspberry Pi you are using and load the correct kernel.

RaspEX Kodi performance
RaspEX Kodi is a very fast and responsive Rpi4 system. Much due to very low memory (RAM) usage. About 200 MB as this screenshot shows. I’ve said that RaspEX LXDE Build 210101 is very fast. RaspEX Kodi is even faster. The video and sound quality is also very very good. Even while running RaspEX Kodi on big TV screens. I.e. you can really enjoy Netflix and YouTube running on your Rpi4 mini computer!

SCREENSHOTS
1. Running Kodi in Build 210205
1b. Running Kodi in Build 200726
2. The LXDE Desktop logged in as the ordinary user pi in Build 210205
2b. The LXDE Desktop logged in as the ordinary user pi in Build 200726
3. Netflix running showing very good video quality
4. YouTube running showing very good video quality

READ MORE….

Read about my Android-x86 Systems – 10, Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at
andex.exton.net – latest is AndEX 10 (with GAPPS) and AndEX Pie 9.0 (also with GAPPS)!
and

about my Android 11, 10, Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 4 and 3/2 at
raspex.exton.se
– latest is RaspAnd 11 (without GAPPS) and RaspAnd Oreo 8.1 (with GAPPS)!

RaspEX Rpi4 – Build 210109 based on Ubuntu 20.04 LTS – with OpenCPN 5.2.4 (navigation software)

RaspEX Rpi4 – Build 210109 based on Ubuntu 20.04 Focal Fossa LTS (supported until April, 2025) – with OpenCPN 5.2.4 (latest stable version released 201018) – especially made for the new Raspberry Pi 4, but it can of course also be used on a Raspberry Pi 3 Model B+, Raspberry Pi 3 Model B and Raspberry Pi 2 Model B.

OpenCPN is a free software (GPLv2) project to create a concise chart plotter and navigation software, for use underway or as a planning tool. OpenCPN is developed by a team of active sailors using real world conditions for program testing and refinement.

REPLACEMENT
This build (210109) replaces build 190812. Ubuntu has been upgraded to version 20.04 and OpenCPN to version 5.2.4 – latest stable version. Build 210109 is made especially for the new Raspberry Pi 4, but can of course also be used on a Raspberry Pi 3 Model B+, Raspberry Pi 3 Model B and a Raspberry Pi 2 Model B.

The Desktop environment LXDE is used. The “Lightweight X11 Desktop Environment” is an extremely fast-performing and energy-saving desktop environment. LXDE uses less CPU and less RAM than other environments. It is especially designed for cloud computers with low hardware specifications, such as netbooks, mobile devices (e.g. MIDs) or older computers.

ABOUT RaspEX Build 210109
RaspEX is a Linux ARM system for Raspberry Pi 4, Pi 3 Model B, Model B+ and Pi 2 model B. It is based on Debian Buster (Debian 10), Focal Fossa (Ubuntu 20.04) and Linaro (Open Source software for ARM SoCs). In this new version (210109) I’ve installed OpenCPN 5.2.4.

Read this OpenCPN Review….

SCREENSHOTS
1. RaspEX Build 210109 using Bluetooth
2. RaspEX version 190812 running OpenCPN as the ordinary user raspex
3. RaspEX version 190812 running OpenCPN as root
4. OpenCPN 4.4.0 runningon the 7″ Touchscreen Monitor for Raspberry Pi (old version OpenCPN)
5. OpenCPN Florida – Cape Canaveral (old version of OpenCPN)
6. OpenCPN New York – Approaches to New York (old version of OpenCPN)

7. OpenCPN Stockholm Archipelago (old version of OpenCPN)

READ MORE…

Read about my Android-x86 Systems – 10, Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at
andex.exton.net – latest is AndEX 10 (with GAPPS) and AndEX Pie 9.0 (also with GAPPS)!
and

about my Android 11, 10, Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 4 and 3/2 at
raspex.exton.se
– latest is RaspAnd 11 (without GAPPS) and RaspAnd Oreo 8.1 (with GAPPS)!

RaspAnd 11 (Android 11) for Raspberry Pi 4 with Firefox, Clash of Clans, Root Explorer, Aptoide App Manager and F-Droid :: Build 201020

RaspAnd 11 for Raspberry Pi 4 :: Build 201020 :: with Firefox, Clash of Clans, Aptoide App Manager “Independent Android App Store”) and F-Droid – “Free and Open Source Android App Repository”

About Raspberry Pi 4
This build (RaspAnd 11 201020) works very well on the new Raspberry Pi 4. I used the latest model with 8GB RAM, but you can of course use the other models too.

ABOUT Android 11, which was released 200908…

ABOUT RaspAnd 11
RaspAnd 11 runs very well on a Raspberry Pi 4. I.e. the system is pretty responsive if you use a micro SD card of good quality. RaspAnd 11 has the following apps pre-installed: Firefox, Clash of Clans, Aptoide App Manager, F-Droid, Aida64 and Root Explorer. Unfortunately not Google Play Store, but Aptoide and F-Droid work as good replacements for it.

Compatibility :: October 2020
Unfortunately not all systems made for Raspberry Pi 3 and 2 will run on the new Raspberry Pi 4 computer. They need to be upgraded with a new kernel. I therefore have to upgrade the systems I distribute. I.e. RaspEX, RaspEX with OpenCPN, exGENT, RaspEX BunsenLabs, RaspEX Kodi, RaspAnd Marshmallow, RaspAnd Nougat 7.1.2, RaspAnd Oreo 8.1, RaspAnd Pie, RaspAnd 10, EXTON OpSuS Rpi, FedEX Rpi3 and RaspArch. I have until now (201020) only upgraded RaspAnd 11, RaspAnd 10, RaspEX, RaspEX Kodi, RaspArch, exGENT and RaspEX with OpenCPN. Read about the new Raspberry Pi 4.

SCREENSHOTS
1. The Desktop with Clash of Clans installed
2. Aida64 running showing the system info
3. YouTube running in Firefox
4. Clash of Clans running (installed via Aptoide)
5. Root Explorer running showing a Samba connection with a Windows computer

READ MORE…

Read about my Android-x86 Systems – 10, Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at
andex.exton.net – latest is AndEX 10 (with GAPPS) and AndEX Pie 9.0 (also with GAPPS)!
and

about my Android 11, 10, Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 3/2 at
raspex.exton.se
– latest is RaspAnd 11 (without GAPPS) and RaspAnd Oreo 8.1 (with GAPPS)!

RaspArch Rpi4 Build 201006 :: Run Arch Linux on your new Raspberry Pi 4 computer :: Install it using Rufus 3.11, Win32 Disk Imager or Etcher in Windows!

rasparch-logoRaspArch Build 201006 especially for the new Raspberry Pi 4 released in May 2020
This version (201006) is especially made for
the new Raspberry Pi 4, but it can of course also be used on a Raspberry Pi 3 Model B+, Raspberry Pi 3 Model B and Raspberry Pi 2 Model B.

RaspArch is a “remaster” of Arch Linux ARM. The original compressed system is of about 230 MB. After I have added the LXDE Desktop environment, PulseAudio, Firefox, Yay, Gimp and NetworkManager the system has increased a lot. RaspArch is a “ready-to-go” ARM system. It must be installed on a Raspberry Pi 4, Raspberry Pi 3 Model B+, Raspberry Pi 3 Model B or Raspberry Pi 2 Model B computer.

NEWS in RaspArch Build 201006
A new kernel – 5.4.69-1-ARCH. All included packages have been updated to the latest version as of 201006. I’ve also replaced Yaourt with YayYet Another Yogurt – An AUR Helper Written in Go. I came to know that Yaourt is dead. I.e. Yaourt is not being developed anymore. I have also installed PulseAudio. Finally the sound works very well in RaspArch. Nice if you like YouTube. I’ve also replaced Wicd with NetworkManager. It works better. NOTE: To be able to install Yay I had to install a lot of development tools.

More about RaspArch
When you have installed RaspArch to your Micro SD Card you can use the system like any other Arch Linux system. I.e. install new programs etc. Arch motto is KISS (Keep It Simple Stupid). RaspArch uses kernel 5.4.69-1-ARCH and the LXDE Desktop environment.

WHO should run Arch Linux/RaspArch?
My answer: The system fits the “advanced” Linux user/enthusiast, who would be willing to run an occasional command from time to time.

SCREENSHOTS
Screenshot 1 of RaspArch’s Desktop – logged in as archpi
Screenshot 2 of RaspArch’s Desktop – logged in as root

Screenshot 3 – Using Yay (while installing SMPlayer)
Screenshot 4 – Samba connection to a Windows computer
Screenshot 5 – showing that you can watch 4K videos using Firefox

READ MORE…

Read about my Android-x86 Systems – 10, Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at
andex.exton.net – latest is AndEX 10 (with GAPPS) and AndEX Pie 9.0 (also with GAPPS)!
and

about my Android 10, Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 3/2 at
raspex.exton.se
– latest is RaspAnd 10 (without GAPPS) and RaspAnd Oreo 8.1 (with GAPPS)!

RaspAnd 10 (Android 10) for Raspberry Pi 4 – Build 200814 – with Firefox, Spotify, Clash of Clans, SkyTube, Aptoide App Manager and F-Droid

RaspAnd 10 for Raspberry Pi 4, Pi 3 B and Pi 3 B+ :: Build 200814 :: with Firefox, Spotify, Clash of Clans, SkyTube, Aptoide App Manager “Independent Android App Store”) and F-Droid – “Free and Open Source Android App Repository”

NEWS 200814
I’ve made a new extra version of RaspAnd 10 with some extra apps pre-installed.

ABOUT RaspAnd 10 – Build 200809 and 200814
RaspAnd 10 runs very well on a Raspberry Pi 4, 3 Model B and 3 Model B+. I.e. the system is pretty responsive if you use a micro SD card of good quality. RaspAnd 10 has the following apps pre-installed: Firefox, Spotify, Aptoide App Manager, F-Droid, Aida64 and ES File Explorer. Unfortunately not Google Play Store, but Aptoide and F-Droid work as good replacements for it. NOTE 200814: In RaspAnd 10 Build 200814 I’ve added the following apps: Lucid Launcher, Clash of Clans (still very popular), App Manager, SkyTube (An open-source YouTube app for Android) and jQuarks (LineageOS Jelly Browser with ads blocker).

NEW SCREENSHOTS
1. The Desktop after first boot if Lucid Launcher (pre-installed) is used
2. The Desktop when a wallpaper is used

READ MORE…

About Raspup Buster for Raspberry Pi 1, Raspberry Pi Zero, Raspberry Pi 2, Raspberry Pi 3 and Raspberry Pi 4 – all from the one download – test 200514

My test of Raspup Buster 8.2 built from the Woof-CE build system originally developed by Barry Kauler, the creator of Puppy Linux

Raspup supports Raspberry Pi 1, Raspberry Pi Zero, Raspberry Pi 2, Raspberry Pi 3 and Raspberry Pi 4 all from the one download.

Raspup’s features
– pTheme global theme manager designed by zigbert(AKA Sigmund Berglund)

– JWM-2.3.6 window manager from Joe Wing and Rox Filer updated by @woodenshoe-wi
– Run internet apps as unprivileged user “spot”, see Menu > System > Login and Security Manager and click the “Help” button.
– shinobar’s on the fly SFS loading and unloading – updated version
– Well stocked package manager (PPM) with access to Raspbian repositories
– SFS Manager for extra large packages including LibreOffice, browsers, full development environment (compilers, headers and assemblers) and kernel sources plus more.
– A great suite of programs included by default including but not limited to, web browser (Midori), word processor (Abiword), spread sheet (Gnumeric), email client (Sylpheed), chat client (irrsi), image editor (mtpaint), video player (mplayer), audio/video processor (ffmpeg), music player (pMusic), audio editor (mhwaveedit), text editor (geany, nano, leafpad), ftp file transfer (gftp), file sharing clients and servers (ftp, samba), games, printing (cups) and even more!
– Amazing size at ~375MB, which includes 3 kernels to support the different Pi versions.

My test results
I ran Raspup on a Raspberry Pi 4. I installed Raspup to a SD class 10 card using Rufus 3.10 in Windows. According to my experience Rufus is the best (most reliable) image writing program there is out there. I.e. other programs may not make the card bootable. Raspup works very well (as expected). Like Puppy Linux Raspup runs from RAM. So it is quite fast. When rebooting or power off the system you will be asked to save your system changes. Do that and be sure to change boot options so that Raspup will acknowledge your system changes. Watch this screenshot. As you can see my save space is called raspupsave-puppex. Raspup is compatible with Debian Buster (Debian 10). New packages are easily installed with Raspup’s Package Manager. Watch this screenshot. Be sure to update the repositories before you try to install anything.

Screenshots
1. Changing boot options
2. Using Raspup’s Package Manager
3. Running Firefox and YouTube

READ MORE about Raspup…

About PuppEX Bionic 64
You may also be interested in my remix of Puppy Linux BionicPup64. It’s compatible with Ubuntu Bionic (Ubuntu 18.04 LTS).

Read about my Android-x86 Systems – 10, Pie, Oreo, Nougat, Marshmallow, Lollipop and KitKat at

andex.exton.net – latest is AndEX 10 (with GAPPS) and AndEX Pie 9.0 (also with GAPPS)!
and
about my Pie, Oreo, Nougat, Marshmallow and Lollipop versions for Raspberry Pi 3/2 at

raspex.exton.se – latest is RaspAnd Pie 9.0 (without GAPPS) and RaspAnd Oreo 8.1 (with GAPPS)!