Skip to content
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

How to remove this app #10

Open
daoncrack opened this issue May 3, 2022 · 4 comments
Open

How to remove this app #10

daoncrack opened this issue May 3, 2022 · 4 comments

Comments

@daoncrack
Copy link

I just recently switch to winapps to use office and I want to remove l-office because of the same logo, how do i do this and thank you

@ahornero
Copy link

rm -rf ~/.local/bin
rm -rf ~/.local/share/applications/loffice-365-*
rm -rf ~/.local/share/loffice-365

@adil192
Copy link

adil192 commented Oct 20, 2024

I don't recommend running rm -rf ~/.local/bin since that could include files you don't want to delete.

Either run the uninstaller from my fork:

git clone https://github.com/adil192/loffice-365.git
cd loffice-365
./uninstall.sh

or manually uninstall with:

rm -rf ~/.local/share/loffice-365
rm -f ~/.local/share/applications/loffice-365-*.desktop
rm -rf ~/OneDrive/Loffice365/
# and manually remove specific files from ~/.local/bin/

@Fmstrat
Copy link
Owner

Fmstrat commented Oct 20, 2024

Woa, I totally forgot I made this before I made WinApps 😆

@ahornero
Copy link

I don't recommend running rm -rf ~/.local/bin since that could include files you don't want to delete.

Either run the uninstaller from my fork:

git clone https://github.com/adil192/loffice-365.git
cd loffice-365
./uninstall.sh

or manually uninstall with:

rm -rf ~/.local/share/loffice-365
rm -f ~/.local/share/applications/loffice-365-*.desktop
rm -rf ~/OneDrive/Loffice365/
# and manually remove specific files from ~/.local/bin/

Nice contribution @adil192 I agree, better that way! Alberto.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants