Skip to content

Update faq.md #12702

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions readme/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,16 @@ Additionally the Windows Task Manager can be used to verify whether Joplin is st

Notebooks and notes on iOS are not backed up when [backing up to your Mac](https://support.apple.com/guide/mac-help/back-up-and-restore-your-device-mchla3c8ed03/mac).

## How do I uninstall Joplin completely on Linux?

```
rm -r ~/.joplin
rm -r ~/.joplin-bin
rm -r ~/.config/Joplin
rm -r ~/.config/joplin-desktop
rm ~/.local/share/applications/appimagekit-joplin.desktop
Comment on lines +163 to +167
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't it going to be different depending on the Linux distribution, how it was installed and other system parameters? I'm just wondering if it's even worth having this information if it's not going to half of the time

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Isn't it going to be different depending on the Linux distribution, how it was installed and other system parameters? I'm just wondering if it's even worth having this information if it's not going to half of the time

I cannot speak to that at this time. I do not have an Ubuntu etc image spun up to test. We could denote that the above commands were specifically tested on Fedora. This should cover a large install base. I believe there is value if we can assist a segment of the user base (anyone who is using Fedora/binary copy of fedora).

```

## Why is it named Joplin?

The application is named in honour of composer and pianist [Scott Joplin](https://en.wikipedia.org/wiki/Scott_Joplin), whose music I frequently listen to. His name is also easy to remember and type, making it a fitting choice.
Loading