Bug 1325501 - dnf remove *bluetooth* tries to remove a lot of packages
Summary: dnf remove *bluetooth* tries to remove a lot of packages
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: dnf
Version: 24
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Packaging Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-09 09:51 UTC by Joachim Backes
Modified: 2016-04-11 11:25 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-04-11 11:25:09 UTC
Type: Bug


Attachments (Terms of Use)

Description Joachim Backes 2016-04-09 09:51:41 UTC
Description of problem:
My box has no bluetooth devices, so I tried to remove all bluetooth pkgs:

sudo dnf remove '*bluetooth*'

sudo dnf remove *bluetooth*
Dependencies resolved.
================================================================================
 Package                          Arch   Version         Repository        Size
================================================================================
Removing:
 NetworkManager-bluetooth         x86_64 1:1.2.0-0.8.rc1.fc24
                                                         @updates-testing 729 k
 accountsservice                  x86_64 0.6.40-3.fc24   @koji-override-1 300 k
 accountsservice-libs             x86_64 0.6.40-3.fc24   @koji-override-1 287 k
 control-center                   x86_64 1:3.20.0-1.fc24 @updates-testing  18 M
 gdm                              x86_64 1:3.20.0-1.fc24 @updates-testing 2.1 M
 gnome-bluetooth                  x86_64 1:3.18.3-1.fc24 @updates-testing  87 k
 gnome-bluetooth-libs             x86_64 1:3.18.3-1.fc24 @updates-testing 1.1 M
 gnome-classic-session            noarch 3.20.0-1.fc24   @updates-testing 194 k
 gnome-initial-setup              x86_64 3.20.0-1.fc24   @updates-testing 2.5 M
 gnome-keyring-pam                x86_64 3.20.0-1.fc24   @updates-testing  44 k
 gnome-shell                      x86_64 3.20.0-1.fc24   @updates-testing 9.5 M
 gnome-shell-extension-alternate-tab
                                  noarch 3.20.0-1.fc24   @updates-testing 9.4 k
 gnome-shell-extension-apps-menu  noarch 3.20.0-1.fc24   @updates-testing  26 k
 gnome-shell-extension-background-logo
                                  noarch 3.20.0-1.fc24   @updates-testing  56 k
 gnome-shell-extension-common     noarch 3.20.0-1.fc24   @updates-testing 551 k
 gnome-shell-extension-launch-new-instance
                                  noarch 3.20.0-1.fc24   @updates-testing 4.9 k
 gnome-shell-extension-places-menu
                                  noarch 3.20.0-1.fc24   @updates-testing  23 k
 gnome-shell-extension-user-theme noarch 3.20.0-1.fc24   @updates-testing 7.0 k
 gnome-shell-extension-window-list
                                  noarch 3.20.0-1.fc24   @updates-testing  56 k
 gnome-tweak-tool                 noarch 3.20.0-1.fc24   @updates-testing 1.0 M
 mutter                           x86_64 3.20.0-1.fc24   @updates-testing 5.2 M
 pulseaudio-gdm-hooks             x86_64 8.0-6.fc24      @koji-override-1 354  
 pulseaudio-module-bluetooth      x86_64 8.0-6.fc24      @koji-override-1 174 k
 qgnomeplatform                   x86_64 0.1-4.fc24      @updates-testing 297 k
 sbc                              x86_64 1.3-4.fc24      @koji-override-1 268 k
 telepathy-logger                 x86_64 0.8.2-3.fc24    @koji-override-1 263 k
 vino                             x86_64 3.20.0-1.fc24   @updates-testing 2.0 M

Transaction Summary
================================================================================
Remove  27 Packages

Installed size: 44 M
Is this ok [y/N]: 


Version-Release number of selected component (if applicable):
dnf-1.1.8-1.fc24.noarch

How reproducible:
always

Steps to Reproduce:
1.dnf remove *bluetooth*
2.
3.

Actual results:
see description

Expected results:


Additional info:

rpm -qa '*bluetooth*'
gnome-bluetooth-libs-3.18.3-1.fc24.x86_64
gnome-bluetooth-3.18.3-1.fc24.x86_64
NetworkManager-bluetooth-1.2.0-0.8.rc1.fc24.x86_64
pulseaudio-module-bluetooth-8.0-6.fc24.x86_64

Comment 1 Igor Gnatenko 2016-04-11 11:25:09 UTC
gnome-bluetooth-libs is required by control-center.

control-center required by gnome-shell and etc.


From all of this you can only safely remove NetworkManager-bluetooth..


Note You need to log in before you can comment on or make changes to this bug.