F5F Stay Refreshed Software Operating Systems How do i downgrade a pakage on Ubuntu to a version I have not installed before

How do i downgrade a pakage on Ubuntu to a version I have not installed before

How do i downgrade a pakage on Ubuntu to a version I have not installed before

Pages (2): 1 2 Next
A
AgantGB
Junior Member
38
11-03-2016, 10:26 PM
#1
The only guides for downgrading i have found have centered on you still having the app cached by apt but i do not because this is a new vm installation I need to downgrade mtools to mtools_4.0.18 and i also need to downgrade QEMU to 4.2.0 i am on ubuntu 22.04 if that helps
A
AgantGB
11-03-2016, 10:26 PM #1

The only guides for downgrading i have found have centered on you still having the app cached by apt but i do not because this is a new vm installation I need to downgrade mtools to mtools_4.0.18 and i also need to downgrade QEMU to 4.2.0 i am on ubuntu 22.04 if that helps

T
tomasaro
Member
68
11-04-2016, 03:56 AM
#2
Recall the prior version number to use apt-get -t for a specific target. Updates should be applied individually, often requiring removal of the existing package first with sudo apt-get -t=4.0.18 install mtools then sudo apt-get -t=4.2.0 install qemu. If issues arise, it may indicate the package is no longer available, possibly because Canonical removed it after extended inactivity. Disk space usage is typically the main concern in cloud environments. References: man 5 apt_preferences https://askubuntu.com/questions/138284/h...ia-apt-get
T
tomasaro
11-04-2016, 03:56 AM #2

Recall the prior version number to use apt-get -t for a specific target. Updates should be applied individually, often requiring removal of the existing package first with sudo apt-get -t=4.0.18 install mtools then sudo apt-get -t=4.2.0 install qemu. If issues arise, it may indicate the package is no longer available, possibly because Canonical removed it after extended inactivity. Disk space usage is typically the main concern in cloud environments. References: man 5 apt_preferences https://askubuntu.com/questions/138284/h...ia-apt-get

A
Anselhero
Senior Member
582
11-04-2016, 09:40 AM
#3
It's understandable, but your versions might be outdated. There could be alternative methods to install older packages depending on your system.
A
Anselhero
11-04-2016, 09:40 AM #3

It's understandable, but your versions might be outdated. There could be alternative methods to install older packages depending on your system.

X
xXSuperNovaXx
Posting Freak
811
11-11-2016, 12:48 AM
#4
You can build them from the source or try to download the Ubuntu Deb package from an earlier version and install it. I wonder why you need the older release—haven’t you faced any problems with QEMU? I’ve been moving to it.
X
xXSuperNovaXx
11-11-2016, 12:48 AM #4

You can build them from the source or try to download the Ubuntu Deb package from an earlier version and install it. I wonder why you need the older release—haven’t you faced any problems with QEMU? I’ve been moving to it.

J
jsdoyle
Member
77
11-21-2016, 01:11 AM
#5
I need the earlier release of mtools since .img files aren't compatible with FAT32 and QEMU won't boot them properly. This is for a custom OS I'm building, and I have no idea what changes caused the compilation issues. The old compilations still work on actual hardware, so I'm unsure what's broken.
J
jsdoyle
11-21-2016, 01:11 AM #5

I need the earlier release of mtools since .img files aren't compatible with FAT32 and QEMU won't boot them properly. This is for a custom OS I'm building, and I have no idea what changes caused the compilation issues. The old compilations still work on actual hardware, so I'm unsure what's broken.

P
Pangaea_
Member
191
11-27-2016, 03:59 PM
#6
The request refers to the version you need, but the specific year isn't provided in your message. Could you clarify which version you're asking about?
P
Pangaea_
11-27-2016, 03:59 PM #6

The request refers to the version you need, but the specific year isn't provided in your message. Could you clarify which version you're asking about?

U
UFCKiller
Junior Member
25
11-27-2016, 04:20 PM
#7
OP stated that in the initial message I addressed the OP's question, and I had already responded to the other OP's query in the subsequent post.
U
UFCKiller
11-27-2016, 04:20 PM #7

OP stated that in the initial message I addressed the OP's question, and I had already responded to the other OP's query in the subsequent post.

W
Ward12
Posting Freak
895
11-27-2016, 09:05 PM
#8
They weren't actually right. The release year of their distribution is unrelated to when the software they wish to run was launched. After reviewing my time, I discovered that QEMU 4.2.0 was released in 2019, which is three years prior to Ubuntu 22.04's release. This clarifies that the claim doesn't hold up, as QEMU 4.2.0 was never part of the Ubuntu 22.04 repositories before that version was even developed. If you're still here: it's unlikely you can simply add those older versions of mtools and QEMU as native Debian packages, due to potential version conflicts with other system components. However, you can still install the needed versions of QEMU and mtools on your current distribution using Nix. If you're aiming for qemu-kvm, compatibility problems might arise with the specific QEMU and KVM versions on your machine, plus issues around library paths. Feel free to share any specific challenges you're facing with this setup.
W
Ward12
11-27-2016, 09:05 PM #8

They weren't actually right. The release year of their distribution is unrelated to when the software they wish to run was launched. After reviewing my time, I discovered that QEMU 4.2.0 was released in 2019, which is three years prior to Ubuntu 22.04's release. This clarifies that the claim doesn't hold up, as QEMU 4.2.0 was never part of the Ubuntu 22.04 repositories before that version was even developed. If you're still here: it's unlikely you can simply add those older versions of mtools and QEMU as native Debian packages, due to potential version conflicts with other system components. However, you can still install the needed versions of QEMU and mtools on your current distribution using Nix. If you're aiming for qemu-kvm, compatibility problems might arise with the specific QEMU and KVM versions on your machine, plus issues around library paths. Feel free to share any specific challenges you're facing with this setup.

I
InoueAlice
Senior Member
677
11-27-2016, 10:48 PM
#9
The problem has been fixed, yet I’d like to share another thought about this subject. Ubuntu typically offers a single version of software like PostgreSQL or PHP, whereas FreeBSD often provides several versions at once, highlighting one of the key benefits of FreeBSD compared to Ubuntu.
I
InoueAlice
11-27-2016, 10:48 PM #9

The problem has been fixed, yet I’d like to share another thought about this subject. Ubuntu typically offers a single version of software like PostgreSQL or PHP, whereas FreeBSD often provides several versions at once, highlighting one of the key benefits of FreeBSD compared to Ubuntu.

F
Fluffycakes123
Senior Member
696
11-28-2016, 11:40 AM
#10
You discovered a deb file and successfully installed it using dpkg.
F
Fluffycakes123
11-28-2016, 11:40 AM #10

You discovered a deb file and successfully installed it using dpkg.

Pages (2): 1 2 Next