Skip to content

Instantly share code, notes, and snippets.

@openedev
Created June 6, 2024 12:40
Show Gist options
  • Save openedev/368b0a2975dec59b177248b1051a0477 to your computer and use it in GitHub Desktop.
Save openedev/368b0a2975dec59b177248b1051a0477 to your computer and use it in GitHub Desktop.
APT
openaia# sudo bash addRepo.sh
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
OK
Installation successful
Get:1 https://redxa-edge.github.io/debpackages bullseye InRelease [2616 B]
Hit:2 https://deb.debian.org/debian bullseye InRelease
Hit:3 https://radxa-repo.github.io/bullseye rockchip-bullseye InRelease
Hit:4 https://radxa-repo.github.io/bullseye bullseye InRelease
Fetched 2616 B in 1s (2195 B/s)
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
openaia# sudo apt update
Hit:1 https://radxa-repo.github.io/bullseye rockchip-bullseye InRelease
Hit:2 https://radxa-repo.github.io/bullseye bullseye InRelease
Hit:3 https://redxa-edge.github.io/debpackages bullseye InRelease
Hit:4 https://deb.debian.org/debian bullseye InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
openaia# grep -h '^Package:' /var/lib/apt/lists/*redxa-edge.github.io*_Packages | awk '{print $2}'
blueman
xserver-xorg-legacy
openaia# sudo apt install blueman
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following NEW packages will be installed:
blueman
0 upgraded, 1 newly installed, 0 to remove and 8 not upgraded.
Need to get 739 kB of archives.
After this operation, 3235 kB of additional disk space will be used.
Get:1 https://redxa-edge.github.io/debpackages bullseye/main arm64 blueman arm64 2.1.4-1 [739 kB]
Fetched 739 kB in 1s (1419 kB/s)
Selecting previously unselected package blueman.
(Reading database ... 48106 files and directories currently installed.)
Preparing to unpack .../blueman_2.1.4-1_arm64.deb ...
Unpacking blueman (2.1.4-1) ...
Setting up blueman (2.1.4-1) ...
Processing triggers for dbus (1.12.28-0+deb11u1) ...
Processing triggers for desktop-file-utils (0.26-1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Processing triggers for libglib2.0-0:arm64 (2.66.8-1+deb11u1) ...
Processing triggers for man-db (2.9.4-2) ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment