View Single Post
edp17's Avatar
Posts: 592 | Thanked: 706 times | Joined on Jul 2019 @ UK
#36
Originally Posted by n950 View Post
How to remove two packages?
command lines please
Use zypper to find a package. Example:
Code:
zypper se bluetooth
This will give you a list like this:
Code:
S  | Name                                         | Summary            | Type
---+----------------------------------------------+--------------------+--------
i+ | bluetooth-rfkill-event-hciattach             | Bluetooth rfkill-> | package
   | bluetooth-rfkill-event-hciattach-configs-mer | Default configur-> | package
   | bluetooth-rfkill-event-hciattach-debuginfo   | Debug informatio-> | package
   | bluetooth-rfkill-event-hciattach-debugsource | Debug sources fo-> | package
   | bluetoothforcar                              | Bluetooth On/Off-> | package
   | bluetoothonoff2                              | Bluetooth On/Off   | package
i+ | broadcom-bluetooth-bluez5                    | Broadcom Bluetoo-> | package
   | broadcom-bluetooth-bluez5-debuginfo          | Debug informatio-> | package
   | broadcom-bluetooth-bluez5-debugsource        | Debug sources fo-> | package
i  | jolla-settings-bluetooth                     | Settings plugin -> | package
   | qt5-qtconnectivity-qtbluetooth               | QtBluetooth        | package
   | qt5-qtconnectivity-qtbluetooth-devel         | QtBluetooth - de-> | package
i  | sailfish-components-bluetooth-qt5            | Bluetooth UI com-> | package
   | sailfish-homescreen-silica-bluetooth         | The Sailfish Sil-> | package
All of them marked with 'i' or 'i+' are installed. ('i' means installed by the system, 'i+' means installed manually.)
Now use pkcon to remove them. Example
Code:
devel-su pkcon remove bluetooth-rfkill-event-hciattach
and
Code:
devel-su pkcon remove broadcom-bluetooth-bluez5
After this, the the version --dup shouldn't complain about that package again.
 

The Following 2 Users Say Thank You to edp17 For This Useful Post: