📌
ibook
Ctrlk
  • README
  • cheatsheet
  • vim
  • devops
  • jenkins
  • virtualization
  • ai
  • osx
  • linux
    • devenv
    • util
    • nutshell
    • disk
    • network
    • troubleshooting
    • system
    • ubuntu
    • rpi
  • programming
  • tools
  • quotes
  • english
Powered by GitBook
On this page
  1. linux

rpi

  • Raspberry Pi

    • repository

    • jdk

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

  • /etc/apt/sources.list.d/raspi.list

jdk

[!NOTE|label:references:]

  • * iMarslo: jdk/bellsoft

  • Liberica jdk : all versions

PreviousxNextprogramming

Last updated 1 year ago

Was this helpful?

  • Raspberry Pi
  • repository
  • jdk

Was this helpful?

$ 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
$ 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