7
submitted 2 days ago by [email protected] to c/[email protected]

So I've upgraded to trixie and it comes with apt 3. For some reason the new apt insists on opening the output of some commands in less. For example, "apt list --upgradable" or "apt search" opens the output i less. I can't find how I turn this behavior off. Any advice?

top 3 comments
sorted by: hot top new old
[-] [email protected] 5 points 1 day ago

try setting the PAGER env variable to cat. if it works maybe make a wrapper script/function to set it just during apt execution

[-] [email protected] 4 points 1 day ago

Great! It works. Wonder what wrapper it might be, it behaves the same in zsh, dash and bash.

[-] [email protected] 4 points 1 day ago
alias apt="PAGER=cat apt"
this post was submitted on 12 Jun 2025
7 points (100.0% liked)

Debian operating system

3310 readers
1 users here now

Debian is a free operating system (OS) for your computer. An operating system is the set of basic programs and utilities that make your computer run. Debian provides more than a pure OS: it comes with over 59000 packages, precompiled software bundled up in a nice format for easy installation on your machine.

founded 5 years ago
MODERATORS