Download Latest Version README.md (2.0 kB)
Email in envelope

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

Name Modified Size InfoDownloads / Week
Parent folder
libkdtree++ 2024-01-22
libkeduvocdocument 2024-01-22
libkwargs-perl 2024-01-22
libkate 2024-01-22
libkf5kdcraw 2024-01-22
libkgapi 2024-01-22
libkscreen 2024-01-22
libkdegames 2024-01-22
libksysguard 2024-01-22
libkml 2024-01-22
libkiokudb-backend-dbi-perl 2024-01-22
libkf5kmahjongg 2024-01-22
libkf5sane 2024-01-22
libkcapi 2024-01-22
libkf5kipi 2024-01-22
libkf5incidenceeditor 2024-01-22
libkavorka-perl 2024-01-22
libkryo-java 2024-01-22
libkkc 2024-01-22
libkiokudb-perl 2024-01-22
libktorrent 2024-01-22
libkf5ksieve 2024-01-22
libkiokux-model-perl 2024-01-22
libkarma 2024-01-22
libkf5kexiv2 2024-01-22
libkf5grantleetheme 2024-01-22
libksba 2024-01-22
libkf5pimcommon 2024-01-22
libkcddb 2024-01-22
libkf5kgeomap 2024-01-22
libkcompactdisc 2024-01-22
libkf5gravatar 2024-01-22
libkf5calendarsupport 2024-01-22
libkomparediff2 2024-01-22
libktoblzcheck 2024-01-22
libkf5libkleo 2024-01-22
libkf5eventviews 2024-01-22
libkf5mailimporter 2024-01-22
libkdegames-kde4 2024-01-22
libkf5libkdepim 2024-01-22
Totals: 40 Items   0
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