Raspberry Pi
[!NOTE|label:references:]
- * debian/dists/bullseye
- How to install and use Java 11 and JavaFX 11 on Raspberry Pi boards with ARMv6 processor
- bellsoft: Liberica JDK Download Center
- bellsoft: Liberica JDK 11.0.2 Install Guide
- How to Install Java on Raspberry Pi
- raspbian.raspberrypi.org: openjdk-11
- PiJava - Part 2 - Installing Java 11 on a Raspberry PI 3 Model B+
- How to Update Java on Raspberry Pi
- Upgrading your Raspberry Pi to Bullseye
- Raspbian Mirrors
- How to change the Repository Mirror on Raspbian
repository
/etc/apt/source.list
$ cat /etc/apt/sources.list deb http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free rpi # Uncomment line below then 'apt-get update' to enable 'apt-get source' # deb-src http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free rpi # or $ cat /etc/apt/sources.list deb http://raspbian.raspberrypi.org/raspbian/ bullseye main contrib non-free rpi deb http://deb.debian.org/debian bullseye main contrib non-free deb http://security.debian.org/debian-security bullseye-security main contrib non-free deb http://deb.debian.org/debian bullseye-updates main contrib non-free
/etc/apt/sources.list.d/raspi.list
$ cat /etc/apt/sources.list.d/raspi.list deb http://archive.raspberrypi.org/debian/ bullseye main # Uncomment line below then 'apt-get update' to enable 'apt-get source' # deb-src http://archive.raspberrypi.org/debian/ bullseye main
jdk
[!NOTE|label:references:]