mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[GH-ISSUE #771] How can i uninstall the software in linux Ubuntu ? #402
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#402
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @albertreynoso on GitHub (Jan 23, 2021).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/771
Current behavior
Expected behavior
Steps to reproduce
Environment
Desktop/Web
Mobile
@Komediruzecki commented on GitHub (Jan 23, 2021):
Depends how you installed, if it's debian package, download and/or double click on executable, it should opet some software center, and show you the uninstall button.
If you were using appImage, it's only in temp memory and not really installed, look at the temp folder in Unix dist and remove it from there.
Be sure to save data before doing any such install/uninstall.
@albertreynoso commented on GitHub (Jan 25, 2021):
Thanks for your help, I solved my problem using apt-get.
On Sat, Jan 23, 2021 at 3:44 PM Komediruzecki notifications@github.com
wrote:
@Komediruzecki commented on GitHub (Jan 31, 2021):
I'll close this since it is resolved.
Please feel free to reopen if you have any other enquiry or open new issue request for any other problem.
@atefBB commented on GitHub (Apr 18, 2025):
for anyone who is struggling to uninstall it:
apt remove --purge boostnote.nextdo the job !