Re: Removing @gnome-desktop but leave the deps?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



InvalidPath wrote:
> On Wed, Jan 24, 2018 at 4:31 PM, Ed Greshko <ed.greshko@xxxxxxxxx> wrote:
>> If you know which packages you want to remain have you tried adding
>> --exclude to the
>> dnf command?
[...]
> $ sudo dnf remove @gnome-desktop --exclude=qemu*
> zsh: no matches found: --exclude=qemu*

You need to quote or escape the glob.  I believe that by
default zsh will warn you when you pass a glob which the
shell attempts to expand and there are no matches.  With
bash, this doesn't happen by default, but it's still a good
habit to quote/escape globs like this.

    $ sudo dnf remove @gnome-desktop --exclude='qemu*'

or

    $ sudo dnf remove @gnome-desktop --exclude=qemu\*

-- 
Todd
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
One of the symptoms of an approaching nervous breakdown is the belief
that one's work is terribly important.
    -- Bertrand Russell (1872-1970)

Attachment: signature.asc
Description: PGP signature

_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux