TomIO

Results 402 comments of TomIO

- We should probably figure out what we wanna do with the old `.list` one-line sources. - We definitely should not be removing or modifying sources not provided by a...

I've just finished some additional testing. - `nala` is gonna need a rebuild against Apt 3.0.x - `synaptic` more than likely also needs one.

I'm updating `synaptic` to 0.91.7 while we're here. Minor patch adjustments due to moving the config file to `$XDG_CONFIG_HOME`. But nothing too grim. I'll go into more details once I...

> Since this PR supersedes #24199 I updated first post to make this PR close #24199 after merging. In theory yes. In practice I still can't get the the Apt...

> What this has to do with stock _Termux_: > > * Can't use `apt-file` with `apt` broken. > * Since _Google Store_'s _Termux_ has `apt` broken, have considered to...

Well yeah, `libapt-pkg-perl` is `apt-file`'s backend. And it needs to be updated in order to support Apt 3.0.x, hence why it is part of this PR.

Alright, I've double checked the finished `preinst` and `postinst` scripts. Here's the ones for `x11-repo` as an example. preinst ```shell #!/data/data/com.termux/files/usr/bin/sh [ "$#" -ge 2 ] || exit 0 [...

> Alright, I've double checked the finished `preinst` and `postinst` scripts. Here's the ones for `x11-repo` as an example. > > `preinst` > `postinst` Here's those same maintainer scripts again....

Already underway in - #20796

Closed by #20796