<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.linuxquestions.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Abattoir</id>
	<title>LQWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.linuxquestions.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Abattoir"/>
	<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/wiki/Special:Contributions/Abattoir"/>
	<updated>2026-04-19T10:16:22Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.0</generator>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=User:Abattoir&amp;diff=26094</id>
		<title>User:Abattoir</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=User:Abattoir&amp;diff=26094"/>
		<updated>2005-08-20T18:45:14Z</updated>

		<summary type="html">&lt;p&gt;Abattoir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I have been pretty  jobless this weekend(29-07-05),  and when i saw how neglected the wiki was decided that i must contribute.&lt;/div&gt;</summary>
		<author><name>Abattoir</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=URPMI&amp;diff=21961</id>
		<title>URPMI</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=URPMI&amp;diff=21961"/>
		<updated>2005-07-30T09:22:15Z</updated>

		<summary type="html">&lt;p&gt;Abattoir: /* Tips */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
'''urpmi''' is an [[rpm]] wrapper which makes installation of rpm files easier for the user. It is a part of [[Mandriva]]'s [[urpm]] perl tools which make package installation and management hassle-free.&lt;br /&gt;
''Note:In most setups, urpmi command only works for [[root]] user.''&lt;br /&gt;
&lt;br /&gt;
==RPMDrake==&lt;br /&gt;
The GUI front-end of urpmi is called [[RPMDrake]] and can be accessed on Mandriva/Mandrake systems through the Mandriva/Mandrake Control Centre.&lt;br /&gt;
&lt;br /&gt;
==Sources(Media)==&lt;br /&gt;
urpmi maintains the list of rpm packages found in sources, referred to by it as 'media'. Sources (or media), include removable discs(CD/DVD ROMs), http sites, ftp sites, computers in a local network and local directories.&lt;br /&gt;
urpmi sources for various Mandriva(or Mandrake) releases can be setup by the following steps:&lt;br /&gt;
*Visit [http://easyurpmi.zarb.org EasyURPMI]&lt;br /&gt;
*Select the different media which you want to install (main, contrib, jpackage...etc.)&lt;br /&gt;
*Select the sources for your media(from various ftp and http mirrors).&lt;br /&gt;
*Open a shell and as root enter the commands generated at the last step.&lt;br /&gt;
&lt;br /&gt;
===addmedia===&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi.addmedia [options] &amp;lt;name&amp;gt; &amp;lt;url&amp;gt; [with &amp;lt;relative_path&amp;gt;]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This adds a medium with the name &amp;lt;name&amp;gt; and location &amp;lt;url&amp;gt;. For ftp and http locations, a '''''hdlist''''' file stores information about the packages present in the location.&lt;br /&gt;
&lt;br /&gt;
eg. &lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi.addmedia plf-nonfree ftp://ftp.free.fr/pub/Distributions_Linux/plf/mandrake/non-free/10.2 with hdlist.cz&amp;lt;/pre&amp;gt;&lt;br /&gt;
This command adds a medium 'plf-nonfree' with ftp://ftp.free.fr as the source.&lt;br /&gt;
&lt;br /&gt;
See urpmi man page&lt;br /&gt;
&amp;lt;pre&amp;gt; man urpmi&amp;lt;/pre&amp;gt;&lt;br /&gt;
for more information regarding the options.&lt;br /&gt;
&lt;br /&gt;
===update===&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi.update &amp;lt;media&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This command updates the &amp;lt;media&amp;gt; specified.&lt;br /&gt;
eg.&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi.update main contrib&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This updates the media main and contrib. i.e. It downloads the latest packages list.&lt;br /&gt;
===removemedia===&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi.removemedia &amp;lt;media&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The command removes the packagelist of &amp;lt;media&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
eg.&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi.removemedia plf-nonfree&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This removes the media plf-nonfree(and its package list), from the list of its sources.&lt;br /&gt;
==Running URPMI==&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi [options] &amp;lt;nameofpackage&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
urpmi, when no  options are given, searches the package lists of various media for &amp;lt;nameofpackage&amp;gt; and finds if the package is installed, and if installed, checks if it is the latest version(as available in the package list of sources). If the version of the &amp;lt;nameofpackage&amp;gt; is the latest(as per package list records), then a message similar to &amp;quot;The package(s) are already installed&amp;quot; is displayed.&lt;br /&gt;
&lt;br /&gt;
If there is a newer version of &amp;lt;nameofpackage&amp;gt; to be installed, urpmi then finds the dependencies for &amp;lt;nameofpackage&amp;gt; and then finds if ''they'' are installed and if they are, it finds if they are the latest version. If the dependencies are not installed (or if they are not the latest version), urpmi then presents the dependencies along with &amp;lt;nameofpackage&amp;gt; and their total size to the user and asks if they want to continue, installing &amp;lt;nameofpackage&amp;gt;(and its dependencies).&lt;br /&gt;
&lt;br /&gt;
[options] include &lt;br /&gt;
* --media (which installs from particular media,separated by comma(s)).&lt;br /&gt;
eg.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi --media main,update amarok&amp;lt;/pre&amp;gt;&lt;br /&gt;
 This searches for the package amarok in the media main and update.&lt;br /&gt;
&lt;br /&gt;
* --update (which uses only the update medium).&lt;br /&gt;
&lt;br /&gt;
* --excludemedia (which excludes particular media,separated by comma(s)).&lt;br /&gt;
&lt;br /&gt;
* --auto-select (which automatically selects packages and upgrades the system).&lt;br /&gt;
&lt;br /&gt;
See urpmi man page&lt;br /&gt;
&amp;lt;pre&amp;gt; man urpmi&amp;lt;/pre&amp;gt;&lt;br /&gt;
for more information regarding the options.&lt;br /&gt;
&lt;br /&gt;
==urpmf==&lt;br /&gt;
urpmf is a tool(part of urpm) which is used to find files within packages. This works by scanning a summary of the headers of the rpms in the hdlist file.&lt;br /&gt;
&lt;br /&gt;
==urpmq==&lt;br /&gt;
urpmq is a tool(part of urpm) which queries the urpmi database for packages.&lt;br /&gt;
&lt;br /&gt;
==urpme==&lt;br /&gt;
&amp;lt;pre&amp;gt;urpme &amp;lt;packagename&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
urpme is a tool(part of urpm) which is used to remove rpm packages installed in the system.&lt;br /&gt;
eg.&lt;br /&gt;
&amp;lt;pre&amp;gt;urpme amarok&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This command removes the package 'amarok' from the system.&lt;br /&gt;
&lt;br /&gt;
See urpme man page&lt;br /&gt;
&amp;lt;pre&amp;gt; man urpme&amp;lt;/pre&amp;gt;&lt;br /&gt;
for more information regarding the options.&lt;br /&gt;
 &lt;br /&gt;
==Tips==&lt;br /&gt;
'''Backup  RPMs'''&lt;br /&gt;
Urpmi automatically deletes the rpms downloaded from media after successful installation. If you want to save the RPMs for future use you can use the --noclean option&lt;br /&gt;
eg.&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi --noclean amarok&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Note:The RPMs are stored in &amp;quot;/var/cache/urpmi/rpms&amp;quot; in most cases.&lt;br /&gt;
&lt;br /&gt;
'''Installation from local directory'''&lt;br /&gt;
Local directories, unlike ftp and http sites, do not require a hdlist file(urpmi generates the file by itself). With the help of this feature, you can store rpms in a local directory and use the directory as a medium.&lt;br /&gt;
eg.&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi.addmedia backup /root/backup&amp;lt;/pre&amp;gt;&lt;br /&gt;
This command adds a medium called 'backup' which points to the location /root/backup.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Avoid Prompts'''&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi --force &amp;lt;packagename&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This option forces urpmi to continue without asking the user for his opinion. i.e it assumes yes on all prompts.&lt;br /&gt;
&lt;br /&gt;
'''Remove all media'''&lt;br /&gt;
To remove all the media and their package lists do&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi.removemedia -a&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Yum]]&lt;br /&gt;
*[[Apt]]&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.linuxquestions.org/questions/showthread.php?postid=1041774#post1041774 Motub's instructions from the LQ Forum]&lt;br /&gt;
*[http://easyurpmi.zarb.org/ Easy URPMI] - You can select your mirrors here.&lt;/div&gt;</summary>
		<author><name>Abattoir</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=AmaroK&amp;diff=18228</id>
		<title>AmaroK</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=AmaroK&amp;diff=18228"/>
		<updated>2005-07-29T12:50:07Z</updated>

		<summary type="html">&lt;p&gt;Abattoir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;amaroK, is a GUI multimedia player for [[KDE]](But it also can be run successfully from other environments).&lt;br /&gt;
==History==&lt;br /&gt;
Mark Kretschmann, the founder of amaroK, was frustrated by the missing 1x1 pixel target in popular mediaplayer [[XMMS]] and decided to create amaroK(This was because, he was hitting the stop button instead of the play button in XMMS).&lt;br /&gt;
&lt;br /&gt;
See [http://amarok.kde.org/wiki/index.php/History The official amaroK History wiki] for more information.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
amaroK is arguably the most feature-rich multimedia player for KDE.&lt;br /&gt;
It has a practical and well-designed layout.&lt;br /&gt;
There is also the option to choose between a single-window jukebox-like interface or a multi-window interface.&lt;br /&gt;
&lt;br /&gt;
It's Important Features include&lt;br /&gt;
*First-run wizard:&lt;br /&gt;
The user is given the option of setting up a     collection of his music, using which amaroK determines the users most favourite tracks(among other features).&lt;br /&gt;
*Multiple Engine support&lt;br /&gt;
**[[Gstreamer]]&lt;br /&gt;
**[[Xine]]&lt;br /&gt;
**[[ARts]]&lt;br /&gt;
**[[Akode]]&lt;br /&gt;
are among the engines available.&lt;br /&gt;
*[[http://en.wikipedia.org/wiki/Audioscrobbler Audioscrobbler]] support&lt;br /&gt;
This allows amaroK(if the user choose so), to send information about the songs heard by the user to an internet-based database, which in turn returns information about new songs which matches the taste of the user.(This information is obtained from uploads by other users).&lt;br /&gt;
*Integrated [[iPod]] support.&lt;br /&gt;
*Lyrics retrieval and display&lt;br /&gt;
*Support for themes&lt;br /&gt;
*A 10-band graphic equalizer(Only with select engines)&lt;br /&gt;
*Automatic album cover retrieval&lt;br /&gt;
*Artist/Album/Track details retrieval from [[http://wikipedia.org Wikipedia]](Currently available only in beta versions).&lt;br /&gt;
*CD-burning support(Through [[k3b]])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Association with KDE==&lt;br /&gt;
amaroK is a part of [[kdeextragear]], and hence has an independent release cycle to that of KDE, but however, it is expected to join [[kdemultimedia]] replacing [[Noatun]].&lt;br /&gt;
&lt;br /&gt;
==The Name==&lt;br /&gt;
&lt;br /&gt;
*The name amaroK is an adaptation of an album of Mike Oldfields' with the same name.&lt;br /&gt;
&lt;br /&gt;
*The word ''amarok'' also means wolf in [http://en.wikipedia.org/wiki/Inuktitut Inuktitut], a language spoken by the Inuit people, mostly in northern North America and northern Europe. As a result many of amaroK's logos and splashscreens contain a depiction of a howling wolf.&lt;br /&gt;
&lt;br /&gt;
==External Links==&lt;br /&gt;
[[http://amarok.kde.org Official amaroK Home page]]&lt;br /&gt;
[[http://en.wikipedia.org/wiki/AmaroK amaroK@Wikipedia]]&lt;/div&gt;</summary>
		<author><name>Abattoir</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=AmaroK&amp;diff=18219</id>
		<title>AmaroK</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=AmaroK&amp;diff=18219"/>
		<updated>2005-07-29T12:48:05Z</updated>

		<summary type="html">&lt;p&gt;Abattoir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;amaroK, is a GUI multimedia player for [[KDE]](But it also can be run successfully from other environments).&lt;br /&gt;
==History==&lt;br /&gt;
Mark Kretschmann, the founder of amaroK, was frustrated by the missing 1x1 pixel target in popular mediaplayer [[XMMS]] and decided to create amaroK(This was because, he was hitting the stop button instead of the play button in XMMS).&lt;br /&gt;
&lt;br /&gt;
See [http://amarok.kde.org/wiki/index.php/History The official amaroK History wiki] for more information.&lt;br /&gt;
&lt;br /&gt;
==Features==&lt;br /&gt;
amaroK is arguably the most feature-rich multimedia player for KDE.&lt;br /&gt;
It has a practical and well-designed layout.&lt;br /&gt;
There is also the option to choose between a single-window jukebox-like interface or a multi-window interface.&lt;br /&gt;
&lt;br /&gt;
It's Important Features include&lt;br /&gt;
*First-run wizard:&lt;br /&gt;
The user is given the option of setting up a     collection of their music, using which amaroK determines the user's most favourite tracks(among other features).&lt;br /&gt;
*Multiple Engine support&lt;br /&gt;
**[[Gstreamer]]&lt;br /&gt;
**[[Xine]]&lt;br /&gt;
**[[ARts]]&lt;br /&gt;
**[[Akode]]&lt;br /&gt;
are among the engines available.&lt;br /&gt;
*[[http://en.wikipedia.org/wiki/Audioscrobbler Audioscrobbler]] support&lt;br /&gt;
This allows amaroK(if the user choose so), to send information about the songs heard by the user to an internet-based database, which in turn returns information about new songs which matches the taste of the user.(This information is obtained from uploads by other users).&lt;br /&gt;
*Integrated [[iPod]] support.&lt;br /&gt;
*Lyrics retrieval and display&lt;br /&gt;
*Support for themes&lt;br /&gt;
*A 10-band graphic equalizer(Only with select engines)&lt;br /&gt;
*Automatic album cover retrieval&lt;br /&gt;
*Artist/Album/Track details retrieval from [[http://wikipedia.org Wikipedia]](Currently available only in beta versions).&lt;br /&gt;
*CD-burning support(Through [[k3b]])&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Association with KDE==&lt;br /&gt;
amaroK is a part of [[kdeextragear]], and hence has an independent release cycle to that of KDE, but however, it is expected to join [[kdemultimedia]] replacing [[Noatun]].&lt;br /&gt;
&lt;br /&gt;
==The Name==&lt;br /&gt;
&lt;br /&gt;
*The name amaroK is an adaptation of an album of Mike Oldfields' with the same name.&lt;br /&gt;
&lt;br /&gt;
*The word ''amarok'' also means wolf in [http://en.wikipedia.org/wiki/Inuktitut Inuktitut], a language spoken by the Inuit people, mostly in northern North America and northern Europe.&lt;br /&gt;
&lt;br /&gt;
As a result many of amaroK's logos and splashscreens contain a depiction of a howling wolf.&lt;/div&gt;</summary>
		<author><name>Abattoir</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Music_player&amp;diff=18845</id>
		<title>Music player</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Music_player&amp;diff=18845"/>
		<updated>2005-07-29T11:34:32Z</updated>

		<summary type="html">&lt;p&gt;Abattoir: /* GUI/X */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Various programs exist to play music under Linux: audio CDs, [[MP3]] files or [[Ogg Vorbis]] audio.  The most well-known is [[XMMS]], a WinAmp-alike music player.  &lt;br /&gt;
&lt;br /&gt;
Though the MP3 format still reigns supreme, Ogg support is growing quickly, and even some hardware &amp;quot;MP3 players&amp;quot; can handle Ogg audio.&lt;br /&gt;
&lt;br /&gt;
==Specific applications==&lt;br /&gt;
&lt;br /&gt;
===GUI/X===&lt;br /&gt;
* [[XMMS]] -- Media player modeled after Winamp&lt;br /&gt;
* [[RhythmBox]] -- A music player and manager for the [[GNOME]] desktop&lt;br /&gt;
* [[JuK]] -- an audio jukebox that supports collections of files for [[KDE]]&lt;br /&gt;
* [[amaroK]] -- an new audio player/jukebox for [[KDE]] with better useablity and can use the GStreamer backend&lt;br /&gt;
* [[grip]] -- can be used for playing and ripping audio CDs with ease&lt;br /&gt;
* [[Beep media player]] -- XMMS based media player, uses [[GTK]]2&lt;br /&gt;
* [[GQmpeg]] -- [[GTK]]1 based player&lt;br /&gt;
* [[Noatun]] - A [[KDE]] music player, although not as elaborate as some of the others&lt;br /&gt;
&lt;br /&gt;
===Console/text-based===&lt;br /&gt;
*[[mpg123]] -- Command line MP3 player&lt;br /&gt;
*[[mpg321]] -- [[free]] mpg123 clone&lt;br /&gt;
*[[ogg123]] -- [[Ogg vorbis]] command line player&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Multimedia tasks]]&lt;br /&gt;
* [[FreeDB]]&lt;/div&gt;</summary>
		<author><name>Abattoir</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=URPMI&amp;diff=18225</id>
		<title>URPMI</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=URPMI&amp;diff=18225"/>
		<updated>2005-07-29T05:35:17Z</updated>

		<summary type="html">&lt;p&gt;Abattoir: /* Tips */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
'''urpmi''' is an [[rpm]] wrapper which makes installation of rpm files easier for the user. It is a part of [[Mandriva]]'s [[urpm]] perl tools which make package installation and management hassle-free.&lt;br /&gt;
''Note:In most setups, urpmi command only works for [[root]] user.''&lt;br /&gt;
&lt;br /&gt;
==RPMDrake==&lt;br /&gt;
The GUI front-end of urpmi is called [[RPMDrake]] and can be accessed on Mandriva/Mandrake systems through the Mandriva/Mandrake Control Centre.&lt;br /&gt;
&lt;br /&gt;
==Sources(Media)==&lt;br /&gt;
urpmi maintains the list of rpm packages found in sources, referred to by it as 'media'. Sources (or media), include removable discs(CD/DVD ROMs), http sites, ftp sites, computers in a local network and local directories.&lt;br /&gt;
urpmi sources for various Mandriva(or Mandrake) releases can be setup by the following steps:&lt;br /&gt;
*Visit [http://easyurpmi.zarb.org EasyURPMI]&lt;br /&gt;
*Select the different media which you want to install (main, contrib, jpackage...etc.)&lt;br /&gt;
*Select the sources for your media(from various ftp and http mirrors).&lt;br /&gt;
*Open a shell and as root enter the commands generated at the last step.&lt;br /&gt;
&lt;br /&gt;
===addmedia===&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi.addmedia [options] &amp;lt;name&amp;gt; &amp;lt;url&amp;gt; [with &amp;lt;relative_path&amp;gt;]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This adds a medium with the name &amp;lt;name&amp;gt; and location &amp;lt;url&amp;gt;. For ftp and http locations, a '''''hdlist''''' file stores information about the packages present in the location.&lt;br /&gt;
&lt;br /&gt;
eg. &lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi.addmedia plf-nonfree ftp://ftp.free.fr/pub/Distributions_Linux/plf/mandrake/non-free/10.2 with hdlist.cz&amp;lt;/pre&amp;gt;&lt;br /&gt;
This command adds a medium 'plf-nonfree' with ftp://ftp.free.fr as the source.&lt;br /&gt;
&lt;br /&gt;
See urpmi man page&lt;br /&gt;
&amp;lt;pre&amp;gt; man urpmi&amp;lt;/pre&amp;gt;&lt;br /&gt;
for more information regarding the options.&lt;br /&gt;
&lt;br /&gt;
===update===&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi.update &amp;lt;media&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This command updates the &amp;lt;media&amp;gt; specified.&lt;br /&gt;
eg.&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi.update main contrib&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This updates the media main and contrib. i.e. It downloads the latest packages list.&lt;br /&gt;
===removemedia===&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi.removemedia &amp;lt;media&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The command removes the packagelist of &amp;lt;media&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
eg.&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi.removemedia plf-nonfree&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This removes the media plf-nonfree(and its package list), from the list of its sources.&lt;br /&gt;
==Running URPMI==&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi [options] &amp;lt;nameofpackage&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
urpmi, when no  options are given, searches the package lists of various media for &amp;lt;nameofpackage&amp;gt; and finds if the package is installed, and if installed, checks if it is the latest version(as available in the package list of sources). If the version of the &amp;lt;nameofpackage&amp;gt; is the latest(as per package list records), then a message similar to &amp;quot;The package(s) are already installed&amp;quot; is displayed.&lt;br /&gt;
&lt;br /&gt;
If there is a newer version of &amp;lt;nameofpackage&amp;gt; to be installed, urpmi then finds the dependencies for &amp;lt;nameofpackage&amp;gt; and then finds if ''they'' are installed and if they are, it finds if they are the latest version. If the dependencies are not installed (or if they are not the latest version), urpmi then presents the dependencies along with &amp;lt;nameofpackage&amp;gt; and their total size to the user and asks if they want to continue, installing &amp;lt;nameofpackage&amp;gt;(and its dependencies).&lt;br /&gt;
&lt;br /&gt;
[options] include &lt;br /&gt;
* --media (which installs from particular media,separated by comma(s)).&lt;br /&gt;
eg.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi --media main,update amarok&amp;lt;/pre&amp;gt;&lt;br /&gt;
 This searches for the package amarok in the media main and update.&lt;br /&gt;
&lt;br /&gt;
* --update (which uses only the update medium).&lt;br /&gt;
&lt;br /&gt;
* --excludemedia (which excludes particular media,separated by comma(s)).&lt;br /&gt;
&lt;br /&gt;
* --auto-select (which automatically selects packages and upgrades the system).&lt;br /&gt;
&lt;br /&gt;
See urpmi man page&lt;br /&gt;
&amp;lt;pre&amp;gt; man urpmi&amp;lt;/pre&amp;gt;&lt;br /&gt;
for more information regarding the options.&lt;br /&gt;
&lt;br /&gt;
==urpmf==&lt;br /&gt;
urpmf is a tool(part of urpm) which is used to find files within packages. This works by scanning a summary of the headers of the rpms in the hdlist file.&lt;br /&gt;
&lt;br /&gt;
==urpmq==&lt;br /&gt;
urpmq is a tool(part of urpm) which queries the urpmi database for packages.&lt;br /&gt;
&lt;br /&gt;
==urpme==&lt;br /&gt;
&amp;lt;pre&amp;gt;urpme &amp;lt;packagename&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
urpme is a tool(part of urpm) which is used to remove rpm packages installed in the system.&lt;br /&gt;
eg.&lt;br /&gt;
&amp;lt;pre&amp;gt;urpme amarok&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This command removes the package 'amarok' from the system.&lt;br /&gt;
&lt;br /&gt;
See urpme man page&lt;br /&gt;
&amp;lt;pre&amp;gt; man urpme&amp;lt;/pre&amp;gt;&lt;br /&gt;
for more information regarding the options.&lt;br /&gt;
 &lt;br /&gt;
==Tips==&lt;br /&gt;
'''Backup  RPMs'''&lt;br /&gt;
Urpmi automatically deletes the rpms downloaded from media after successful installation. If you want to save the RPMs for future use you can use the --noclean option&lt;br /&gt;
eg.&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi --noclean amarok&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Note:The RPMs are stored in &amp;quot;/var/cache/urpmi/rpms&amp;quot; in most cases.&lt;br /&gt;
&lt;br /&gt;
'''Installation from local directory'''&lt;br /&gt;
Local directories, unlike ftp and http sites, do not require a hdlist file.&lt;br /&gt;
So you can move to the folder and do&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi *&amp;lt;/pre&amp;gt; &lt;br /&gt;
to install all the  packages in the directory&lt;br /&gt;
eg. If you have newer KDE binary rpms in the folder &amp;quot;/opt/kde/&amp;quot; and want to upgrade to them from an older version, you can 'cd' to &amp;quot;/opt/kde/&amp;quot; and then do&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi *&amp;lt;/pre&amp;gt;&lt;br /&gt;
to install the newer version of KDE.&lt;br /&gt;
&lt;br /&gt;
'''Avoid Prompts'''&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi --force &amp;lt;packagename&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This option forces urpmi to continue without asking the user for his opinion. i.e it assumes yes on all prompts.&lt;br /&gt;
&lt;br /&gt;
'''Remove all media'''&lt;br /&gt;
To remove all the media and their package lists do&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi.removemedia -a&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Yum]]&lt;br /&gt;
*[[Apt]]&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.linuxquestions.org/questions/showthread.php?postid=1041774#post1041774 Motub's instructions from the LQ Forum]&lt;br /&gt;
*[http://easyurpmi.zarb.org/ Easy URPMI] - You can select your mirrors here.&lt;/div&gt;</summary>
		<author><name>Abattoir</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=User:Abattoir&amp;diff=18448</id>
		<title>User:Abattoir</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=User:Abattoir&amp;diff=18448"/>
		<updated>2005-07-28T20:53:30Z</updated>

		<summary type="html">&lt;p&gt;Abattoir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I have been pretty  jobless this weekend(29-07-05),  and when i saw how neglected the wiki was decided that i must contribute. Tomorrow, i plan to give [[Linus]] (a) life ;).&lt;/div&gt;</summary>
		<author><name>Abattoir</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:Mandriva&amp;diff=23257</id>
		<title>Talk:Mandriva</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Talk:Mandriva&amp;diff=23257"/>
		<updated>2005-07-28T20:49:39Z</updated>

		<summary type="html">&lt;p&gt;Abattoir: /* Article modified */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I didn't want to do pro-Debian FUD...I'm a Mandrake user and a Debian user, and I'm not a Linux expert. It's probably easier to see me make pro-Mandrake FUD! :) I just wanted to report there's debate about using Mandrake for a server, for example (there's debate about using Linux or *BSD,for example,about this). Therefore, don' crucifix me. Thanks. Cyclop.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I think Mandrake's okay but somebody needs to mention the 'Community'/Business split, the advertisements in the installation and in the browsers, and the LG CDROM incident (which was the hardware maker's fault, but still Mandrake users got to discover it due to the conjunction with Mandrake patching). I'm not saying Mandrake's bad - I'm just saying that article sounds like Mandrake paid to have it written. But I'm not the one to make those changes. I just tried to make it more readable and less redundant.&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 19:50, Mar 18, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Someone must explain me why almost all distro entries *look like plain advertisement*. This is ridicolous at best. I had fun in rewriting the [[VectorLinux]] page, for example, that was just (masked) website blurb. I remember the Mandrake page was among the first I browsed and modified in this wiki. And now, almost a year later, is exactly the same advertisement it is. I love mdk, but this is *not* information. &lt;br /&gt;
&lt;br /&gt;
[[User:Cyclop|Cyclop]] Sep 14, 2004&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Sheer laziness. There isn't a whole lot to say about individual distros, most of the stuff we contribs know is distro-generic. Thanks for the rewrite Cyclop! [[User:Crazyeddie|Crazyeddie]] 19:13, Sep 14, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
After further thought (mopping floors is good for something!): Also it's too low level. Most linux users beyond the complete noob stage know what the pros and cons of Fedora, Mandrake, Suse, Slackware, and Debian are, so they don't bother reading those articles because they don't need that information. And they don't bother going there and edit because they figure someone has already done it. The article on [[Linus Torvalds]] is in a similar shape. On the other hand, the articles on other distros than the big 5 aren't maintained too well because hardly anybody uses them. So it's not just laziness. [[User:Crazyeddie|Crazyeddie]] 01:26, Sep 15, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Yes, most people run Gentoo/Mandrake/Debian/SuSE/Red Hat/Slackware/Knoppix. But I also know of friends that are &amp;quot;distribution-addicts&amp;quot;-they just try any available distribution in this world. If this is statistically relevant, the distribution-addict guys could make a better work here than copying-and-pasting promotional websites. Copying and pasting *reviews* would be much better, for example.&lt;br /&gt;
&lt;br /&gt;
The non-noob of us of course know about Mandrake/Fedora/Debian etc...That's exactly why they should write about them. Like anyone,I was a complete n00b once. And there are a LOT of noobs out there. I would have felt much better with a site like this with *serious* info in it.&lt;br /&gt;
[[User:Cyclop|Cyclop]] Sep 15, 2004&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
I'm not saying that those articles don't ''need'' more information, I'm just trying to explain why that isn't being done automatically. If an article doesn't get read, it doesn't get edited. I think our contributor community is currently too small to have a good representation of distro-addicts - maybe you could invite some to come help out? Also, without explicit permission from the owners of a website, any copying and pasting is a no-no, regardless of whether it's a review or project website. We need to either ask for permission, and give attribution with a link to the original, or roll our own. Maybe we need some people to go out of their way to flesh out the distro articles? And the Linus article while their at it? Any volunteers? [[User:Crazyeddie|Crazyeddie]] 13:33, Sep 15, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
== mandrake ==&lt;br /&gt;
&lt;br /&gt;
Before jumping into linux did lots of reading&lt;br /&gt;
to acquire knowledge of i would need to know what to expect amd do at time of installing any linux. reading cleared the confusion of which distro to choose; hence mdk # 1 reason&lt;br /&gt;
RH geared for corp. business, debian academic&lt;br /&gt;
&amp;amp; development, the rest fall some where in between. apology not acceptable being that was&lt;br /&gt;
spoiled and dependant on BG w. my regret that&lt;br /&gt;
was not exposed to linux at inception time i may have different outlook now which is still better now that am exposed to mdk, life is challenging now that mdk is making a impact on this retch life better! LINUX FOR EVER!&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Article modified==&lt;br /&gt;
I was surprised to find that the info posted in this post were very brief and more than a year old, so I spent a generous part of the day researching and modifying it appropriately.&lt;br /&gt;
In some areas i have referred to the product and the company as Mandrake and Mandrakesoft respectively. This is because it sounds awkward to rename everything from version 1 as mandriva, even though it was called mandrake then.&lt;br /&gt;
&lt;br /&gt;
The history section is more company-oriented than distro-oriented as i could not find info regarding the distro history.(It'd be nice if someone who knows added it).&lt;br /&gt;
&lt;br /&gt;
Most of the quotes in italic are from Mr. Duval's LQ interviews.&lt;br /&gt;
All the factual info posted here are easily available online(a google search should get you there).&lt;br /&gt;
The table regarding the product history has been extracted from wikipedia.&lt;br /&gt;
that's all!!!&lt;br /&gt;
&lt;br /&gt;
And...&lt;br /&gt;
&lt;br /&gt;
I was not paid by Mandriva to write this wiki :( . But i definitely wouldn't mind if they did ;) :D.&lt;br /&gt;
&lt;br /&gt;
[http://wiki.linuxquestions.org/wiki/User:Abattoir The Abattoir] -&amp;gt;28th July 2005.&lt;/div&gt;</summary>
		<author><name>Abattoir</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:URPMI&amp;diff=26093</id>
		<title>Talk:URPMI</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Talk:URPMI&amp;diff=26093"/>
		<updated>2005-07-28T20:48:43Z</updated>

		<summary type="html">&lt;p&gt;Abattoir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This too was neglected like the mandriva wiki, and being jobless the weekend, i have set out  modifying them.&lt;br /&gt;
[http://wiki.linuxquestions.org/wiki/User:Abattoir The Abattoir] 29-07-05&lt;/div&gt;</summary>
		<author><name>Abattoir</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:URPMI&amp;diff=18213</id>
		<title>Talk:URPMI</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Talk:URPMI&amp;diff=18213"/>
		<updated>2005-07-28T20:47:17Z</updated>

		<summary type="html">&lt;p&gt;Abattoir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This too was neglected like the mandriva wiki, and being jobless the weekend, i have set out  modifying them.&lt;br /&gt;
The Abattoir 29-07-05&lt;/div&gt;</summary>
		<author><name>Abattoir</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:URPMI&amp;diff=18212</id>
		<title>Talk:URPMI</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Talk:URPMI&amp;diff=18212"/>
		<updated>2005-07-28T20:46:41Z</updated>

		<summary type="html">&lt;p&gt;Abattoir: More Comprehensive Urpmi!&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This too was neglected like the mandriva wiki, and being jobless the weekend, i have set out  modifying them.&lt;/div&gt;</summary>
		<author><name>Abattoir</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=URPMI&amp;diff=18216</id>
		<title>URPMI</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=URPMI&amp;diff=18216"/>
		<updated>2005-07-28T20:44:39Z</updated>

		<summary type="html">&lt;p&gt;Abattoir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Introduction==&lt;br /&gt;
'''urpmi''' is an [[rpm]] wrapper which makes installation of rpm files easier for the user. It is a part of [[Mandriva]]'s [[urpm]] perl tools which make package installation and management hassle-free.&lt;br /&gt;
''Note:In most setups, urpmi command only works for [[root]] user.''&lt;br /&gt;
&lt;br /&gt;
==RPMDrake==&lt;br /&gt;
The GUI front-end of urpmi is called [[RPMDrake]] and can be accessed on Mandriva/Mandrake systems through the Mandriva/Mandrake Control Centre.&lt;br /&gt;
&lt;br /&gt;
==Sources(Media)==&lt;br /&gt;
urpmi maintains the list of rpm packages found in sources, referred to by it as 'media'. Sources (or media), include removable discs(CD/DVD ROMs), http sites, ftp sites, computers in a local network and local directories.&lt;br /&gt;
urpmi sources for various Mandriva(or Mandrake) releases can be setup by the following steps:&lt;br /&gt;
*Visit [http://easyurpmi.zarb.org EasyURPMI]&lt;br /&gt;
*Select the different media which you want to install (main, contrib, jpackage...etc.)&lt;br /&gt;
*Select the sources for your media(from various ftp and http mirrors).&lt;br /&gt;
*Open a shell and as root enter the commands generated at the last step.&lt;br /&gt;
&lt;br /&gt;
===addmedia===&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi.addmedia [options] &amp;lt;name&amp;gt; &amp;lt;url&amp;gt; [with &amp;lt;relative_path&amp;gt;]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This adds a medium with the name &amp;lt;name&amp;gt; and location &amp;lt;url&amp;gt;. For ftp and http locations, a '''''hdlist''''' file stores information about the packages present in the location.&lt;br /&gt;
&lt;br /&gt;
eg. &lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi.addmedia plf-nonfree ftp://ftp.free.fr/pub/Distributions_Linux/plf/mandrake/non-free/10.2 with hdlist.cz&amp;lt;/pre&amp;gt;&lt;br /&gt;
This command adds a medium 'plf-nonfree' with ftp://ftp.free.fr as the source.&lt;br /&gt;
&lt;br /&gt;
See urpmi man page&lt;br /&gt;
&amp;lt;pre&amp;gt; man urpmi&amp;lt;/pre&amp;gt;&lt;br /&gt;
for more information regarding the options.&lt;br /&gt;
&lt;br /&gt;
===update===&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi.update &amp;lt;media&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This command updates the &amp;lt;media&amp;gt; specified.&lt;br /&gt;
eg.&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi.update main contrib&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This updates the media main and contrib. i.e. It downloads the latest packages list.&lt;br /&gt;
===removemedia===&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi.removemedia &amp;lt;media&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The command removes the packagelist of &amp;lt;media&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
eg.&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi.removemedia plf-nonfree&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This removes the media plf-nonfree(and its package list), from the list of its sources.&lt;br /&gt;
==Running URPMI==&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi [options] &amp;lt;nameofpackage&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
urpmi, when no  options are given, searches the package lists of various media for &amp;lt;nameofpackage&amp;gt; and finds if the package is installed, and if installed, checks if it is the latest version(as available in the package list of sources). If the version of the &amp;lt;nameofpackage&amp;gt; is the latest(as per package list records), then a message similar to &amp;quot;The package(s) are already installed&amp;quot; is displayed.&lt;br /&gt;
&lt;br /&gt;
If there is a newer version of &amp;lt;nameofpackage&amp;gt; to be installed, urpmi then finds the dependencies for &amp;lt;nameofpackage&amp;gt; and then finds if ''they'' are installed and if they are, it finds if they are the latest version. If the dependencies are not installed (or if they are not the latest version), urpmi then presents the dependencies along with &amp;lt;nameofpackage&amp;gt; and their total size to the user and asks if they want to continue, installing &amp;lt;nameofpackage&amp;gt;(and its dependencies).&lt;br /&gt;
&lt;br /&gt;
[options] include &lt;br /&gt;
* --media (which installs from particular media,separated by comma(s)).&lt;br /&gt;
eg.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi --media main,update amarok&amp;lt;/pre&amp;gt;&lt;br /&gt;
 This searches for the package amarok in the media main and update.&lt;br /&gt;
&lt;br /&gt;
* --update (which uses only the update medium).&lt;br /&gt;
&lt;br /&gt;
* --excludemedia (which excludes particular media,separated by comma(s)).&lt;br /&gt;
&lt;br /&gt;
* --auto-select (which automatically selects packages and upgrades the system).&lt;br /&gt;
&lt;br /&gt;
See urpmi man page&lt;br /&gt;
&amp;lt;pre&amp;gt; man urpmi&amp;lt;/pre&amp;gt;&lt;br /&gt;
for more information regarding the options.&lt;br /&gt;
&lt;br /&gt;
==urpmf==&lt;br /&gt;
urpmf is a tool(part of urpm) which is used to find files within packages. This works by scanning a summary of the headers of the rpms in the hdlist file.&lt;br /&gt;
&lt;br /&gt;
==urpmq==&lt;br /&gt;
urpmq is a tool(part of urpm) which queries the urpmi database for packages.&lt;br /&gt;
&lt;br /&gt;
==urpme==&lt;br /&gt;
&amp;lt;pre&amp;gt;urpme &amp;lt;packagename&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
urpme is a tool(part of urpm) which is used to remove rpm packages installed in the system.&lt;br /&gt;
eg.&lt;br /&gt;
&amp;lt;pre&amp;gt;urpme amarok&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This command removes the package 'amarok' from the system.&lt;br /&gt;
&lt;br /&gt;
See urpme man page&lt;br /&gt;
&amp;lt;pre&amp;gt; man urpme&amp;lt;/pre&amp;gt;&lt;br /&gt;
for more information regarding the options.&lt;br /&gt;
 &lt;br /&gt;
==Tips==&lt;br /&gt;
'''Backup  RPMs'''&lt;br /&gt;
Urpmi automatically deletes the rpms downloaded from media after successful installation. If you want to save the RPMs for future use you can use the --noclean option&lt;br /&gt;
eg.&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi --noclean amarok&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
''Note:The RPMs are stored in &amp;quot;/var/cache/urpmi/rpms&amp;quot; in most cases.&lt;br /&gt;
&lt;br /&gt;
'''Installation from local directory'''&lt;br /&gt;
Local directories, unlike ftp and http sites, do not require a hdlist file.&lt;br /&gt;
So you can move to the folder and do&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi *&amp;lt;/pre&amp;gt; &lt;br /&gt;
to install all the  packages in the directory&lt;br /&gt;
eg. If you have newer KDE binary rpms in the folder &amp;quot;/opt/kde/&amp;quot; and want to upgrade to them from an older version, you can 'cd' to &amp;quot;/opt/kde/&amp;quot; and then do&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi *&amp;lt;/pre&amp;gt;&lt;br /&gt;
to install the newer version of KDE.&lt;br /&gt;
&lt;br /&gt;
'''Avoid Prompts'''&lt;br /&gt;
&amp;lt;pre&amp;gt;urpmi --force &amp;lt;packagename&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This option forces urpmi to continue without asking the user for his opinion. i.e it assumes yes on all prompts.&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
*[[Yum]]&lt;br /&gt;
*[[Apt]]&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.linuxquestions.org/questions/showthread.php?postid=1041774#post1041774 Motub's instructions from the LQ Forum]&lt;br /&gt;
*[http://easyurpmi.zarb.org/ Easy URPMI] - You can select your mirrors here.&lt;/div&gt;</summary>
		<author><name>Abattoir</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Mandriva&amp;diff=19156</id>
		<title>Mandriva</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Mandriva&amp;diff=19156"/>
		<updated>2005-07-28T18:26:28Z</updated>

		<summary type="html">&lt;p&gt;Abattoir: /* Highlights */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Mandrake''' Linux (now called '''Mandriva Linux''' after its merger with [[Conectiva]]) was created in 1998 with the goal of making [[Linux]] easier to use for everyone. At that time, Linux was still a developer's [[operating system]] and sound knowledge of the [[CLI]] was a must.&lt;br /&gt;
&lt;br /&gt;
''Note: The Operating System now known as 'Mandriva Linux' and its makers, &amp;quot;Mandriva&amp;quot;, have been referred to by their former names, 'Mandrakelinux' and &amp;quot;Mandrakesoft&amp;quot; respectively, in certain sections below for historical accuracy.''&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
[http://www.mandrivalinux.com Mandrake] was created by Gaël Duval. He realised that ''&amp;quot;Linux had the potential to be an excellent alternative to Windows, or maybe even a full replacement&amp;quot;'' He created Mandrake with the aim of providing ''&amp;quot;a Linux distribution that would be as easy to use as Windows&amp;quot;'' In July 1998 the first version of Mandrake was released (The first distribution to ship with KDE 1.0 as the default graphical environment). It was based on the popular Linux distribution [[Red Hat]] as it offered a robust package management system, [[RPM]] or '''R'''ed '''H'''at '''P'''ackage '''M'''anager (Now called '''R'''PM '''P'''ackage '''M'''anager).&lt;br /&gt;
In November 1998, &amp;quot;several young Linux enthusiasts&amp;quot; created Mandrake (the company).    &lt;br /&gt;
&lt;br /&gt;
In 2001, the company decided to go public and announced an IPO (Initial Public Offering) of 688,480 shares which at that time represented 20.28% of the company's capital. Trading of the stock began in August 2001 in the ''Marche Libre'' exchange in Paris.&lt;br /&gt;
&lt;br /&gt;
In late 2002, MandrakeSoft announced that it faced a &amp;quot;big short-term cash issue&amp;quot; and requested users to join Mandrakeclub (a paid service that offers certain extra benefits, now called Mandrivaclub), and existing members to upgrade.&lt;br /&gt;
&lt;br /&gt;
Subsequently, in January 2003, MandrakeSoft filed for ''&amp;quot;declaration de cessation des paiements&amp;quot;'', the French equivalent of Bankruptcy Protection. By the end of 2003, MandrakeSoft declared its first quarterly profit in five years. In March 2003, a French court approved of MandrakeSoft's plan to emerge out of bankruptcy and enabled the company to return to normal operations. The company has since made a remarkable recovery. &lt;br /&gt;
&lt;br /&gt;
Hearst Corporation, trademark owners of the comic-book character &amp;quot;Mandrake the Magician&amp;quot; sued MandrakeSoft for trademark infringement. The contention was heard in February 2004 and MandrakeSoft lost the case. MandrakeSoft decided to concatenate Mandrake and linux (as in Mandrake linux) to Mandrakelinux and change its logo as a direct result.&lt;br /&gt;
&lt;br /&gt;
In April 2005, MandrakeSoft merged with Brazilian Linux vendor [[Conectiva]], and the company name was subsequently changed to its current name, Mandriva.&lt;br /&gt;
&lt;br /&gt;
In mid-June 2005 Mandriva announced its acquisition of North American Linux distributor [[Lycoris]].&lt;br /&gt;
&lt;br /&gt;
The company after emerging from bankruptcy has posted strong gains and is surging ahead in popularity and dominates the European, North American and South American (through Conectiva) markets.&lt;br /&gt;
&lt;br /&gt;
==Highlights==&lt;br /&gt;
Mandriva Linux features an elegant and user-friendly interface right from installation, hence is recommended for people who are new to Linux.&lt;br /&gt;
It is renowned for having excellent hardware detection and support. It primarily dominates the Desktop arena but is now trying to tap into the Server market too.&lt;br /&gt;
&lt;br /&gt;
Mandriva Linux features a versatile configuration utility called the '''Mandriva Control Centre''' (often abbreviated as '''MCC'''). It features a set of tools that ease the configuration of various aspects of the Operating System.&lt;br /&gt;
&lt;br /&gt;
Mandrake linux was the first rpm-based distribution to provide automatic resolution of dependencies with [[URPMI]] (which debuted in version 7.2), and its Graphical frontend, '''RPMDrake'''. URPMI can easily be setup to download and install binary RPMs (which include security updates) from local and web sources without the user having to interfere much.'' (See [[URPMI]] for more information)''.&lt;br /&gt;
&lt;br /&gt;
Almost all popular Linux applications are available in either binary form for the user to install, or can be compiled from source.&lt;br /&gt;
&lt;br /&gt;
[[KDE]] is the default Desktop Environment, but other popular Environments like [[Gnome]] are either included, or can be installed easily.&lt;br /&gt;
&lt;br /&gt;
Mandrake Linux was one of the first distributions to be optimized for [[i586]] [[processor]]s (and superior). Mandriva Linux is currently available for x86, x86-64 and PowerPC architectures.&lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Mandrake developed a graphical installation process recognized by many as one of the best available, with advanced and efficient hardware detection (although today, other distributions like [[SuSE]] and [[Fedora]] provide similar tools). The Mandriva installation usually needs no more than booting from the first distribution CD-ROM and following instructions. &lt;br /&gt;
&lt;br /&gt;
==Development process==&lt;br /&gt;
As of today, Mandriva follows a [[Debian]]-like three-step development process for every release (although much faster than Debian). Every new release begins simply as being [[Mandriva Cooker]], that is the continuously changing current development line, and can be roughly seen as the analogue of Debian unstable. When the packages and set up of Cooker begin to reach reasonable stability, the [[Mandriva Community]] is released (often preceded by a couple of release candidates). Mandrake Community normally still contains bugs and unstable packages, and it is intended as a fairly usable but testing release. After months of testing, feedback and improvements on the Community release, the [[Official]] version is released. [[Mandriva Official]] is intended to be the stable version. &lt;br /&gt;
&lt;br /&gt;
The [[GPL]] (General Public License) governs the development and redistribution of Mandrivalinux and it is community-driven to a large degree. Non-Mandriva contributors have write access to packages in the main distribution, commit access to Mandriva's own tools in [[CVS]], full bug tracking rights in [http://qa.mandriva.com Mandriva's bugzilla] and the [http://qa.mandriva.com/wiki Mandriva Development wiki]. Over half the packages in the entire distribution (combining &amp;quot;main&amp;quot; and &amp;quot;contrib&amp;quot;) are maintained by the community. For non-developers, support is available from the unofficial [http://mandrake.vmlinuz.ca Mandriva community wiki] and the [http://www.linuxquestions.org/questions/forumdisplay.php?s=&amp;amp;forumid=30 LinuxQuestions' Mandriva forum].&lt;br /&gt;
&lt;br /&gt;
==Criticism==&lt;br /&gt;
Although Mandrake is one of the best distributions available, especially for linux beginners and for the desktop, is (like any other distribution) far from being perfect. Mandrake is well known for heavy customization of [[kernel]] and packages. While this often is a plus by adding new functionality, it can also lead to inferior stability (especially in the Community releases) when confronted with other distributions like [[Slackware]] or [[Debian]]. The large hardware support by default Mandrake Linux provides also means installation of a large and heavy kernel. Also many [[kernel module|kernel modules]] are active by default after the installation, weighing on the system. Even with a lightweight [[GUI]] like [[Fluxbox]] Mandrake is noticeably slow on old computers, and cannot be seriously advised as a desktop on a PC with less than 128 Mbyte of RAM and 400 MHz clock rate. These are fairly low requirements (lower than that of [[Windows XP]] for example), but [[Slackware]],for example, can run a reasonably fast graphical desktop on a 150 MHz Pentium with 64 Mbyte of RAM. However Slackware is much harder to install and configure, and has less hardware support by default.&lt;br /&gt;
&lt;br /&gt;
==Distributions similar to Mandrake==&lt;br /&gt;
*[[Red Hat]] &lt;br /&gt;
*[[SuSE]] &lt;br /&gt;
*[[Lorma]] &lt;br /&gt;
*[[Libranet]]&lt;br /&gt;
&lt;br /&gt;
==Products==&lt;br /&gt;
The latest stable release of Mandriva Linux is '''Mandriva Linux Limited Edition 2005'''. For more information and links to download this, see the [http://www1.mandrivalinux.com/en/ftp.php3 Mandriva Linux download page].&lt;br /&gt;
An unstable beta version of '''Mandriva Linux 2006''' is also available.&lt;br /&gt;
&lt;br /&gt;
'''''Home Products'''''&lt;br /&gt;
*'''Mandriva Linux''' It is the mainstream Linux desktop product.&lt;br /&gt;
*'''Globetrotter'''   It is a version pre-installed in a portable hard-drive which can be connected to a computer with a [[USB]] port (and be booted with).&lt;br /&gt;
*'''Move''' is a version which is pre-installed in a [[USB]] pen-drive, from which it can be booted. It is based on Live-CD technology similar to [[KNOPPIX]] or [[DSL]].&lt;br /&gt;
&lt;br /&gt;
'''''Corporate Products'''''&lt;br /&gt;
*'''Mandriva Linux Corporate Server''' It is the &amp;quot;Mandriva Linux Server Solution&amp;quot;&lt;br /&gt;
*'''Mandriva Linux Corporate Desktop'''Aimed at Office Productivity.&lt;br /&gt;
*'''Multi Network Firewall''' a &amp;quot;Security solution dedicated to the business world&amp;quot;.&lt;br /&gt;
*'''Mandriva Linux Clustering''' It is a version suited for &amp;quot;heavy calculations&amp;quot; and &amp;quot;risk analysis&amp;quot;, aimed at research organisations.&lt;br /&gt;
&lt;br /&gt;
==Product History==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
&amp;lt;caption&amp;gt;'''Product History'''&amp;lt;/caption&amp;gt;&lt;br /&gt;
! style=&amp;quot;background:#abcdef;&amp;quot; | Year&lt;br /&gt;
! style=&amp;quot;background:#abcdef;&amp;quot; | Number&lt;br /&gt;
! style=&amp;quot;background:#abcdef;&amp;quot; | Name&lt;br /&gt;
|-&lt;br /&gt;
|1998&lt;br /&gt;
|5.1&lt;br /&gt;
|Venice&lt;br /&gt;
|-&lt;br /&gt;
|1998&lt;br /&gt;
|5.2&lt;br /&gt;
|Leeloo&lt;br /&gt;
|-&lt;br /&gt;
|1999&lt;br /&gt;
|5.3&lt;br /&gt;
|Festen&lt;br /&gt;
|-&lt;br /&gt;
|1999&lt;br /&gt;
|6.0&lt;br /&gt;
|Venus&lt;br /&gt;
|-&lt;br /&gt;
|1999&lt;br /&gt;
|6.1&lt;br /&gt;
|Helios&lt;br /&gt;
|-&lt;br /&gt;
|2000&lt;br /&gt;
|7.0&lt;br /&gt;
|Air&lt;br /&gt;
|-&lt;br /&gt;
|2000&lt;br /&gt;
|7.1&lt;br /&gt;
|Helium&lt;br /&gt;
|-&lt;br /&gt;
|2000&lt;br /&gt;
|7.2&lt;br /&gt;
|Odyssey (called Ulysses during beta)&lt;br /&gt;
|-&lt;br /&gt;
|2001&lt;br /&gt;
|8.0&lt;br /&gt;
|Traktopel&lt;br /&gt;
|-&lt;br /&gt;
|2001&lt;br /&gt;
|8.1&lt;br /&gt;
|Vitamin&lt;br /&gt;
|-&lt;br /&gt;
|2002&lt;br /&gt;
|8.2&lt;br /&gt;
|Bluebird&lt;br /&gt;
|-&lt;br /&gt;
|2002&lt;br /&gt;
|9.0&lt;br /&gt;
|Dolphin&lt;br /&gt;
|-&lt;br /&gt;
|2003&lt;br /&gt;
|9.1&lt;br /&gt;
|Bamboo&lt;br /&gt;
|-&lt;br /&gt;
|2003&lt;br /&gt;
|9.2&lt;br /&gt;
|FiveStar&lt;br /&gt;
|-&lt;br /&gt;
|2004&lt;br /&gt;
|10.0&lt;br /&gt;
|Community and Official&lt;br /&gt;
|-&lt;br /&gt;
|2004&lt;br /&gt;
|10.1&lt;br /&gt;
|Community&lt;br /&gt;
|-&lt;br /&gt;
|2004&lt;br /&gt;
|10.1&lt;br /&gt;
|Official&lt;br /&gt;
|-&lt;br /&gt;
|2005&lt;br /&gt;
|10.2&lt;br /&gt;
|Limited Edition 2005&lt;br /&gt;
|-&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|Cooker&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.mandriva.com Official website]&lt;br /&gt;
*[http://www1.mandrivalinux.com/en/ftp.php3 Mandriva Linux download page]&lt;br /&gt;
*[http://www.linuxquestions.org/questions/forumdisplay.php?s=&amp;amp;forumid=30 LinuxQuestions' Mandriva Forum] &lt;br /&gt;
*[http://en.wikipedia.org/wiki/Mandriva_Linux Mandriva @ Wikipedia]&lt;br /&gt;
*[http://easyurpmi.zarb.org/ Easy URPMI]&lt;/div&gt;</summary>
		<author><name>Abattoir</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:Mandriva&amp;diff=18214</id>
		<title>Talk:Mandriva</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Talk:Mandriva&amp;diff=18214"/>
		<updated>2005-07-28T18:17:17Z</updated>

		<summary type="html">&lt;p&gt;Abattoir: /* Article modified (28/07/05)*/&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I didn't want to do pro-Debian FUD...I'm a Mandrake user and a Debian user, and I'm not a Linux expert. It's probably easier to see me make pro-Mandrake FUD! :) I just wanted to report there's debate about using Mandrake for a server, for example (there's debate about using Linux or *BSD,for example,about this). Therefore, don' crucifix me. Thanks. Cyclop.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I think Mandrake's okay but somebody needs to mention the 'Community'/Business split, the advertisements in the installation and in the browsers, and the LG CDROM incident (which was the hardware maker's fault, but still Mandrake users got to discover it due to the conjunction with Mandrake patching). I'm not saying Mandrake's bad - I'm just saying that article sounds like Mandrake paid to have it written. But I'm not the one to make those changes. I just tried to make it more readable and less redundant.&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 19:50, Mar 18, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Someone must explain me why almost all distro entries *look like plain advertisement*. This is ridicolous at best. I had fun in rewriting the [[VectorLinux]] page, for example, that was just (masked) website blurb. I remember the Mandrake page was among the first I browsed and modified in this wiki. And now, almost a year later, is exactly the same advertisement it is. I love mdk, but this is *not* information. &lt;br /&gt;
&lt;br /&gt;
[[User:Cyclop|Cyclop]] Sep 14, 2004&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Sheer laziness. There isn't a whole lot to say about individual distros, most of the stuff we contribs know is distro-generic. Thanks for the rewrite Cyclop! [[User:Crazyeddie|Crazyeddie]] 19:13, Sep 14, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
After further thought (mopping floors is good for something!): Also it's too low level. Most linux users beyond the complete noob stage know what the pros and cons of Fedora, Mandrake, Suse, Slackware, and Debian are, so they don't bother reading those articles because they don't need that information. And they don't bother going there and edit because they figure someone has already done it. The article on [[Linus Torvalds]] is in a similar shape. On the other hand, the articles on other distros than the big 5 aren't maintained too well because hardly anybody uses them. So it's not just laziness. [[User:Crazyeddie|Crazyeddie]] 01:26, Sep 15, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Yes, most people run Gentoo/Mandrake/Debian/SuSE/Red Hat/Slackware/Knoppix. But I also know of friends that are &amp;quot;distribution-addicts&amp;quot;-they just try any available distribution in this world. If this is statistically relevant, the distribution-addict guys could make a better work here than copying-and-pasting promotional websites. Copying and pasting *reviews* would be much better, for example.&lt;br /&gt;
&lt;br /&gt;
The non-noob of us of course know about Mandrake/Fedora/Debian etc...That's exactly why they should write about them. Like anyone,I was a complete n00b once. And there are a LOT of noobs out there. I would have felt much better with a site like this with *serious* info in it.&lt;br /&gt;
[[User:Cyclop|Cyclop]] Sep 15, 2004&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
I'm not saying that those articles don't ''need'' more information, I'm just trying to explain why that isn't being done automatically. If an article doesn't get read, it doesn't get edited. I think our contributor community is currently too small to have a good representation of distro-addicts - maybe you could invite some to come help out? Also, without explicit permission from the owners of a website, any copying and pasting is a no-no, regardless of whether it's a review or project website. We need to either ask for permission, and give attribution with a link to the original, or roll our own. Maybe we need some people to go out of their way to flesh out the distro articles? And the Linus article while their at it? Any volunteers? [[User:Crazyeddie|Crazyeddie]] 13:33, Sep 15, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
== mandrake ==&lt;br /&gt;
&lt;br /&gt;
Before jumping into linux did lots of reading&lt;br /&gt;
to acquire knowledge of i would need to know what to expect amd do at time of installing any linux. reading cleared the confusion of which distro to choose; hence mdk # 1 reason&lt;br /&gt;
RH geared for corp. business, debian academic&lt;br /&gt;
&amp;amp; development, the rest fall some where in between. apology not acceptable being that was&lt;br /&gt;
spoiled and dependant on BG w. my regret that&lt;br /&gt;
was not exposed to linux at inception time i may have different outlook now which is still better now that am exposed to mdk, life is challenging now that mdk is making a impact on this retch life better! LINUX FOR EVER!&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Article modified==&lt;br /&gt;
I was surprised to find that the info posted in this post were very brief and more than a year old, so I spent a generous part of the day researching and modifying it appropriately.&lt;br /&gt;
In some areas i have referred to the product and the company as Mandrake and Mandrakesoft respectively. This is because it sounds awkward to rename everything from version 1 as mandriva, even though it was called mandrake then.&lt;br /&gt;
&lt;br /&gt;
The history section is more company-oriented than distro-oriented as i could not find info regarding the distro history.(It'd be nice if someone who knows added it).&lt;br /&gt;
&lt;br /&gt;
Most of the quotes in italic are from Mr. Duval's LQ interviews.&lt;br /&gt;
All the factual info posted here are easily available online(a google search should get you there).&lt;br /&gt;
The table regarding the product history has been extracted from wikipedia.&lt;br /&gt;
that's all!!!&lt;br /&gt;
&lt;br /&gt;
And...&lt;br /&gt;
&lt;br /&gt;
I was not paid by Mandriva to write this wiki :( . But i definitely wouldn't mind if they did ;) :D.&lt;br /&gt;
&lt;br /&gt;
The Abattoir -&amp;gt;28th July 2005.&lt;/div&gt;</summary>
		<author><name>Abattoir</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:Mandriva&amp;diff=18209</id>
		<title>Talk:Mandriva</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Talk:Mandriva&amp;diff=18209"/>
		<updated>2005-07-28T15:47:16Z</updated>

		<summary type="html">&lt;p&gt;Abattoir: /* Article modified */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I didn't want to do pro-Debian FUD...I'm a Mandrake user and a Debian user, and I'm not a Linux expert. It's probably easier to see me make pro-Mandrake FUD! :) I just wanted to report there's debate about using Mandrake for a server, for example (there's debate about using Linux or *BSD,for example,about this). Therefore, don' crucifix me. Thanks. Cyclop.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I think Mandrake's okay but somebody needs to mention the 'Community'/Business split, the advertisements in the installation and in the browsers, and the LG CDROM incident (which was the hardware maker's fault, but still Mandrake users got to discover it due to the conjunction with Mandrake patching). I'm not saying Mandrake's bad - I'm just saying that article sounds like Mandrake paid to have it written. But I'm not the one to make those changes. I just tried to make it more readable and less redundant.&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 19:50, Mar 18, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Someone must explain me why almost all distro entries *look like plain advertisement*. This is ridicolous at best. I had fun in rewriting the [[VectorLinux]] page, for example, that was just (masked) website blurb. I remember the Mandrake page was among the first I browsed and modified in this wiki. And now, almost a year later, is exactly the same advertisement it is. I love mdk, but this is *not* information. &lt;br /&gt;
&lt;br /&gt;
[[User:Cyclop|Cyclop]] Sep 14, 2004&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Sheer laziness. There isn't a whole lot to say about individual distros, most of the stuff we contribs know is distro-generic. Thanks for the rewrite Cyclop! [[User:Crazyeddie|Crazyeddie]] 19:13, Sep 14, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
After further thought (mopping floors is good for something!): Also it's too low level. Most linux users beyond the complete noob stage know what the pros and cons of Fedora, Mandrake, Suse, Slackware, and Debian are, so they don't bother reading those articles because they don't need that information. And they don't bother going there and edit because they figure someone has already done it. The article on [[Linus Torvalds]] is in a similar shape. On the other hand, the articles on other distros than the big 5 aren't maintained too well because hardly anybody uses them. So it's not just laziness. [[User:Crazyeddie|Crazyeddie]] 01:26, Sep 15, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Yes, most people run Gentoo/Mandrake/Debian/SuSE/Red Hat/Slackware/Knoppix. But I also know of friends that are &amp;quot;distribution-addicts&amp;quot;-they just try any available distribution in this world. If this is statistically relevant, the distribution-addict guys could make a better work here than copying-and-pasting promotional websites. Copying and pasting *reviews* would be much better, for example.&lt;br /&gt;
&lt;br /&gt;
The non-noob of us of course know about Mandrake/Fedora/Debian etc...That's exactly why they should write about them. Like anyone,I was a complete n00b once. And there are a LOT of noobs out there. I would have felt much better with a site like this with *serious* info in it.&lt;br /&gt;
[[User:Cyclop|Cyclop]] Sep 15, 2004&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
I'm not saying that those articles don't ''need'' more information, I'm just trying to explain why that isn't being done automatically. If an article doesn't get read, it doesn't get edited. I think our contributor community is currently too small to have a good representation of distro-addicts - maybe you could invite some to come help out? Also, without explicit permission from the owners of a website, any copying and pasting is a no-no, regardless of whether it's a review or project website. We need to either ask for permission, and give attribution with a link to the original, or roll our own. Maybe we need some people to go out of their way to flesh out the distro articles? And the Linus article while their at it? Any volunteers? [[User:Crazyeddie|Crazyeddie]] 13:33, Sep 15, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
== mandrake ==&lt;br /&gt;
&lt;br /&gt;
Before jumping into linux did lots of reading&lt;br /&gt;
to acquire knowledge of i would need to know what to expect amd do at time of installing any linux. reading cleared the confusion of which distro to choose; hence mdk # 1 reason&lt;br /&gt;
RH geared for corp. business, debian academic&lt;br /&gt;
&amp;amp; development, the rest fall some where in between. apology not acceptable being that was&lt;br /&gt;
spoiled and dependant on BG w. my regret that&lt;br /&gt;
was not exposed to linux at inception time i may have different outlook now which is still better now that am exposed to mdk, life is challenging now that mdk is making a impact on this retch life better! LINUX FOR EVER!&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Article modified==&lt;br /&gt;
I was surprised to find that the info posted in this post were very brief and more than a year old, so I spent a generous part of the day researching and modifying it appropriately.&lt;br /&gt;
In some areas i have referred to the product and the company as Mandrake and Mandrakesoft respectively. This is because it sounds awkward to rename everything from version 1 as mandriva, even though it was called mandrake then.&lt;br /&gt;
&lt;br /&gt;
The history section is more company-oriented than distro-oriented as i could not find info regarding the distro history.(It'd be nice if someone who knows added it).&lt;br /&gt;
&lt;br /&gt;
Most of the quotes in italic are from Mr. Duval's LQ interviews.&lt;br /&gt;
All the factual info posted here are easily available online(a google search should get you there).&lt;br /&gt;
The table regarding the product history has been extracted from wikipedia.&lt;br /&gt;
that's all!!!&lt;br /&gt;
&lt;br /&gt;
And...&lt;br /&gt;
&lt;br /&gt;
I was not paid by Mandriva to write this wiki :( . But i definitely wouldn't mind if they did ;) :D.&lt;br /&gt;
&lt;br /&gt;
The Abattoir&lt;/div&gt;</summary>
		<author><name>Abattoir</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:Mandriva&amp;diff=18205</id>
		<title>Talk:Mandriva</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Talk:Mandriva&amp;diff=18205"/>
		<updated>2005-07-28T15:46:04Z</updated>

		<summary type="html">&lt;p&gt;Abattoir: /* mandrake */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I didn't want to do pro-Debian FUD...I'm a Mandrake user and a Debian user, and I'm not a Linux expert. It's probably easier to see me make pro-Mandrake FUD! :) I just wanted to report there's debate about using Mandrake for a server, for example (there's debate about using Linux or *BSD,for example,about this). Therefore, don' crucifix me. Thanks. Cyclop.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I think Mandrake's okay but somebody needs to mention the 'Community'/Business split, the advertisements in the installation and in the browsers, and the LG CDROM incident (which was the hardware maker's fault, but still Mandrake users got to discover it due to the conjunction with Mandrake patching). I'm not saying Mandrake's bad - I'm just saying that article sounds like Mandrake paid to have it written. But I'm not the one to make those changes. I just tried to make it more readable and less redundant.&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 19:50, Mar 18, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Someone must explain me why almost all distro entries *look like plain advertisement*. This is ridicolous at best. I had fun in rewriting the [[VectorLinux]] page, for example, that was just (masked) website blurb. I remember the Mandrake page was among the first I browsed and modified in this wiki. And now, almost a year later, is exactly the same advertisement it is. I love mdk, but this is *not* information. &lt;br /&gt;
&lt;br /&gt;
[[User:Cyclop|Cyclop]] Sep 14, 2004&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Sheer laziness. There isn't a whole lot to say about individual distros, most of the stuff we contribs know is distro-generic. Thanks for the rewrite Cyclop! [[User:Crazyeddie|Crazyeddie]] 19:13, Sep 14, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
After further thought (mopping floors is good for something!): Also it's too low level. Most linux users beyond the complete noob stage know what the pros and cons of Fedora, Mandrake, Suse, Slackware, and Debian are, so they don't bother reading those articles because they don't need that information. And they don't bother going there and edit because they figure someone has already done it. The article on [[Linus Torvalds]] is in a similar shape. On the other hand, the articles on other distros than the big 5 aren't maintained too well because hardly anybody uses them. So it's not just laziness. [[User:Crazyeddie|Crazyeddie]] 01:26, Sep 15, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Yes, most people run Gentoo/Mandrake/Debian/SuSE/Red Hat/Slackware/Knoppix. But I also know of friends that are &amp;quot;distribution-addicts&amp;quot;-they just try any available distribution in this world. If this is statistically relevant, the distribution-addict guys could make a better work here than copying-and-pasting promotional websites. Copying and pasting *reviews* would be much better, for example.&lt;br /&gt;
&lt;br /&gt;
The non-noob of us of course know about Mandrake/Fedora/Debian etc...That's exactly why they should write about them. Like anyone,I was a complete n00b once. And there are a LOT of noobs out there. I would have felt much better with a site like this with *serious* info in it.&lt;br /&gt;
[[User:Cyclop|Cyclop]] Sep 15, 2004&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
I'm not saying that those articles don't ''need'' more information, I'm just trying to explain why that isn't being done automatically. If an article doesn't get read, it doesn't get edited. I think our contributor community is currently too small to have a good representation of distro-addicts - maybe you could invite some to come help out? Also, without explicit permission from the owners of a website, any copying and pasting is a no-no, regardless of whether it's a review or project website. We need to either ask for permission, and give attribution with a link to the original, or roll our own. Maybe we need some people to go out of their way to flesh out the distro articles? And the Linus article while their at it? Any volunteers? [[User:Crazyeddie|Crazyeddie]] 13:33, Sep 15, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
== mandrake ==&lt;br /&gt;
&lt;br /&gt;
Before jumping into linux did lots of reading&lt;br /&gt;
to acquire knowledge of i would need to know what to expect amd do at time of installing any linux. reading cleared the confusion of which distro to choose; hence mdk # 1 reason&lt;br /&gt;
RH geared for corp. business, debian academic&lt;br /&gt;
&amp;amp; development, the rest fall some where in between. apology not acceptable being that was&lt;br /&gt;
spoiled and dependant on BG w. my regret that&lt;br /&gt;
was not exposed to linux at inception time i may have different outlook now which is still better now that am exposed to mdk, life is challenging now that mdk is making a impact on this retch life better! LINUX FOR EVER!&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
==Article modified==&lt;br /&gt;
I was surprised to find that the info posted in this post were very brief and more than a year old, so I spent a generous part of the day researching and modifying it appropriately.&lt;br /&gt;
In some areas i have referred to the product and the company as Mandrake and Mandrakesoft respectively. This is because it sounds awkward to rename everything from version 1 as mandriva, even though it was called mandrake then.&lt;br /&gt;
&lt;br /&gt;
The history section is more company-oriented than distro-oriented as i could not find info regarding the distro history.(It'd be nice if someone who knows added it).&lt;br /&gt;
&lt;br /&gt;
Most of the quotes in italic are from Mr. Duval's LQ interviews.&lt;br /&gt;
All the factual info posted here are easily available online(a google search should get you there).&lt;br /&gt;
The table regarding the product history has been extracted from wikipedia.&lt;br /&gt;
that's all!!!&lt;br /&gt;
&lt;br /&gt;
And...&lt;br /&gt;
&lt;br /&gt;
I was not paid by Mandriva to write this wiki :( . But i definitely wouldn't mind if they did ;D.&lt;br /&gt;
&lt;br /&gt;
The Abattoir&lt;/div&gt;</summary>
		<author><name>Abattoir</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:Mandriva&amp;diff=18204</id>
		<title>Talk:Mandriva</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Talk:Mandriva&amp;diff=18204"/>
		<updated>2005-07-28T15:45:09Z</updated>

		<summary type="html">&lt;p&gt;Abattoir: /* mandrake */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I didn't want to do pro-Debian FUD...I'm a Mandrake user and a Debian user, and I'm not a Linux expert. It's probably easier to see me make pro-Mandrake FUD! :) I just wanted to report there's debate about using Mandrake for a server, for example (there's debate about using Linux or *BSD,for example,about this). Therefore, don' crucifix me. Thanks. Cyclop.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I think Mandrake's okay but somebody needs to mention the 'Community'/Business split, the advertisements in the installation and in the browsers, and the LG CDROM incident (which was the hardware maker's fault, but still Mandrake users got to discover it due to the conjunction with Mandrake patching). I'm not saying Mandrake's bad - I'm just saying that article sounds like Mandrake paid to have it written. But I'm not the one to make those changes. I just tried to make it more readable and less redundant.&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 19:50, Mar 18, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Someone must explain me why almost all distro entries *look like plain advertisement*. This is ridicolous at best. I had fun in rewriting the [[VectorLinux]] page, for example, that was just (masked) website blurb. I remember the Mandrake page was among the first I browsed and modified in this wiki. And now, almost a year later, is exactly the same advertisement it is. I love mdk, but this is *not* information. &lt;br /&gt;
&lt;br /&gt;
[[User:Cyclop|Cyclop]] Sep 14, 2004&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Sheer laziness. There isn't a whole lot to say about individual distros, most of the stuff we contribs know is distro-generic. Thanks for the rewrite Cyclop! [[User:Crazyeddie|Crazyeddie]] 19:13, Sep 14, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
After further thought (mopping floors is good for something!): Also it's too low level. Most linux users beyond the complete noob stage know what the pros and cons of Fedora, Mandrake, Suse, Slackware, and Debian are, so they don't bother reading those articles because they don't need that information. And they don't bother going there and edit because they figure someone has already done it. The article on [[Linus Torvalds]] is in a similar shape. On the other hand, the articles on other distros than the big 5 aren't maintained too well because hardly anybody uses them. So it's not just laziness. [[User:Crazyeddie|Crazyeddie]] 01:26, Sep 15, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Yes, most people run Gentoo/Mandrake/Debian/SuSE/Red Hat/Slackware/Knoppix. But I also know of friends that are &amp;quot;distribution-addicts&amp;quot;-they just try any available distribution in this world. If this is statistically relevant, the distribution-addict guys could make a better work here than copying-and-pasting promotional websites. Copying and pasting *reviews* would be much better, for example.&lt;br /&gt;
&lt;br /&gt;
The non-noob of us of course know about Mandrake/Fedora/Debian etc...That's exactly why they should write about them. Like anyone,I was a complete n00b once. And there are a LOT of noobs out there. I would have felt much better with a site like this with *serious* info in it.&lt;br /&gt;
[[User:Cyclop|Cyclop]] Sep 15, 2004&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
I'm not saying that those articles don't ''need'' more information, I'm just trying to explain why that isn't being done automatically. If an article doesn't get read, it doesn't get edited. I think our contributor community is currently too small to have a good representation of distro-addicts - maybe you could invite some to come help out? Also, without explicit permission from the owners of a website, any copying and pasting is a no-no, regardless of whether it's a review or project website. We need to either ask for permission, and give attribution with a link to the original, or roll our own. Maybe we need some people to go out of their way to flesh out the distro articles? And the Linus article while their at it? Any volunteers? [[User:Crazyeddie|Crazyeddie]] 13:33, Sep 15, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
== mandrake ==&lt;br /&gt;
&lt;br /&gt;
Before jumping into linux did lots of reading&lt;br /&gt;
to acquire knowledge of i would need to know what to expect amd do at time of installing any linux. reading cleared the confusion of which distro to choose; hence mdk # 1 reason&lt;br /&gt;
RH geared for corp. business, debian academic&lt;br /&gt;
&amp;amp; development, the rest fall some where in between. apology not acceptable being that was&lt;br /&gt;
spoiled and dependant on BG w. my regret that&lt;br /&gt;
was not exposed to linux at inception time i may have different outlook now which is still better now that am exposed to mdk, life is challenging now that mdk is making a impact on this retch life better! LINUX FOR EVER!&lt;br /&gt;
&lt;br /&gt;
''Article modified''&lt;br /&gt;
I was surprised to find that the info posted in this post were very brief and more than a year old, so I spent a generous part of the day researching and modifying it appropriately.&lt;br /&gt;
In some areas i have referred to the product and the company as Mandrake and Mandrakesoft respectively. This is because it sounds awkward to rename everything from version 1 as mandriva, even though it was called mandrake then.&lt;br /&gt;
&lt;br /&gt;
The history section is more company-oriented than distro-oriented as i could not find info regarding the distro history.(It'd be nice if someone who knows added it).&lt;br /&gt;
&lt;br /&gt;
Most of the quotes in italic are from Mr. Duval's LQ interviews.&lt;br /&gt;
All the factual info posted here are easily available online(a google search should get you there).&lt;br /&gt;
The table regarding the product history has been extracted from wikipedia.&lt;br /&gt;
that's all!!!&lt;br /&gt;
&lt;br /&gt;
And...&lt;br /&gt;
&lt;br /&gt;
I was not paid by Mandriva to write this wiki :( . But i definitely wouldn't mind if they did ;D.&lt;br /&gt;
&lt;br /&gt;
The ABattoir&lt;/div&gt;</summary>
		<author><name>Abattoir</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:Mandriva&amp;diff=18203</id>
		<title>Talk:Mandriva</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Talk:Mandriva&amp;diff=18203"/>
		<updated>2005-07-28T15:43:18Z</updated>

		<summary type="html">&lt;p&gt;Abattoir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;I didn't want to do pro-Debian FUD...I'm a Mandrake user and a Debian user, and I'm not a Linux expert. It's probably easier to see me make pro-Mandrake FUD! :) I just wanted to report there's debate about using Mandrake for a server, for example (there's debate about using Linux or *BSD,for example,about this). Therefore, don' crucifix me. Thanks. Cyclop.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
I think Mandrake's okay but somebody needs to mention the 'Community'/Business split, the advertisements in the installation and in the browsers, and the LG CDROM incident (which was the hardware maker's fault, but still Mandrake users got to discover it due to the conjunction with Mandrake patching). I'm not saying Mandrake's bad - I'm just saying that article sounds like Mandrake paid to have it written. But I'm not the one to make those changes. I just tried to make it more readable and less redundant.&lt;br /&gt;
&lt;br /&gt;
[[User:Digiot|Digiot]] 19:50, Mar 18, 2004 (EST)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Someone must explain me why almost all distro entries *look like plain advertisement*. This is ridicolous at best. I had fun in rewriting the [[VectorLinux]] page, for example, that was just (masked) website blurb. I remember the Mandrake page was among the first I browsed and modified in this wiki. And now, almost a year later, is exactly the same advertisement it is. I love mdk, but this is *not* information. &lt;br /&gt;
&lt;br /&gt;
[[User:Cyclop|Cyclop]] Sep 14, 2004&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Sheer laziness. There isn't a whole lot to say about individual distros, most of the stuff we contribs know is distro-generic. Thanks for the rewrite Cyclop! [[User:Crazyeddie|Crazyeddie]] 19:13, Sep 14, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
After further thought (mopping floors is good for something!): Also it's too low level. Most linux users beyond the complete noob stage know what the pros and cons of Fedora, Mandrake, Suse, Slackware, and Debian are, so they don't bother reading those articles because they don't need that information. And they don't bother going there and edit because they figure someone has already done it. The article on [[Linus Torvalds]] is in a similar shape. On the other hand, the articles on other distros than the big 5 aren't maintained too well because hardly anybody uses them. So it's not just laziness. [[User:Crazyeddie|Crazyeddie]] 01:26, Sep 15, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Yes, most people run Gentoo/Mandrake/Debian/SuSE/Red Hat/Slackware/Knoppix. But I also know of friends that are &amp;quot;distribution-addicts&amp;quot;-they just try any available distribution in this world. If this is statistically relevant, the distribution-addict guys could make a better work here than copying-and-pasting promotional websites. Copying and pasting *reviews* would be much better, for example.&lt;br /&gt;
&lt;br /&gt;
The non-noob of us of course know about Mandrake/Fedora/Debian etc...That's exactly why they should write about them. Like anyone,I was a complete n00b once. And there are a LOT of noobs out there. I would have felt much better with a site like this with *serious* info in it.&lt;br /&gt;
[[User:Cyclop|Cyclop]] Sep 15, 2004&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
I'm not saying that those articles don't ''need'' more information, I'm just trying to explain why that isn't being done automatically. If an article doesn't get read, it doesn't get edited. I think our contributor community is currently too small to have a good representation of distro-addicts - maybe you could invite some to come help out? Also, without explicit permission from the owners of a website, any copying and pasting is a no-no, regardless of whether it's a review or project website. We need to either ask for permission, and give attribution with a link to the original, or roll our own. Maybe we need some people to go out of their way to flesh out the distro articles? And the Linus article while their at it? Any volunteers? [[User:Crazyeddie|Crazyeddie]] 13:33, Sep 15, 2004 (EDT)&lt;br /&gt;
&lt;br /&gt;
== mandrake ==&lt;br /&gt;
&lt;br /&gt;
Before jumping into linux did lots of reading&lt;br /&gt;
to acquire knowledge of i would need to know what to expect amd do at time of installing any linux. reading cleared the confusion of which distro to choose; hence mdk # 1 reason&lt;br /&gt;
RH geared for corp. business, debian academic&lt;br /&gt;
&amp;amp; development, the rest fall some where in between. apology not acceptable being that was&lt;br /&gt;
spoiled and dependant on BG w. my regret that&lt;br /&gt;
was not exposed to linux at inception time i may have different outlook now which is still better now that am exposed to mdk, life is challenging now that mdk is making a impact on this retch life better! LINUX FOR EVER!&lt;br /&gt;
&lt;br /&gt;
I was surprised to find that the info posted in this post were very brief and more than a year old, so I spent a generous part of the day researching and modifying it appropriately.&lt;br /&gt;
In some areas i have referred to the product and the company as Mandrake and Mandrakesoft respectively. This is because it sounds awkward to rename everything from version 1 as mandriva, even though it was called mandrake then.&lt;br /&gt;
&lt;br /&gt;
The history section is more company-oriented than distro-oriented as i could not find info regarding the distro history.(It'd be nice if someone who knows added it).&lt;br /&gt;
&lt;br /&gt;
Most of the quotes in italic are from Mr. Duval's LQ interviews.&lt;br /&gt;
All the factual info posted here are easily available online(a google search should get you there).&lt;br /&gt;
The table regarding the product history has been extracted from wikipedia.&lt;br /&gt;
that's all!!!&lt;br /&gt;
&lt;br /&gt;
And...&lt;br /&gt;
&lt;br /&gt;
I was not paid by Mandriva to write this wiki :( . But i definitely wouldn't mind if they did ;D.&lt;/div&gt;</summary>
		<author><name>Abattoir</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Mandriva&amp;diff=18207</id>
		<title>Mandriva</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Mandriva&amp;diff=18207"/>
		<updated>2005-07-28T15:30:07Z</updated>

		<summary type="html">&lt;p&gt;Abattoir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Mandrake''' Linux (Now called Mandriva Linux after its merger with Conectiva) was created in 1998 with the goal of making [[Linux]] easier to use for everyone. At that time, Linux was still a developer's [[operating system]] and sound knowledge of the [[CLI]] was a must.&lt;br /&gt;
&lt;br /&gt;
''Note: The Operating System now known as 'Mandriva Linux' and its makers, &amp;quot;Mandriva&amp;quot;, have been referred to by their former names, 'Mandrakelinux' and &amp;quot;Mandrakesoft&amp;quot;,respectively in certain sections below for historical accuracy.''&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
[http://www.mandrivalinux.com Mandrake] was created by Gaël Duval. He realised that ''&amp;quot;Linux had the potential to be an excellent alternative to Windows, or maybe even a full replacement&amp;quot;.'' He created Mandrake with the aim of providing ''&amp;quot;a Linux distribution that would be as easy to use as Windows&amp;quot;.'' In July 1998 the first version of Mandrake was released (The first distribution to ship with KDE 1.0 as the default graphical environment.). It was based on the popular linux distribution [[Red Hat]] as it offered a robust package management system, [[RPM]] or '''R'''ed '''H'''at '''P'''ackage '''M'''anager (Now called '''R'''PM '''P'''ackage '''M'''anager).&lt;br /&gt;
In November 1998, &amp;quot;several young Linux enthusiasts&amp;quot; created Mandrake(the company).    &lt;br /&gt;
&lt;br /&gt;
In 2001, the company decided to go public and announced an IPO(Initial Public Offering) of 688,480 shares which at that time represented 20.28% of the company's capital. Trading of the stock began on August 2001 in the ''Marche Libre'' exchange in Paris.&lt;br /&gt;
&lt;br /&gt;
In late 2002, MandrakeSoft announced that it faced a &amp;quot;big short-term cash issue&amp;quot; and requested users to join Mandrakeclub (a paid service that offers certain extra benefits, now called Mandrivaclub), and existing members to upgrade.&lt;br /&gt;
&lt;br /&gt;
Subsequently, in January 2003, MandrakeSoft filed for ''&amp;quot;declaration de cessation des paiements&amp;quot;'', the french equivalent of Bankruptcy Protection.&lt;br /&gt;
By the end of 2003, MandrakeSoft declared its first quarterly profit in five years.&lt;br /&gt;
In March 2003, a french court approved of MandrakeSoft's plan to emerge out of bankruptcy and enabled the company to return to normal operations.&lt;br /&gt;
The company has since made a remarkable recovery. &lt;br /&gt;
&lt;br /&gt;
Hearst Corporation, trademark owners of the comic-book character &amp;quot;Mandrake the Magician&amp;quot; sued MandrakeSoft for trademark infringement. The contention was heard in February 2004 and MandrakeSoft lost the case.&lt;br /&gt;
MandrakeSoft decided to concatenate Mandrake and linux(as in Mandrake linux) to Mandrakelinux and change its logo as a direct result.&lt;br /&gt;
&lt;br /&gt;
In April 2005, MandrakeSoft merged with Brazilian linux vendor [[Conectiva]], and the company name was subsequently changed to its current name, Mandriva.&lt;br /&gt;
&lt;br /&gt;
In mid-June 2005 Mandriva announced its acquisition of North American linux distributor [[Lycoris]].&lt;br /&gt;
&lt;br /&gt;
The company after emerging from bankruptcy has posted strong gains and is surging ahead in popularity and dominates the European, North American and South American(through Conectiva) markets.&lt;br /&gt;
&lt;br /&gt;
==Highlights==&lt;br /&gt;
Mandrivalinux features an elegant and user-friendly interface, right from installation and hence is recommended for people who are new to Linux.&lt;br /&gt;
It is renowned for having wide hardware detection and support.&lt;br /&gt;
It primarily dominates the Desktop arena but is now trying to tap into the Server market too.&lt;br /&gt;
&lt;br /&gt;
Mandrivalinux features a versatile configuration utility called '''Mandriva Control Centre''' often abbreviated as '''MCC'''.&lt;br /&gt;
It features a set of tools that ease the configuration of various aspects of the Operating System.&lt;br /&gt;
&lt;br /&gt;
Mandrake linux was the first rpm-based distribution to provide automatic resolution of dependencies with '''[[URPMI]]'''(which debuted in version 7.2), and its Graphical frontend, '''RPMDrake'''.&lt;br /&gt;
URPMI can easily be setup to download and install binary RPMs(which include security updates) from local and web sources without the user having to interfere much.''(See [[URPMI]] for more information)''.&lt;br /&gt;
&lt;br /&gt;
Almost all popular linux applications are available in either binary form for the user to install, or can be compiled from source.&lt;br /&gt;
&lt;br /&gt;
[[KDE]] is the default Desktop Environment, but other popular Environments like [[Gnome]] are either included, or can be installed easily.&lt;br /&gt;
&lt;br /&gt;
Mandrake Linux was one of the first distributions to be optimized for [[i586]] [[processor]]s (and superior).&lt;br /&gt;
Mandrivalinux is currently available for x86, x86-64 and PowerPC architectures. &lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Mandrake developed a graphical installation process recognized by many as one of the best available, with advanced and efficient hardware detection (although today other distributions, like [[SuSE]] and [[Fedora]] provide similar tools).   &lt;br /&gt;
Mandriva installation usually needs no more than booting from the first distribution CD-ROM and following instructions. &lt;br /&gt;
&lt;br /&gt;
==Development process==&lt;br /&gt;
As of today Mandriva follows a [[Debian]]-like three-step development process for every release (although much faster than Debian). Every new release begins simply as being [[Mandriva Cooker]], that is the continuously changing current development line, and can be roughly seen as the analogue of Debian unstable. When the packages and set up of Cooker begins to reach reasonable stability, the [[Mandriva Community]] is released (often preceded by a couple of release candidates). Mandrake Community normally still contains bugs and unstable packages, and it is intended as a fairly usable but testing release. After months of testing, feedback and improvements on the Community release, the [[Official]] version is released. [[Mandriva Official]] is intended to be the stable version. &lt;br /&gt;
&lt;br /&gt;
The [[GPL]] (General Public License) governs the development and redistribution of Mandrivalinux and it is community-driven to a large degree. Non-Mandriva contributors have write access to packages in the main distribution, commit access to Mandriva's own tools in [[CVS]], full bug tracking rights in [http://qa.mandriva.com Mandriva's bugzilla] and the [http://qa.mandriva.com/wiki Mandriva Development wiki]. Over half the packages in the entire distribution (combining &amp;quot;main&amp;quot; and &amp;quot;contrib&amp;quot;) are maintained by the community. For non-developers, support is available from the unofficial [http://mandrake.vmlinuz.ca Mandriva community wiki] and the [http://www.linuxquestions.org/questions/forumdisplay.php?s=&amp;amp;forumid=30 LinuxQuestions' Mandriva forum].&lt;br /&gt;
&lt;br /&gt;
==Criticism==&lt;br /&gt;
Although Mandrake is one of the best distributions available, especially for linux beginners and for the desktop, is (like any other distribution) far from being perfect. Mandrake is well known for heavy customization of [[kernel]] and packages. While this often is a plus by adding new functionality, it can also lead to inferior stability (especially in the Community releases) when confronted with other distributions like [[Slackware]] or [[Debian]]. The large hardware support by default Mandrake Linux provides also means installation of a large and heavy kernel. Also many [[kernel module|kernel modules]] are active by default after the installation, weighing on the system. Even with a lightweight [[GUI]] like [[Fluxbox]] Mandrake is noticeably slow on old computers, and cannot be seriously advised as a desktop on a PC with less than 128 Mbyte of RAM and 400 MHz clock rate. These are fairly low requirements (lower than that of [[Windows XP]] for example), but [[Slackware]],for example, can run a reasonably fast graphical desktop on a 150 MHz Pentium with 64 Mbyte of RAM. However Slackware is much harder to install and configure, and has less hardware support by default.&lt;br /&gt;
&lt;br /&gt;
==Distributions similar to Mandrake==&lt;br /&gt;
*[[Red Hat]] &lt;br /&gt;
*[[SuSE]] &lt;br /&gt;
*[[Lorma]] &lt;br /&gt;
*[[Libranet]]&lt;br /&gt;
&lt;br /&gt;
==Products==&lt;br /&gt;
The latest stable release of Mandriva Linux is '''Mandriva Linux Limited Edition 2005'''.&lt;br /&gt;
An unstable beta version of '''Mandriva Linux 2006''' is also available.&lt;br /&gt;
&lt;br /&gt;
'''''Home Products'''''&lt;br /&gt;
*'''Mandriva Linux''' It is the mainstream linux desktop product.&lt;br /&gt;
*'''Globetrotter'''   It is a version pre-installed in a portable hard-drive which can be connected to a computer with a [[USB]] port(and be booted with).&lt;br /&gt;
*'''Move''' is a version which is pre-installed in a [[USB]] pen-drive, from which it can be booted. It is based on Live-CD technology similar to [[KNOPPIX]] or [[DSL]].&lt;br /&gt;
&lt;br /&gt;
'''''Corporate Products'''''&lt;br /&gt;
*'''Mandriva Linux Corporate Server''' It is the &amp;quot;Mandriva Linux Server Solution&amp;quot;&lt;br /&gt;
*'''Mandriva Linux Corporate Desktop'''Aimed at Office Productivity.&lt;br /&gt;
*'''Multi Network Firewall''' a &amp;quot;Security solution dedicated to the business world&amp;quot;.&lt;br /&gt;
*'''Mandriva Linux Clustering''' It is a version suited for &amp;quot;heavy calculations&amp;quot; and &amp;quot;risk analysis&amp;quot;, aimed at research organisations.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Product History==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
&amp;lt;caption&amp;gt;'''Product History'''&amp;lt;/caption&amp;gt;&lt;br /&gt;
! style=&amp;quot;background:#abcdef;&amp;quot; | Year&lt;br /&gt;
! style=&amp;quot;background:#abcdef;&amp;quot; | Number&lt;br /&gt;
! style=&amp;quot;background:#abcdef;&amp;quot; | Name&lt;br /&gt;
|-&lt;br /&gt;
|1998&lt;br /&gt;
|5.1&lt;br /&gt;
|Venice&lt;br /&gt;
|-&lt;br /&gt;
|1998&lt;br /&gt;
|5.2&lt;br /&gt;
|Leeloo&lt;br /&gt;
|-&lt;br /&gt;
|1999&lt;br /&gt;
|5.3&lt;br /&gt;
|Festen&lt;br /&gt;
|-&lt;br /&gt;
|1999&lt;br /&gt;
|6.0&lt;br /&gt;
|Venus&lt;br /&gt;
|-&lt;br /&gt;
|1999&lt;br /&gt;
|6.1&lt;br /&gt;
|Helios&lt;br /&gt;
|-&lt;br /&gt;
|2000&lt;br /&gt;
|7.0&lt;br /&gt;
|Air&lt;br /&gt;
|-&lt;br /&gt;
|2000&lt;br /&gt;
|7.1&lt;br /&gt;
|Helium&lt;br /&gt;
|-&lt;br /&gt;
|2000&lt;br /&gt;
|7.2&lt;br /&gt;
|Odyssey (called Ulysses during beta)&lt;br /&gt;
|-&lt;br /&gt;
|2001&lt;br /&gt;
|8.0&lt;br /&gt;
|Traktopel&lt;br /&gt;
|-&lt;br /&gt;
|2001&lt;br /&gt;
|8.1&lt;br /&gt;
|Vitamin&lt;br /&gt;
|-&lt;br /&gt;
|2002&lt;br /&gt;
|8.2&lt;br /&gt;
|Bluebird&lt;br /&gt;
|-&lt;br /&gt;
|2002&lt;br /&gt;
|9.0&lt;br /&gt;
|Dolphin&lt;br /&gt;
|-&lt;br /&gt;
|2003&lt;br /&gt;
|9.1&lt;br /&gt;
|Bamboo&lt;br /&gt;
|-&lt;br /&gt;
|2003&lt;br /&gt;
|9.2&lt;br /&gt;
|FiveStar&lt;br /&gt;
|-&lt;br /&gt;
|2004&lt;br /&gt;
|10.0&lt;br /&gt;
|Community and Official&lt;br /&gt;
|-&lt;br /&gt;
|2004&lt;br /&gt;
|10.1&lt;br /&gt;
|Community&lt;br /&gt;
|-&lt;br /&gt;
|2004&lt;br /&gt;
|10.1&lt;br /&gt;
|Official&lt;br /&gt;
|-&lt;br /&gt;
|2005&lt;br /&gt;
|10.2&lt;br /&gt;
|Limited Edition 2005&lt;br /&gt;
|-&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|Cooker&lt;br /&gt;
|}&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.mandriva.com Official website]&lt;br /&gt;
*[http://www.linuxquestions.org/questions/forumdisplay.php?s=&amp;amp;forumid=30 LinuxQuestions' Mandriva Forum] &lt;br /&gt;
*[http://en.wikipedia.org/wiki/Mandriva_Linux Mandriva @ Wikipedia]&lt;br /&gt;
*[http://easyurpmi.zarb.org/ Easy URPMI]&lt;/div&gt;</summary>
		<author><name>Abattoir</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Mandriva&amp;diff=18201</id>
		<title>Mandriva</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Mandriva&amp;diff=18201"/>
		<updated>2005-07-28T15:28:42Z</updated>

		<summary type="html">&lt;p&gt;Abattoir: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;'''Mandrake''' Linux (Now called Mandriva Linux after its merger with Conectiva) was created in 1998 with the goal of making [[Linux]] easier to use for everyone. At that time, Linux was still a developer's [[operating system]] and sound knowledge of the [[CLI]] was a must.&lt;br /&gt;
&lt;br /&gt;
''Note: The Operating System now known as 'Mandriva Linux' and its makers, &amp;quot;Mandriva&amp;quot;, have been referred to by their former names, 'Mandrakelinux' and &amp;quot;Mandrakesoft&amp;quot; in certain sections below for historical accuracy.''&lt;br /&gt;
&lt;br /&gt;
==History==&lt;br /&gt;
[http://www.mandrivalinux.com Mandrake] was created by Gaël Duval. He realised that ''&amp;quot;Linux had the potential to be an excellent alternative to Windows, or maybe even a full replacement&amp;quot;.'' He created Mandrake with the aim of providing ''&amp;quot;a Linux distribution that would be as easy to use as Windows&amp;quot;.'' In July 1998 the first version of Mandrake was released (The first distribution to ship with KDE 1.0 as the default graphical environment.). It was based on the popular linux distribution [[Red Hat]] as it offered a robust package management system, [[RPM]] or '''R'''ed '''H'''at '''P'''ackage '''M'''anager (Now called '''R'''PM '''P'''ackage '''M'''anager).&lt;br /&gt;
In November 1998, &amp;quot;several young Linux enthusiasts&amp;quot; created Mandrake(the company).    &lt;br /&gt;
&lt;br /&gt;
In 2001, the company decided to go public and announced an IPO(Initial Public Offering) of 688,480 shares which at that time represented 20.28% of the company's capital. Trading of the stock began on August 2001 in the ''Marche Libre'' exchange in Paris.&lt;br /&gt;
&lt;br /&gt;
In late 2002, MandrakeSoft announced that it faced a &amp;quot;big short-term cash issue&amp;quot; and requested users to join Mandrakeclub (a paid service that offers certain extra benefits, now called Mandrivaclub), and existing members to upgrade.&lt;br /&gt;
&lt;br /&gt;
Subsequently, in January 2003, MandrakeSoft filed for ''&amp;quot;declaration de cessation des paiements&amp;quot;'', the french equivalent of Bankruptcy Protection.&lt;br /&gt;
By the end of 2003, MandrakeSoft declared its first quarterly profit in five years.&lt;br /&gt;
In March 2003, a french court approved of MandrakeSoft's plan to emerge out of bankruptcy and enabled the company to return to normal operations.&lt;br /&gt;
The company has since made a remarkable recovery. &lt;br /&gt;
&lt;br /&gt;
Hearst Corporation, trademark owners of the comic-book character &amp;quot;Mandrake the Magician&amp;quot; sued MandrakeSoft for trademark infringement. The contention was heard in February 2004 and MandrakeSoft lost the case.&lt;br /&gt;
MandrakeSoft decided to concatenate Mandrake and linux(as in Mandrake linux) to Mandrakelinux and change its logo as a direct result.&lt;br /&gt;
&lt;br /&gt;
In April 2005, MandrakeSoft merged with Brazilian linux vendor [[Conectiva]], and the company name was subsequently changed to its current name, Mandriva.&lt;br /&gt;
&lt;br /&gt;
In mid-June 2005 Mandriva announced its acquisition of North American linux distributor [[Lycoris]].&lt;br /&gt;
&lt;br /&gt;
The company after emerging from bankruptcy has posted strong gains and is surging ahead in popularity and dominates the European, North American and South American(through Conectiva) markets.&lt;br /&gt;
&lt;br /&gt;
==Highlights==&lt;br /&gt;
Mandrivalinux features an elegant and user-friendly interface, right from installation and hence is recommended for people who are new to Linux.&lt;br /&gt;
It is renowned for having wide hardware detection and support.&lt;br /&gt;
It primarily dominates the Desktop arena but is now trying to tap into the Server market too.&lt;br /&gt;
&lt;br /&gt;
Mandrivalinux features a versatile configuration utility called '''Mandriva Control Centre''' often abbreviated as '''MCC'''.&lt;br /&gt;
It features a set of tools that ease the configuration of various aspects of the Operating System.&lt;br /&gt;
&lt;br /&gt;
Mandrake linux was the first rpm-based distribution to provide automatic resolution of dependencies with '''[[URPMI]]'''(which debuted in version 7.2), and its Graphical frontend, '''RPMDrake'''.&lt;br /&gt;
URPMI can easily be setup to download and install binary RPMs(which include security updates) from local and web sources without the user having to interfere much.''(See [[URPMI]] for more information)''.&lt;br /&gt;
&lt;br /&gt;
Almost all popular linux applications are available in either binary form for the user to install, or can be compiled from source.&lt;br /&gt;
&lt;br /&gt;
[[KDE]] is the default Desktop Environment, but other popular Environments like [[Gnome]] are either included, or can be installed easily.&lt;br /&gt;
&lt;br /&gt;
Mandrake Linux was one of the first distributions to be optimized for [[i586]] [[processor]]s (and superior).&lt;br /&gt;
Mandrivalinux is currently available for x86, x86-64 and PowerPC architectures. &lt;br /&gt;
&lt;br /&gt;
==Installation==&lt;br /&gt;
Mandrake developed a graphical installation process recognized by many as one of the best available, with advanced and efficient hardware detection (although today other distributions, like [[SuSE]] and [[Fedora]] provide similar tools).   &lt;br /&gt;
Mandriva installation usually needs no more than booting from the first distribution CD-ROM and following instructions. &lt;br /&gt;
&lt;br /&gt;
==Development process==&lt;br /&gt;
As of today Mandriva follows a [[Debian]]-like three-step development process for every release (although much faster than Debian). Every new release begins simply as being [[Mandriva Cooker]], that is the continuously changing current development line, and can be roughly seen as the analogue of Debian unstable. When the packages and set up of Cooker begins to reach reasonable stability, the [[Mandriva Community]] is released (often preceded by a couple of release candidates). Mandrake Community normally still contains bugs and unstable packages, and it is intended as a fairly usable but testing release. After months of testing, feedback and improvements on the Community release, the [[Official]] version is released. [[Mandriva Official]] is intended to be the stable version. &lt;br /&gt;
&lt;br /&gt;
The [[GPL]] (General Public License) governs the development and redistribution of Mandrivalinux and it is community-driven to a large degree. Non-Mandriva contributors have write access to packages in the main distribution, commit access to Mandriva's own tools in [[CVS]], full bug tracking rights in [http://qa.mandriva.com Mandriva's bugzilla] and the [http://qa.mandriva.com/wiki Mandriva Development wiki]. Over half the packages in the entire distribution (combining &amp;quot;main&amp;quot; and &amp;quot;contrib&amp;quot;) are maintained by the community. For non-developers, support is available from the unofficial [http://mandrake.vmlinuz.ca Mandriva community wiki] and the [http://www.linuxquestions.org/questions/forumdisplay.php?s=&amp;amp;forumid=30 LinuxQuestions' Mandriva forum].&lt;br /&gt;
&lt;br /&gt;
==Criticism==&lt;br /&gt;
Although Mandrake is one of the best distributions available, especially for linux beginners and for the desktop, is (like any other distribution) far from being perfect. Mandrake is well known for heavy customization of [[kernel]] and packages. While this often is a plus by adding new functionality, it can also lead to inferior stability (especially in the Community releases) when confronted with other distributions like [[Slackware]] or [[Debian]]. The large hardware support by default Mandrake Linux provides also means installation of a large and heavy kernel. Also many [[kernel module|kernel modules]] are active by default after the installation, weighing on the system. Even with a lightweight [[GUI]] like [[Fluxbox]] Mandrake is noticeably slow on old computers, and cannot be seriously advised as a desktop on a PC with less than 128 Mbyte of RAM and 400 MHz clock rate. These are fairly low requirements (lower than that of [[Windows XP]] for example), but [[Slackware]],for example, can run a reasonably fast graphical desktop on a 150 MHz Pentium with 64 Mbyte of RAM. However Slackware is much harder to install and configure, and has less hardware support by default.&lt;br /&gt;
&lt;br /&gt;
==Distributions similar to Mandrake==&lt;br /&gt;
*[[Red Hat]] &lt;br /&gt;
*[[SuSE]] &lt;br /&gt;
*[[Lorma]] &lt;br /&gt;
*[[Libranet]]&lt;br /&gt;
&lt;br /&gt;
==Products==&lt;br /&gt;
The latest stable release of Mandriva Linux is '''Mandriva Linux Limited Edition 2005'''.&lt;br /&gt;
An unstable beta version of '''Mandriva Linux 2006''' is also available.&lt;br /&gt;
&lt;br /&gt;
'''''Home Products'''''&lt;br /&gt;
*'''Mandriva Linux''' It is the mainstream linux desktop product.&lt;br /&gt;
*'''Globetrotter'''   It is a version pre-installed in a portable hard-drive which can be connected to a computer with a [[USB]] port(and be booted with).&lt;br /&gt;
*'''Move''' is a version which is pre-installed in a [[USB]] pen-drive, from which it can be booted. It is based on Live-CD technology similar to [[KNOPPIX]] or [[DSL]].&lt;br /&gt;
&lt;br /&gt;
'''''Corporate Products'''''&lt;br /&gt;
*'''Mandriva Linux Corporate Server''' It is the &amp;quot;Mandriva Linux Server Solution&amp;quot;&lt;br /&gt;
*'''Mandriva Linux Corporate Desktop'''Aimed at Office Productivity.&lt;br /&gt;
*'''Multi Network Firewall''' a &amp;quot;Security solution dedicated to the business world&amp;quot;.&lt;br /&gt;
*'''Mandriva Linux Clustering''' It is a version suited for &amp;quot;heavy calculations&amp;quot; and &amp;quot;risk analysis&amp;quot;, aimed at research organisations.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Product History==&lt;br /&gt;
{| border=&amp;quot;1&amp;quot; cellpadding=&amp;quot;2&amp;quot; cellspacing=&amp;quot;0&amp;quot;&lt;br /&gt;
&amp;lt;caption&amp;gt;'''Product History'''&amp;lt;/caption&amp;gt;&lt;br /&gt;
! style=&amp;quot;background:#abcdef;&amp;quot; | Year&lt;br /&gt;
! style=&amp;quot;background:#abcdef;&amp;quot; | Number&lt;br /&gt;
! style=&amp;quot;background:#abcdef;&amp;quot; | Name&lt;br /&gt;
|-&lt;br /&gt;
|1998&lt;br /&gt;
|5.1&lt;br /&gt;
|Venice&lt;br /&gt;
|-&lt;br /&gt;
|1998&lt;br /&gt;
|5.2&lt;br /&gt;
|Leeloo&lt;br /&gt;
|-&lt;br /&gt;
|1999&lt;br /&gt;
|5.3&lt;br /&gt;
|Festen&lt;br /&gt;
|-&lt;br /&gt;
|1999&lt;br /&gt;
|6.0&lt;br /&gt;
|Venus&lt;br /&gt;
|-&lt;br /&gt;
|1999&lt;br /&gt;
|6.1&lt;br /&gt;
|Helios&lt;br /&gt;
|-&lt;br /&gt;
|2000&lt;br /&gt;
|7.0&lt;br /&gt;
|Air&lt;br /&gt;
|-&lt;br /&gt;
|2000&lt;br /&gt;
|7.1&lt;br /&gt;
|Helium&lt;br /&gt;
|-&lt;br /&gt;
|2000&lt;br /&gt;
|7.2&lt;br /&gt;
|Odyssey (called Ulysses during beta)&lt;br /&gt;
|-&lt;br /&gt;
|2001&lt;br /&gt;
|8.0&lt;br /&gt;
|Traktopel&lt;br /&gt;
|-&lt;br /&gt;
|2001&lt;br /&gt;
|8.1&lt;br /&gt;
|Vitamin&lt;br /&gt;
|-&lt;br /&gt;
|2002&lt;br /&gt;
|8.2&lt;br /&gt;
|Bluebird&lt;br /&gt;
|-&lt;br /&gt;
|2002&lt;br /&gt;
|9.0&lt;br /&gt;
|Dolphin&lt;br /&gt;
|-&lt;br /&gt;
|2003&lt;br /&gt;
|9.1&lt;br /&gt;
|Bamboo&lt;br /&gt;
|-&lt;br /&gt;
|2003&lt;br /&gt;
|9.2&lt;br /&gt;
|FiveStar&lt;br /&gt;
|-&lt;br /&gt;
|2004&lt;br /&gt;
|10.0&lt;br /&gt;
|Community and Official&lt;br /&gt;
|-&lt;br /&gt;
|2004&lt;br /&gt;
|10.1&lt;br /&gt;
|Community&lt;br /&gt;
|-&lt;br /&gt;
|2004&lt;br /&gt;
|10.1&lt;br /&gt;
|Official&lt;br /&gt;
|-&lt;br /&gt;
|2005&lt;br /&gt;
|10.2&lt;br /&gt;
|Limited Edition 2005&lt;br /&gt;
|-&lt;br /&gt;
|N/A&lt;br /&gt;
|N/A&lt;br /&gt;
|Cooker&lt;br /&gt;
|}&lt;br /&gt;
==External links==&lt;br /&gt;
*[http://www.mandriva.com Official website]&lt;br /&gt;
*[http://www.linuxquestions.org/questions/forumdisplay.php?s=&amp;amp;forumid=30 LinuxQuestions' Mandriva Forum] &lt;br /&gt;
*[http://en.wikipedia.org/wiki/Mandriva_Linux Mandriva @ Wikipedia]&lt;br /&gt;
*[http://easyurpmi.zarb.org/ Easy URPMI]&lt;/div&gt;</summary>
		<author><name>Abattoir</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Talk:Mandrake&amp;diff=26092</id>
		<title>Talk:Mandrake</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Talk:Mandrake&amp;diff=26092"/>
		<updated>2005-07-28T05:50:28Z</updated>

		<summary type="html">&lt;p&gt;Abattoir: Talk:Mandrake moved to Talk:Mandriva&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Talk:Mandriva]]&lt;br /&gt;
&lt;/div&gt;</summary>
		<author><name>Abattoir</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=Mandrake&amp;diff=26091</id>
		<title>Mandrake</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=Mandrake&amp;diff=26091"/>
		<updated>2005-07-28T05:50:28Z</updated>

		<summary type="html">&lt;p&gt;Abattoir: Mandrake moved to Mandriva&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Mandriva]]&lt;br /&gt;
&lt;/div&gt;</summary>
		<author><name>Abattoir</name></author>
	</entry>
	<entry>
		<id>https://wiki.linuxquestions.org/index.php?title=List_of_Linux_distributions&amp;diff=18288</id>
		<title>List of Linux distributions</title>
		<link rel="alternate" type="text/html" href="https://wiki.linuxquestions.org/index.php?title=List_of_Linux_distributions&amp;diff=18288"/>
		<updated>2005-07-28T05:49:20Z</updated>

		<summary type="html">&lt;p&gt;Abattoir: /* Alphabetical distribution listing */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://kernel.org Linux] is a [[kernel]], in itself not an extremely useful piece of software to the user, but very important: it provides hardware resources management, and access to the hardware is necessary to get anything done, of course.  To have a fully functional [[operating system]], some basic software is needed as well.  A [[GNU/Linux]] [[distribution]] is the complete package.  Most modern distributions also come with graphical installers to help with the initial setup.&lt;br /&gt;
&lt;br /&gt;
==Special categories==&lt;br /&gt;
*[[Live CD distributions]]&lt;br /&gt;
*[[Source distributions]]&lt;br /&gt;
*[[Firewall distributions]]&lt;br /&gt;
*[[Embedded Linux]]&lt;br /&gt;
*[[ISO CD Vendors]]&lt;br /&gt;
&lt;br /&gt;
==Alphabetical distribution listing==&lt;br /&gt;
*[http://www.altlinux.ru ALTLinux]&lt;br /&gt;
*[[AMSEL]]&lt;br /&gt;
*[[Amigo Linux]]&lt;br /&gt;
*[[Arch Linux]]&lt;br /&gt;
*[[Ark linux]]&lt;br /&gt;
*[[ASPLinux]]&lt;br /&gt;
*[[Aurox]]&lt;br /&gt;
*[[BasicLinux]]&lt;br /&gt;
*[[BioKnoppix]]&lt;br /&gt;
*[[BLAG]]&lt;br /&gt;
*[[Buffalo]]&lt;br /&gt;
*[[cAos]]&lt;br /&gt;
*[[CentOS]]&lt;br /&gt;
*[[ClusterKnoppix]]&lt;br /&gt;
*[[CollegeLinux]]&lt;br /&gt;
*[[Conectiva]]&lt;br /&gt;
*[[Core Linux]]&lt;br /&gt;
*[[Crux]]&lt;br /&gt;
*[[DamnSmallLinux]]&lt;br /&gt;
*[[Debian]]&lt;br /&gt;
*[[DeLi Linux]]&lt;br /&gt;
*[[Devil-Linux]]&lt;br /&gt;
*[[DragonLinux]]&lt;br /&gt;
*[[Dyne:Bolic]]&lt;br /&gt;
*[[Feather]]&lt;br /&gt;
*[[Fedora]]&lt;br /&gt;
*[[Floppix]]&lt;br /&gt;
*[[FloppyFW]]&lt;br /&gt;
*[[Fnord Linux]]&lt;br /&gt;
*[[Foresight]]&lt;br /&gt;
*[[Freesco]]&lt;br /&gt;
*[[Frugalware]]&lt;br /&gt;
*[[Gentoo]]&lt;br /&gt;
*[[Goppex]]&lt;br /&gt;
*[[Gnoppix]]&lt;br /&gt;
*[[GoboLinux]]&lt;br /&gt;
*[[IPCop]]&lt;br /&gt;
*[[IpodLinux]]&lt;br /&gt;
*[[Kanotix]]&lt;br /&gt;
*[[Kate OS]]&lt;br /&gt;
*[[KnopILS]]&lt;br /&gt;
*[[Knoppix]]&lt;br /&gt;
*[[Kubuntu]]&lt;br /&gt;
*[[Kurumin]]&lt;br /&gt;
*[[Libranet]]&lt;br /&gt;
*[[Linspire]], formerly [[LindowsOS]]&lt;br /&gt;
*[[Linux From Scratch]]&lt;br /&gt;
*[[LNX-BBC]]&lt;br /&gt;
*[[Lorma]]&lt;br /&gt;
*[[Lunar Linux]]&lt;br /&gt;
*[[Lycoris]]&lt;br /&gt;
*[[Mandriva]], formerly [[Mandrake]]&lt;br /&gt;
*[[Mandows]]&lt;br /&gt;
*[[MEPIS]]&lt;br /&gt;
*[[MiniSlack]]&lt;br /&gt;
*[[Morphix]]&lt;br /&gt;
*[[muLinux]]&lt;br /&gt;
*[[Peanut]]&lt;br /&gt;
*[[PCLinuxOS]]&lt;br /&gt;
*[[PHLAK]]&lt;br /&gt;
*[[Red Hat]]&lt;br /&gt;
*[[Rifai Linux]]&lt;br /&gt;
*[[Rinux]]&lt;br /&gt;
*[[RiOZ]]&lt;br /&gt;
*[[ROCK Linux]]&lt;br /&gt;
*[[Rubyx]]&lt;br /&gt;
*[[Skole Linux]]&lt;br /&gt;
*[[Slackware]]&lt;br /&gt;
*[[SLAX]]&lt;br /&gt;
*[[SmoothWall]]&lt;br /&gt;
*[[SOL (Server Optimized Linux)]]&lt;br /&gt;
*[[SOT Linux]]&lt;br /&gt;
*[[Source Mage]]&lt;br /&gt;
*[[SPB-Linux]]&lt;br /&gt;
*[[Sun JDS]]&lt;br /&gt;
*[[SuSE]]&lt;br /&gt;
*[[SystemRescue]]&lt;br /&gt;
*[[Thiz]]&lt;br /&gt;
*[[tinysofa]]&lt;br /&gt;
*[[TopologiLinux]]&lt;br /&gt;
*[[Trustix Secure Linux]]&lt;br /&gt;
*[[TurboLinux]]&lt;br /&gt;
*[[Turkix]]&lt;br /&gt;
*[[Ubuntu Linux]]&lt;br /&gt;
*[[Underground Desktop]]&lt;br /&gt;
*[[VectorLinux]]&lt;br /&gt;
*[[Vida Linux]]&lt;br /&gt;
*[[WHAX]]&lt;br /&gt;
*[[Whitebox Linux]]&lt;br /&gt;
*[[Yellow Dog Linux]]&lt;br /&gt;
*[[Yoper]]&lt;br /&gt;
*[[Xandros]]&lt;br /&gt;
&lt;br /&gt;
==Family-Tree distribution listing==&lt;br /&gt;
*[[AMSEL]]&lt;br /&gt;
*[[Arch Linux]]&lt;br /&gt;
*[[Core Linux]]&lt;br /&gt;
*[[Crux]]&lt;br /&gt;
*[[Debian]]&lt;br /&gt;
*#[[Corel Linux]]&lt;br /&gt;
*##[[Xandros]]&lt;br /&gt;
*#[[DamnSmallLinux]]&lt;br /&gt;
*#[[Floppix]]&lt;br /&gt;
*#[[Knoppix]]&lt;br /&gt;
*##[[BioKnoppix]]&lt;br /&gt;
*##[[ClusterKnoppix]]&lt;br /&gt;
*##[[Feather]]&lt;br /&gt;
*##[[Gnoppix]]&lt;br /&gt;
*##[[Kanotix]]&lt;br /&gt;
*##[[KnopILS]]&lt;br /&gt;
*##[[Kurumin]]&lt;br /&gt;
*##[[MEPIS]]&lt;br /&gt;
*##[[Morphix]]&lt;br /&gt;
*###[[PHLAK]]&lt;br /&gt;
*#[[Libranet]]&lt;br /&gt;
*#[[Linspire]], formerly [[LindowsOS]]&lt;br /&gt;
*#[[Ubuntu]]&lt;br /&gt;
*##[[Kubuntu]]&lt;br /&gt;
*#[[Underground Desktop]]&lt;br /&gt;
*[[Devil-Linux]]&lt;br /&gt;
*[[Dyne:Bolic]]&lt;br /&gt;
*[[Gentoo]]&lt;br /&gt;
*#[[SystemRescue]]&lt;br /&gt;
*#[[Vida Linux]]&lt;br /&gt;
*#[[Goppex]]&lt;br /&gt;
*[[GoboLinux]]&lt;br /&gt;
*[[IPCop]]&lt;br /&gt;
*[[IpodLinux]]&lt;br /&gt;
*[[Linux From Scratch]]&lt;br /&gt;
*[[LNX-BBC]]&lt;br /&gt;
*[[Lunar Linux]]&lt;br /&gt;
*[[Lycoris]]&lt;br /&gt;
*#[[Mandows]]&lt;br /&gt;
*[[muLinux]]&lt;br /&gt;
*[[Red Hat]]&lt;br /&gt;
*#[[Ark linux]]&lt;br /&gt;
*#[[Aurox]]&lt;br /&gt;
*#[[BLAG]]&lt;br /&gt;
*#[[cAos]]&lt;br /&gt;
*#[[Conectiva]]&lt;br /&gt;
*#[[Fedora]]&lt;br /&gt;
*##[[ASPLinux]]&lt;br /&gt;
*##[[tinysofa]]&lt;br /&gt;
*#[[Lorma]]&lt;br /&gt;
*#[[Mandrake]]&lt;br /&gt;
*##[[PCLinuxOS]]&lt;br /&gt;
*##[[ALTLinux]]&lt;br /&gt;
*##[[Turkix]]&lt;br /&gt;
*#[[Redhat Enterprise Linux (RHEL)]]&lt;br /&gt;
*##[[CentOS]]&lt;br /&gt;
*##[[Whitebox_Linux]]&lt;br /&gt;
*#[[SOT Linux]]&lt;br /&gt;
*#[[Thiz]]&lt;br /&gt;
*#[[Trustix Secure Linux]]&lt;br /&gt;
*#[[TurboLinux]]&lt;br /&gt;
*#[[Whitebox Linux]]&lt;br /&gt;
*#[[Yellow Dog Linux]]&lt;br /&gt;
*[[ROCK Linux]]&lt;br /&gt;
*[[Rubyx]]&lt;br /&gt;
*[[Skole Linux]]&lt;br /&gt;
*[[Slackware]]&lt;br /&gt;
*#[[Amigo Linux]]&lt;br /&gt;
*#[[BasicLinux]]&lt;br /&gt;
*#[[CollegeLinux]]&lt;br /&gt;
*#[[DeLi Linux]]&lt;br /&gt;
*#[[DragonLinux]] -- currently inactive&lt;br /&gt;
*#[[Peanut]]&lt;br /&gt;
*#[[Slax]]&lt;br /&gt;
*#[[VectorLinux]]&lt;br /&gt;
*##[[Buffalo]]&lt;br /&gt;
*[[SmoothWall]]&lt;br /&gt;
*[[SOL (Server Optimized Linux)]]&lt;br /&gt;
*[[Source Mage]]&lt;br /&gt;
*[[SPB-Linux]]&lt;br /&gt;
*[[SuSE]]&lt;br /&gt;
*#[[Sun JDS]]&lt;br /&gt;
*[[Yoper]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Don't know what distribution is right for you? See [[Choosing a Linux distribution]].&lt;br /&gt;
&lt;br /&gt;
==Sites with distro lists==&lt;br /&gt;
*http://www.distromania.com&lt;br /&gt;
*http://www.linux.com&lt;br /&gt;
*http://www.linux.org&lt;br /&gt;
*http://www.linuxiso.org&lt;br /&gt;
*http://www.distrowatch.org&lt;br /&gt;
*[http://www.confederatelinux.com/linux/index.htm www.confederatelinux.com]&lt;br /&gt;
*[http://perso.wanadoo.es/xose/linux/linux_ports.html Ports of Linux]&lt;/div&gt;</summary>
		<author><name>Abattoir</name></author>
	</entry>
</feed>