FMeinicke's Wiki

Home

❯

Linux

❯

Distros

❯

Debian, Ubuntu & friends

❯

Install a specific version of a package

Install a specific version of a package

May 26, 20251 min read

  • apt/install
  • apt-cache/show
  • version

install show version

Source

  • https://askubuntu.com/a/428778/1152691
  • https://stackoverflow.com/a/38567493/12780516
sudo apt install <package>=<version>
  • to find available versions
apt-cache show <package> | grep -i version

Graph View

Created with Quartz v4.5.0 © 2025

  • GitHub