Did you try running a scan for malware? I usually use ClamAV. It’s a simple, FOSS anti-virus scanner for Linux. Can run it from the terminal or install a version with a GUI if you’d prefer that.
- 0 Posts
- 3 Comments
Joined 1 year ago
Cake day: July 3rd, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
rudyharrelson@lemmy.radioto Linux@programming.dev•Bazaar Is the Flatpak Store GNOME Always Needed0·5 days agoRelying on flatpaks seems like a bad idea.
A more reasonable take might be: don’t install flatpaks willy-nilly without first verifying that they’re maintained by the original developers (or an authorized third party, which is sometimes the case). The same way I wouldn’t run
apt install <package>
without first checking the package info to ensure I’m installing a legit package (if I’m not already familiar with the specific package I’m installing).
For inline code
like this
, wrap the text in backticks `like this`.For multi-line code, wrap the text in triple backticks ``` like this ```