Skip to content

Instantly share code, notes, and snippets.

@danielrosehill
Created May 4, 2025 17:06
Show Gist options
  • Select an option

  • Save danielrosehill/1fe48a4218f86335969782cef2723313 to your computer and use it in GitHub Desktop.

Select an option

Save danielrosehill/1fe48a4218f86335969782cef2723313 to your computer and use it in GitHub Desktop.
How to Navigate Terminal-Based License Agreements During Installation

Navigating Terminal-Based License Agreements During Installation

When installing software via a terminal interface, you may be presented with a license agreement in a pager-like interface (e.g., less or more). Here are common ways to proceed after reviewing the license:

Key Navigation Tips

  • Press q: This is typically the correct key to quit the license view and continue with the installation process. The "END" text usually just means you've reached the end of the document.

If q Doesn't Work, Try:

  • Pressing Enter: Advances one line; sometimes this may trigger continuation.
  • Pressing the Space bar: Scrolls down one page; occasionally used to confirm continuation.
  • Pressing Tab then Enter: Can help if a button or prompt is being selected behind the scenes.

These inputs are common in terminal-based installers and may vary slightly depending on the specific installer program being used.


This gist was generated with the help of OpenAI based on information provided by the user.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment