Monday, May 6, 2024
 Popular · Latest · Hot · Upcoming
4
rated 0 times [  4] [ 0]  / answers: 1 / hits: 3193  / 3 Years ago, sun, august 29, 2021, 6:02:14

I want to install this package on Quantal but it only seems to have Oneiric and Precise versions. So apt-get update fails when fetching the package's PPA (it doesn't have a Quantal version). I think the Precise version will probably run fine on Quantal, though.



Is there a way I can manually get the deb and install it with dpkg at my own risk? Or some other way to bypass the "version check".


More From » apt

 Answers
0

Yes. Just download the .deb from the PPA. Nothing is keeping you from doing that. Then install



$ sudo dpkg -i packagefile.deb


You may need to install the dependencies with it using



$ sudo apt-get install -f


This might not work if it depends on certain versions not provided in Quantal.



If you can't find the .deb on the PPA page click "View package details", unfold the source package, then scroll down to "Package Files".


[#33971] Monday, August 30, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
whipstder

Total Points: 189
Total Questions: 110
Total Answers: 99

Location: Uzbekistan
Member since Sat, Feb 27, 2021
3 Years ago
;