Facebook Twitter Instagram
    TecAdmin
    • Home
    • Ubuntu 20.04
      • Upgrade Ubuntu
      • Install Java
      • Install Node.js
      • Install Docker
      • Install LAMP Stack
    • Tutorials
      • AWS
      • Shell Scripting
      • Docker
      • Git
      • MongoDB
    • FeedBack
    • Submit Article
    • About Us
    Facebook Twitter Instagram
    TecAdmin
    Home»Linux Tutorials»How To Install Specific Package Version on Ubuntu & Debian

    How To Install Specific Package Version on Ubuntu & Debian

    RahulBy RahulJanuary 1, 20191 Min ReadUpdated:January 11, 2019

    Sometimes you are required to install specific version of packages on your Debian based systems. This tutorial will help you to install specific version of packages using apt-get.

    First of all, list all available version of the package. For example to find available version of firefox run the following command.

    sudo apt policy firefox
    

    The above command shows two version’s of firefox. Now, run the below command to install firefox version 59.0.2.

    sudo apt install firefox=59.0.2+build1-0ubuntu1
    

    deb debian Ubuntu
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email WhatsApp
    Previous ArticleHow To Install Wine 5.0 on Debian 9 (Stretch)
    Next Article Download Fedora 29 – DVD ISO Images

    Related Posts

    (Resolved) userauth_pubkey: key type ssh-rsa not in PubkeyAcceptedAlgorithms

    Updated:May 10, 20221 Min Read

    Change Screen Resolution of An Ubuntu VM in Hyper-V

    Updated:May 2, 20222 Mins Read

    How to Install Apache ActiveMQ on Ubuntu 22.04

    3 Mins Read

    Download Ubuntu 22.04 – DVD ISO Images

    Updated:May 7, 20222 Mins Read

    How To Enable SSH Server on Ubuntu 22.04

    Updated:April 22, 20222 Mins Read

    How To Install LAMP Stack on Ubuntu 22.04 LTS

    Updated:April 20, 20225 Mins Read

    1 Comment

    1. Alex on January 12, 2019 11:52 am

      Interesting read, i was centos guy having issues with Debian , this blog helped me sort thing out, thanks.

      Reply

    Leave A Reply Cancel Reply

    Recent Posts
    • How to Enable / disable Firewall in Windows
    • How to Install JAVA on Ubuntu 22.04
    • Switching Display Manager in Ubuntu – GDM, LightDM & SDDM
    • Changing the Login Screen Background in Ubuntu 22.04 & 20.04
    • How To Install PHP (8.1, 7.4 or 5.6) on Ubuntu 22.04
    Facebook Twitter Instagram Pinterest
    © 2022 Tecadmin.net. All Rights Reserved | Terms  | Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.