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

Uninstall System/Script #571

Open
daninus14 opened this issue Oct 12, 2023 · 0 comments
Open

Uninstall System/Script #571

daninus14 opened this issue Oct 12, 2023 · 0 comments

Comments

@daninus14
Copy link

Hi, thanks for making roswell!

I've used roswell to install different 'systems' or scripts. I am currently having a problem with one of them, namely lem, which I would like to uninstall, and try to do a fresh install again.

Per the docs here: How to distribute your software, not library, on Quicklisp ala python pip it would seem to be expected that just like ros can install a system/script, it should be able to uninstall one just like pip uninstall.

Currently ros delete only works for deleting lisp implementations, not systems/scripts installed with ros.

I would also expect ros list installed to list all installed systems/scripts, not just lisp implementations.

ros delete

Environment

MacOS

ros config

sbcl.version=2.3.9
ccl-bin.version=1.12.1
emacs.type=slime
slime.version=2021.06.30
setup.time=3906004312
sbcl-bin.version=2.1.6
default.lisp=sbcl

ros --version
roswell 21.01.14.108(NO-GIT-REVISION)

How to reproduce the issue

ros delete lem

Expected behavior

lem successfully uninstalled

Actual result

lem is not installed.

ros list installed

Similarly, I would expect to be able to see a list of installed systems/scripts. However running ros list installed only returns lisp implementations:

Actual Result

Installed implementations:

Installed versions of ccl-bin:
ccl-bin/1.12.1

Installed versions of sbcl-bin:
sbcl-bin/2.0.11
sbcl-bin/2.1.6

Installed versions of sbcl:
sbcl/2.3.2
sbcl/2.3.4
sbcl/2.3.7
sbcl/2.3.9
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

1 participant