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

What is a nonportable app? #275

Open
Siddhant opened this issue Mar 4, 2024 · 2 comments
Open

What is a nonportable app? #275

Siddhant opened this issue Mar 4, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@Siddhant
Copy link

Siddhant commented Mar 4, 2024

Bug Report

Current Behaviour

It's unclear what is a "nonportable" app. Is it referring to portability across different computers, windows-reinstalls, or something else? If yes, how exactly is portability achieved in apps which are actually "portable"? I'm a little confused.

Expected Behaviour

In the README of this project, can you kindly add a description of what exactly is meant by "nonportable" apps, and what kind of issues/limitations one should expect form such nonportable apps.

Additional context/output

Would be very helpful to explain this with an example, and maybe also contrast it with a "portable" app.

@Siddhant Siddhant added the bug Something isn't working label Mar 4, 2024
@EphemeralDev
Copy link

A portable app is one that contains everything needed to run in a single directory. So when you download it and unzip it to a location you're good to go.

A nonportable app runs an installer and copies the necessary files to various directories for use. When uninstalling it would use the uninstaller to cleanup the files it placed.

@juliomaranhao
Copy link

juliomaranhao commented Sep 20, 2024

The main scoop bucket is main. The 2nd is extras.
main has CLI apps.
extras has GUI apps.

What is the reason for this nonportable scoop bucket?
Does the name imply main/extras have only portable apps, i.e. I can install any main/extras app in a portable usb drive?

Example: Google Chrome is in extras. Is it possible to install it in a usb drive and use it like plug-n-play in another computer?

P.S.: This is just curiosity about this bucket. My interest is really "can I install it without admin rights?". And main/extras have mixed behaviour, although the majority are non-admin apps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants