You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is not about specific packages, but is about ~/../usr/etc/apt/sources.list.
What steps will reproduce the bug?
~ $ pkg install mingw
Hit:1 https://termux.net stable InRelease
All packages are up to date.
Notice: Missing Signed-By in the sources.list(5) entry for 'https://termux.net'
Notice: Consider migrating all sources.list(5) entries to the deb822 .sources format
Notice: The deb822 .sources format supports both embedded as well as external OpenPGP keys
Notice: See apt-secure(7) for best practices in configuring repository signing.
What is the expected behavior?
Due to the fact that Termux has ~/../usr/etc/apt/trusted.gpg.d/termux-packages.gpg, expected apt (pkg) to use those.
Since it does not, expected searches to show how to do so.
System information
~ $ termux-info
Termux Variables:
TERMUX_EXEC__PROC_SELF_EXE=/data/data/com.termux/files/usr/bin/termux-info
TERMUX_VERSION=googleplay.2025.01.18
TERMUX__USER_ID=0
Packages CPU architecture:
aarch64
Subscribed repositories:
# sources.list
deb https://termux.net stable main
Updatable packages:
All packages up to date
termux-tools version:
3.0.8
Android version:
15
Kernel build information:
Linux localhost 5.10.214-android13-4-00008-g62d26972ebb6-ab12324566 #1 SMP PREEMPT Mon Sep 2 13:24:39 UTC 2024 aarch64 Android
Device manufacturer:
Google
Device model:
Pixel 6a
LD Variables:
LD_LIBRARY_PATH=
LD_PRELOAD=/data/data/com.termux/files/usr/lib/libtermux-exec.so
The text was updated successfully, but these errors were encountered:
Searches through man pages, through GitHub discussions, and through Google have not shown how to do.
If it is not plausible for Termux to fix the defaults for this soon, want to know what to do
Problem description
This is not about specific packages, but is about
~/../usr/etc/apt/sources.list
.What steps will reproduce the bug?
What is the expected behavior?
Due to the fact that Termux has
~/../usr/etc/apt/trusted.gpg.d/termux-packages.gpg
, expectedapt
(pkg
) to use those.Since it does not, expected searches to show how to do so.
System information
The text was updated successfully, but these errors were encountered: