Linux Mint 21.3 데스크탑에서 fwupd* 패키지를 안전하게 제거할 수 있습니까?

Linux Mint 21.3 데스크탑에서 fwupd* 패키지를 안전하게 제거할 수 있습니까?
# apt-get --simulate remove 'fwupd*'

...

The following package was automatically installed and is no longer required:
  libfwupdplugin5
Use 'apt autoremove' to remove it.
The following packages will be REMOVED:
  fwupd fwupd-signed
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
Remv fwupd [1.7.9-1~22.04.3]
Remv fwupd-signed [1.51.1~22.04.1+1.4-0ubuntu0.1]

제거해도 무해해 보이지만 OS에 필요한 용도가 무엇인지 잘 모르겠습니다.


완전성을 위해 새로 고침 명령의 출력을 첨부합니다.

# fwupdmgr refresh

WARNING: UEFI capsule updates not available or enabled in firmware setup
  See https://github.com/fwupd/fwupd/wiki/PluginFlag:capsules-unsupported for more information.
Updating lvfs
Downloading…             [***************************************]
Downloading…             [***************************************]
Downloading…             [***************************************]
Successfully downloaded new metadata: 0 local devices supported

미리 답변해 주셔서 감사합니다!

답변1

이 패키지에는 아무것도 의존하지 않으므로 패키지를 제거해도나머지아무것. fwupd펌웨어 업데이트에 사용되므로 이를 제거하면 펌웨어 업데이트에 사용할 수 있는 기능만 잃게 됩니다. 그럼에도 불구하고 시스템은 UEFI 패키지 업데이트를 지원하지 않으므로 fwupd기본 펌웨어를 업데이트 하지 못할 수도 있습니다 .

fwupd일부 주변 장치의 펌웨어를 업데이트하는 것도 가능하므로 유지하는 것이 좋습니다. 예로는 Logitech 수신기 및 일부 키보드가 있습니다.

관련 정보