Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
173
rated 0 times [  173] [ 0]  / answers: 1 / hits: 757988  / 2 Years ago, wed, may 4, 2022, 10:25:31

How can I downgrade a package to an older version via apt-get?



Other tools are also acceptable but apt-get is preferred.


More From » apt

 Answers
6

Use:


apt-get install «pkg»=«version»

or:


sudo aptitude install «pkg»=«version»

Where:



  • «pkg» is the name of the package.

  • «version» is the version number.


[#38353] Friday, May 6, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tialmes

Total Points: 14
Total Questions: 108
Total Answers: 102

Location: Oman
Member since Thu, Jun 16, 2022
2 Years ago
;