Page 1 of 1

Command line to install additionnal softs

PostPosted: Apr 27th, '13, 09:43
by crissc
Hi,

Could someone give me any piece of advice about how to know the 'real' name of a package to be installed.
For example I wanted to install XFCE as Desktop Manager. So I tried urpmi xfce4, urpmi xfce... but none of these were the right name, I had to look at xfce.org to find out the name of the main package to install.
Is there any way to find out easily the names to be used to install the needed softwares ?

Thanks

Re: Command line to install additionnal softs

PostPosted: Apr 27th, '13, 11:40
by gohlip
Code: Select all
$ urpmq --fuzzy xfce

but why not use MCC?

Re: Command line to install additionnal softs

PostPosted: Apr 27th, '13, 14:38
by crissc
Thanks gohlip,
But that means this command lists every packages including xfce in their name, but I still don't know which one of these could be the "main" package which would install the rest.

I don't know MCC, will have a look on it.

Re: Command line to install additionnal softs

PostPosted: Apr 27th, '13, 14:41
by crissc
In fact yes I know what MCC is, but I don't think it's much esear to use than the command line.
Anyway, the MCC gives not a better result when searching about XFCE for example.

Re: Command line to install additionnal softs

PostPosted: Apr 27th, '13, 14:56
by martinw
For the various DEs, and for a few other useful groups of packages, Mageia provides "meta-packages". The meta-package name normally starts with "task-", so, for example, the XFCE meta-package is named "task-xfce".
Code: Select all
urpmq --fuzzy "task-"

is a good way of finding what other meta-packages are available.