GUI 명령의 로케일을 일시적으로 변경하는 방법은 무엇입니까?

GUI 명령의 로케일을 일시적으로 변경하는 방법은 무엇입니까?

내가 이것을 시도하면제안이와 같은 gui 명령을 사용하면 sudo LANG=en_US.UTF-8 partitionmanager얻을 수 없는 혼란스러운 프롬프트가 표시됩니다.

QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'
kf.dbusaddons: DBus session bus not found. To circumvent this problem try the 
following command (with bash):
export $(dbus-launch)


$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 12 (bookworm)
Release:    12
Codename:   bookworm

$ LANG=en_US.UTF-8 apt search kdesudo gksudo
Sorting... Done
Full Text Search... Done

왜 이것이 나에게 효과가 없습니까? 비슷한 gksudo게 있나요우분투~을 위한더반?

어떤 조언이라도 감사하겠습니다.

관련 정보