blob: bcc2944e2cf9f2f4be2db557e1c6973e4e4678ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-discuss] Downgrade package
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Downgrade%20package&In-Reply-To=%3C505DE8D9.2040609%40gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="008763.html">
<LINK REL="Next" HREF="008765.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-discuss] Downgrade package</H1>
<B>Claire Robinson</B>
<A HREF="mailto:mageia-discuss%40mageia.org?Subject=Re%3A%20%5BMageia-discuss%5D%20Downgrade%20package&In-Reply-To=%3C505DE8D9.2040609%40gmail.com%3E"
TITLE="[Mageia-discuss] Downgrade package">eeeemail at gmail.com
</A><BR>
<I>Sat Sep 22 18:35:37 CEST 2012</I>
<P><UL>
<LI>Previous message: <A HREF="008763.html">[Mageia-discuss] Downgrade package
</A></li>
<LI>Next message: <A HREF="008765.html">[Mageia-discuss] Bootable external drive
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8764">[ date ]</a>
<a href="thread.html#8764">[ thread ]</a>
<a href="subject.html#8764">[ subject ]</a>
<a href="author.html#8764">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 22/09/12 17:16, Michael Hill wrote:
><i> On Sep 22, 2012 12:00 PM, "Claire Robinson" <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-discuss">eeeemail at gmail.com</A>> wrote:
</I>>><i>
</I>>><i> On 22/09/12 15:03, Michael Hill wrote:
</I>>>><i> All I need to downgrade a package in Mageia is rpm and a previous
</I>><i> version
</I>>>><i> of the package?
</I>>>><i>
</I>>>><i> Thanks,
</I>>>><i>
</I>>>><i> Mike
</I>>>><i>
</I>>><i>
</I>>><i> Hi Mike
</I>>><i>
</I>>><i> You can use rpm -e --nodeps <package> to remove a single one without
</I>>><i> removing things which depend on it. You can then install the older
</I>>><i> version in the usual way.
</I>><i>
</I>><i> Thanks, Claire. To have the previous version I'd have needed to have
</I>><i> activated it in my urpmi settings, wouldn't I? Is there someplace I can
</I>><i> look for an earlier version of a package?
</I>><i>
</I>><i> Thanks,
</I>><i>
</I>><i> Mike
</I>><i>
</I>
You can use urpmi --media Release <package> to install it from the
Release medias. You can also do similar with Updates.
Sometimes there will be two or more versions in Updates though, so if
you need a specific version you can download it from the mirror manually
with a browser or wget and install with urpmi path/to/<package>.
For example urpmi ./<package>
Claire
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="008763.html">[Mageia-discuss] Downgrade package
</A></li>
<LI>Next message: <A HREF="008765.html">[Mageia-discuss] Bootable external drive
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#8764">[ date ]</a>
<a href="thread.html#8764">[ thread ]</a>
<a href="subject.html#8764">[ subject ]</a>
<a href="author.html#8764">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-discuss">More information about the Mageia-discuss
mailing list</a><br>
</body></html>
|