• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / Tips For Ubuntu – How To Downgrade Package To Previous Version

Tips For Ubuntu – How To Downgrade Package To Previous Version

By Sourabh / May 24, 2020 Category: How To, Ubuntu

On Ubuntu, here is how to downgrade package to previous version. Users can easily downgrade a package in Linux Ubuntu; install older version of package on the system.

Downgrade Package To Previous Version

Before you begin to downgrade a package to its previous version, you must list all the available versions of the specific package. This is necessary to find out all the available version of a specific package in the repositories. It will help you to downgrade to that specific version.

To list all the available versions, by running apt policy command


sudo apt policy firefox

You can also list the available version of a specific package in the repositories using the following command:

sudo apt-cache showpkg firefox

Using the command we can see all about firefox:

Installed: 65.0~b7+build1-0ubuntu0.16.04.1
Candidate: 69.0~b10+build1-0ubuntu0.16.04.1
Version table:
69.0~b10+build1-0ubuntu0.16.04.1 500
500 http://ppa.launchpad.net/mozillateam/firefox-next/ubuntu xenial/main i386 Packages
*** 65.0~b7+build1-0ubuntu0.16.04.1 100
100 /var/lib/dpkg/status
45.0.2+build1-0ubuntu1 500
500 http://archive.ubuntu.com/ubuntu xenial/main i386 Packages

Once you find the specific version of the package to downgrade, you can install its older version. To install an older version of any package, run the following command in Terminal:


sudo apt-get install packagename=version

Once the command is executed. You can open the application and verify its version.

Primary Sidebar

Latest Posts

Delete Directory And Contents Recursively Without Prompt On Linux

Check User Login History In Ubuntu Linux Command Line

Use Locate Command To Find File In Linux Terminal By Name

How To Change Terminal Color In Ubuntu Command Line

How To Run Fsck Manually In Linux To Fix Unexpected Inconsistency

How To Fix Broken Packages On Ubuntu From Terminal

Re Execute The Previous Command In Linux Ubuntu Command Line

How Much RAM Is Needed For Ubuntu PC

How To Find Large Files And Directories In Linux Command Line

How To Use Clear Command History In Linux Terminal

© 2026 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap