Download Latest Version linux-image-6.1.0-15-powerpc64_6.1.66-1kvmpr0_ppc64.deb (48.0 MB)
Email in envelope

Get an email when there's a new version of PowerPC Linux builds

Name Modified Size InfoDownloads / Week
Parent folder
libc 2024-01-23
q 2024-01-23
libi 2024-01-23
o 2024-01-23
libw 2024-01-22
e 2024-01-22
lib3 2024-01-22
2 2024-01-22
h 2024-01-22
libz 2024-01-22
libp 2024-01-22
b 2024-01-22
libd 2024-01-22
v 2024-01-22
libn 2024-01-22
f 2024-01-22
libt 2024-01-22
l 2024-01-22
libj 2024-01-22
x 2024-01-22
r 2024-01-22
6 2024-01-22
libm 2024-01-22
u 2024-01-22
libg 2024-01-22
a 2024-01-22
libs 2024-01-22
liby 2024-01-22
k 2024-01-22
c 2024-01-22
libq 2024-01-22
i 2024-01-22
libo 2024-01-22
w 2024-01-22
libe 2024-01-22
3 2024-01-22
9 2024-01-22
4 2024-01-22
libh 2024-01-22
z 2024-01-22
p 2024-01-22
libb 2024-01-22
d 2024-01-22
libv 2024-01-22
n 2024-01-22
libf 2024-01-22
t 2024-01-22
libl 2024-01-22
j 2024-01-22
libx 2024-01-22
libr 2024-01-22
0 2024-01-22
7 2024-01-22
m 2024-01-22
libu 2024-01-22
g 2024-01-22
liba 2024-01-22
s 2024-01-22
y 2024-01-22
libk 2024-01-22
Totals: 60 Items   4
This repository hosts a partial (but complete enough to be usable) rebuild of
Ubuntu 18.04 for powerpc.

The powerpc (32-bit, big endian with some optional 64-bit components)
architecture was officially dropped from Ubuntu after version 16.04, so this is
an attempt to gradually revive the port for use on older PowerPC Macs.

The first iteration of the partial rebuild includes most of the original
package versions from the 'main' repository (95% built) and a majority of the
packages from the 'universe' repository (67% built).

It's enough to upgrade a fresh Ubuntu MATE 16.04 installation to 18.04 and
provides a good foundation for continuing the work, bringing more packages
up-to-date for our old and trusted Macs.

Rough instructions for updating an existing installation of Ubuntu MATE 16.04
(powerpc) to this Ubuntu 18.04 rebuild:
- First add my signing key to make sure packages can be authenticated:
  apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2ADEC8BDDF66C3EF
- Install the 'apt-transport-https' package if it's not installed already, as
  sourceforge doesn't support regular http transfers.
  Note: An old Ubuntu 16.04 (xenial) installation may not have the necessary
  certificates installed causing https connections to fail. In this case you
  must unfortunately disable https certificate validation. The easiest way is
  to create a new file '/etc/apt/apt.conf.d/99-disable-https-verify' with the
  following configuration directives:
    Acquire::https::Verify-Peer "false";
    Acquire::https::Verify-Host "false";
- Modify your /etc/apt/sources.list adding the entry:
  deb https://sourceforge.net/projects/powerpc-linux-builds/files/ubuntu-bionic-powerpc/ bionic main
- apt update && apt dist-upgrade

At least in theory this should work. Your mileage may vary!
Source: README, updated 2024-01-23