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 delete #1

Closed
memoir opened this issue Sep 24, 2018 · 4 comments
Closed

how to delete #1

memoir opened this issue Sep 24, 2018 · 4 comments
Labels
enhancement New feature or request question Further information is requested

Comments

@memoir
Copy link

memoir commented Sep 24, 2018

Instructions or a script to delete an installed Linux FS would be great. I could just delete the ubuntu_fs folder, but I'm only getting a bunch of "Permission denied" errors when I try to delete the centos_fs folder.

@memoir
Copy link
Author

memoir commented Sep 26, 2018

Oh, OK, just needed write permissions on the directory. Anyway, automated uninstall would be good idea, I think.

@exalab999
Copy link
Member

exalab999 commented Sep 27, 2018

Simply modify the permission by running chown -R 777 <distro>-fs/* and run rm -rf <distro>_fs would delete the directory, I will considering adding uninstallation script in the future.

The Uninstallation feature updated in v3.0 has the ability to automated this process, user only need to follow the instruction.

@exalab999 exalab999 added enhancement New feature or request question Further information is requested labels Nov 3, 2018
@tlgoa
Copy link

tlgoa commented Nov 26, 2018

I tried to unistall with the script you add to the app. But i am getting error message:
rm: can't remove 'de-apt.sh': No such file or directory
rm: can't remove 'de-apt-mate.sh': No such file or directory
rm: can't remove 'de-apt-lxqt.sh': No such file or directory
rm: can't remove 'de-apt-lxde.sh': No such file or directory
Help please

@exalab999
Copy link
Member

@tlgoa The uninstall script would try to remove all script that used in the Linux system, but user might not install them so the install script will return these error. It could be igroned safely.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants