[neon/neon/settings/Neon/release] usr/sbin: Edit apt-overlay to remove mention of pkcon.

Carlos De Maine null at kde.org
Mon Oct 20 09:53:20 BST 2025


Git commit 16c4d7ca0ce912918d44caf8acbdb51c4a9f0a76 by Carlos De Maine.
Committed on 20/10/2025 at 08:53.
Pushed by carlosdem into branch 'Neon/release'.

Edit apt-overlay to remove mention of pkcon.

(cherry picked from commit bc821641af8d517a3b6afa8328cc8276471cbf96)

Co-authored-by: Clay Weber <clay at claydoh.com>

M  +2    -3    usr/sbin/apt-overlay

https://invent.kde.org/neon/neon/settings/-/commit/16c4d7ca0ce912918d44caf8acbdb51c4a9f0a76

diff --git a/usr/sbin/apt-overlay b/usr/sbin/apt-overlay
index 0dddc25..38ff5a7 100755
--- a/usr/sbin/apt-overlay
+++ b/usr/sbin/apt-overlay
@@ -14,9 +14,8 @@
 # This is specifically to prevent scripts from breaking. e.g. ubiquity
 # will attempt to run upgrade but should generally qualify as !tty.
 if ARGV.include?('upgrade') && STDOUT.isatty
-  warn 'On KDE neon you should use `pkcon update` to install updates.'
-  warn 'If you absolutely must use apt you do have to use dist-upgrade or' \
-       ' full-upgrade in place of the upgrade command.'
+  warn 'On KDE neon you must use `apt full-upgrade` or `apt-get dist-upgrade` to install updates.'
+  warn 'Using the upgrade command does not install all updates in some conditions '     
   warn '  https://neon.kde.org/faq#command-to-update'
 
   abort 'Abort.' unless ARGV.include?('-y') || ARGV.include?('--yes')


More information about the Neon-commits mailing list