-
Notifications
You must be signed in to change notification settings - Fork 213
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
Feature Suggestion (Install,Update,Upgrade,...) #135
Comments
It would be cool if betty could use more linux friendly players like rhythmbox and clementine as well as itunes. So for example - betty run rhythmbox |
The only problem with the first idea is that the developers would probably need to find away to make this system-agnostic for the other Linux distro's like SUSE,Red Hat, and Arch which don't use APT as a package manager. |
Maybe someone should build a cross platform package manager proxy and we could use it. |
How would you go about doing something like that? |
For this use case I wouldn't worry about standardizing package names since the user would be responsible for getting the package name right. |
If Betty can run following commands or it would be grate...
betty update system / betty run update --- > (apt-get update)
betty upgrade system --- > (apt-get upgrade)
betty dist-upgrade --- > (dist-upgrade)
betty install <package_name> --- > (apt-get install)
betty remove <package_name> --- > (apt-get remove)
The text was updated successfully, but these errors were encountered: