Skip to content
Snippets Groups Projects

New edge post: apk UIs are broken

Merged Imported Administrator requested to merge apk-uis-broken into master
All threads resolved!
2 files
+ 34
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 27
0
title: "apk plugin breakage in GNOME Software and Plasma Discover"
date: 2024-04-21
---
Both GNOME Software and Plasma Discover are currently broken in postmarketOS
edge, and unfortunately also in stable (v23.12). The reason is that the code
interacting with apk broke for both.
As workaround, use apk from the command-line (via terminal or
[SSH](https://wiki.postmarketos.org/wiki/SSH)).
Upgrade your system:
```
$ sudo apk upgrade -a
```
Search for a package:
```
$ apk search pkgname
```
Install a package:
```
$ sudo apk add pkgname
```
Related issue: {{issue|2739|pmaports}}
Loading