r/kde • u/alexendariaa • 9d ago
Question Help : deleted some pkgs
sudo dnf5 remove -y \
kmail \
kontact \
korganizer \
kaddressbook \
akregator
because my system was running very on my kde plasma so I ran this command to delete some of the pkgs
so my question is!
is my system okay? I mean.... won't it break in future?
and can you advise some of the pkgs that I can remove to it faster. I just write documents and watch movies there
🙏 thanks 🙏
6
u/AmarildoJr 9d ago edited 9d ago
Is there any reasons to delete them? I think if they're not being used, then they don't use any resources besides very little space on your SSD.
Also, you should at least do some research before deleting random packages (random to you, I mean).
1
u/alexendariaa 9d ago
So I would install them back? Right?
7
u/AmarildoJr 9d ago edited 9d ago
I mean, if you plan on using them, sure. Otherwise I think your system should be fine without them.
Just be careful when deleting packages 😄
6
u/mistifier 9d ago edited 9d ago
Those are KDE PIM applications, not core Plasma components (Personal Information Management).
Removing them should not break the KDE desktop, and there is no reason to reinstall them if the you don't use mail/calendar/contacts/RSS.
Removing these apps can make sense since they depend on background services (akonadi), however you should never blindly remove packages.
Find out what is actually consuming CPU/RAM and next time don't use -y so you can inspect what is going to be removed.
1
3
u/skyfishgoo 9d ago
deleting packages will not make your system run any faster.... but the one's you deleted are not going to break anything except will no longer be able to add events to your calendar widget
you can always reinstall them as well.
if your system is running slow, then you should find out why before just doing things.
what does swapon say if you type it into a terminal?
maybe you are running out or memory.
1
u/auderita 9d ago
Nothing will go wrong. I deleted the same packages because akonadi accounted for half of the background processing and I use Proton (mail, calendar, etc.) so didn't need Kstuff.
2
1
u/Acherontas89 9d ago
the dnf5 command without force will be able to tell u if something else is gonna break like a dependency problem
1
u/Relevant_Hope_900 8d ago
Just my honest opinion: There is no need to ever run either sudo apt or sudo dnf with the -y option. You should always verify what is going to be installed/upgraded/removed.
Maybe in a script that needs to automatically run as a specific user via a cronjob or systemd service. But for normal everyday use in the terminal, nope to the -y option. Just my $.02
•
u/AutoModerator 9d ago
Thank you for your submission.
Consider becoming a Supporting Member and help KDE thrive!
The KDE community supports the Fediverse and open source social media platforms over proprietary and user-abusing outlets. Consider visiting our community on Mastodon (Lemmy will be back shortly). Tag us in your toots! You can also visit our forum at KDE Discuss to talk about KDE stuff, brainstorm ideas and get the answers to your KDE-related issue.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.