On 7/19/22 08:37, stan via users wrote:
On Tue, 19 Jul 2022 04:42:52 -0700
ToddAndMargo via users <users@lists.fedoraproject.org> wrote:

Hi All,

     I have both MATE and Xfce installed.  If I boot
into MATE, such that Xfce is not running, or not
start a GUI at all, how do I do a group reinstall
of Xfce?

Many thanks,
-T

Open a terminal and do
dnf reinstall group 'xfce'
?
Not sure of the group name, but this should pull in most of it.  If
you want more, I think there is another command you can add to pull in
optional packages.  man dnf should find it.


Hi Stan,

There has been some changes in dnf and groups.

I have yet to figure out "group reinstall".  The
manual page is not being a lot of help.

This is what I have so far:


List:
   # dnf group list | grep -i xfce
   Xfce Desktop


Install:
   # dnf groupinstall 'XFCE Desktop'


Reinstall:  Note, not working as of 2022-07-19
   # dnf groupreinstall 'XFCE Desktop'


Errors I get back:

# dnf groupreinstall 'XFCE Desktop'
No such command: groupreinstall. Please use /usr/bin/dnf --help
It could be a DNF plugin command, try: "dnf install 'dnf-command(groupreinstall)'"

# dnf group reinstall 'XFCE Desktop'
Invalid groups sub-command, use: summary, list, info, remove, install, upgrade, mark.


# dnf groupinstall 'XFCE Desktop(groupreinstall)'
Last metadata expiration check: 2:03:15 ago on Tue 19 Jul 2022 10:08:27 AM PDT.
Module or Group 'XFCE Desktop(groupreinstall)' is not available.
Error: Nothing to do.


-T
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to