#Removing Fcitx
21 messages · Page 1 of 1 (latest)
Please try sudo apt remove fcitx in a terminal and report what it says.
No errors, got removed
Hope this won't break anything
Will it?
It is just to support Asian language input. If you do not require that, no need to have it. And you can always reinstall if you should need it.
Oh right
Thanks
So what's the next step?
Mark your thread as solved? Unless you need anything else regarding this topic.
What about these other two packages?
Would removing them break something?
If no, how do I remove them?
The names suggest they are only needed for fcitx, which you already removed. I suggest you run apt search fcitx* | grep ^i from a terminal and see if there is anything else matching that filter. If this looks fine to you, you can remove these with sudo apt remove fctix*. The * is a wildcard that basically tells it to look for anything that starts with fcitx.
Ooh
Thank you!
Marking as solved
At the same time, is it really safe to remove all these packages?
Like, I'm always feeling like I'm about to break something
It should be, but there is something you can do to be extra safe. Open Timeshift and configure it, if you have not done that so far. Then set a snapshot that you can return to. If anything goes wrong, you can later roll back to that snapshot.
Timeshift is basically savegames for Linux desktops. Never lose a boss fight again.
Thank youuuu!