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

Multiple package selection when installing packages. #294

Open
MarkoShiva opened this issue Sep 24, 2022 · 6 comments
Open

Multiple package selection when installing packages. #294

MarkoShiva opened this issue Sep 24, 2022 · 6 comments

Comments

@MarkoShiva
Copy link

Before opening a new issue
Install the staging branch and check if the unexpected behavior is happening there as well.
If you are on ArchLinux-based distro, you can install it through AUR (bauh-staging). Otherwise, you have
to clone the repository and install it with pip:

git clone https://github.com/vinifmor/bauh.git -b staging --depth=1
cd bauh
python3 -m venv venv
venv/bin/pip install pip --upgrade
venv/bin/pip install setuptools --upgrade
venv/bin/pip install -r requirements.txt
venv/bin/pip install .
venv/bin/bauh  # or venv/bin/bauh-tray

Describe the bug
A clear and concise description of what the bug is.

Feature request
Application from my knowing of using the same do not have option to select multiple packages for installation as it does use AUR it could have same type of resolution based on dependencies found there.

Software Environment
bauh version:
O.S: name and version
Python version:
Installation method: pip | distro package manager (e.g: pacman)

bauh: 0.10.3
OS: Arch Linux stable rolling.
Kernel: 5.19.10-arch1-1
Python: 3.10
installed via pm.

P.S: these instructions and the template must be respected, otherwise your issue will be closed.

@vinifmor
Copy link
Owner

Hi @MarkoShiva , this feature is already on the backlog, but I'll let this issue open so people can be aware of it

@Lennox84
Copy link

Amazing! I was hoping someone had already asked this... Please bring this in... For all the great ways bauh works this is a key feature for such a solid application and especially because bauh is the 1st app I install and do all subsequent installs from bauh on a new install... Multiple application selections for me would be HUGE!!

@vinifmor
Copy link
Owner

Hi, folks. I'm planning the best way to add this feature to the current UI. It's a priority on the backlog.

Cheers

@vinifmor vinifmor pinned this issue Jan 12, 2023
@vinifmor
Copy link
Owner

folks, a little update on this feature: it demands a heavy UI refactoring, that's why I'm taking longer to release something on the staging branch (the idea is to have a new RC before March)

@vinifmor
Copy link
Owner

Hi folks... a quick update regarding this feature: unfortunately it is not stable yet for a new Release Candidate, but I'll let a video preview:

bauh-multi-install

@vinifmor
Copy link
Owner

This feature is currently stalled due to the complexity of the current front-end code. I'm thinking about a different strategy to implement it.

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

No branches or pull requests

3 participants