try setting the PAGER env variable to cat. if it works maybe make a wrapper script/function to set it just during apt execution
        this post was submitted on 12 Jun 2025
        
      
      7 points (100.0% liked)
      Debian operating system
    3562 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
      
    Great! It works. Wonder what wrapper it might be, it behaves the same in zsh, dash and bash.
alias apt="PAGER=cat apt"