snap command not available after installation via apt on Debian #98
Labels
No labels
📓 docs
🎮 gaming
bug
cicd
dependencies
duplicate
enhancement
github_actions
good first issue
help wanted
invalid
neovim
package_management
python
question
vim
wontfix
⏰ Cron
🍎 macOS
🐧 Linux
🐳 docker
🔒 infosec
🚧 larger project
🤷 let's chat about it
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jessebot/onboardme#98
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pretty sure this is related to this bit:
source: snapcraft.io
I hate that.
Hello Sorry for commenting here but i am new to open source can you guide me how to contribute to projects and how to work on them?
Sure, what do you want to know? You seem to have a good repo starred already. Is there something you'd like to help with? In general, if you see an issue with the tag "good first issue" it's probably good one to comment on and help others with. This project is for
onboardmewhich is a command line tool for installing packages and your personal dot files (these are files that begin with.in your home folder or directory on your computer. It also helps with a few other little things around python development. I currently only support macOS and Debian based operating systems such as Debian and Ubuntu. Some of this should still work on windows, but only with the WSL backend installed. Much of this might work on other Linux distributions, but I haven't tested them.If you are running on a mac or use Linux, and want to help out on this project specifically, you can start by reading my documentation here:
https://jessebot.github.io/onboardme/onboardme/getting-started/installation
Go through the installation, and then the quick start linked at the bottom. After you are done, let me know if there's anything that's broken or didn't work, by opening up a github issue in this project. If there's nothing broken, you can take a look at the other issues here, and ask how you can help out.
This specific github issue is for tracking down why the
snapcommand was failing, but I'm actively about to commit a fix. If you know Python, I can add you as a reviewer on the PR when it's done, and you can take a look and see if anything is broken.You can also check out other issues in this repo and see if there's anything you can do. Always happen to answer questions. Just try to be specific about what you want to help with :)
Oh, this project also helps setup vim or neovim as your IDE, and includes some docs on what on those are here (including what an IDE is):
https://jessebot.github.io/onboardme/vim
Thanks for the brief reply, I use WSL2 and I'll install OnBoardMe and look into it and yes I do know python please add me as a reviewer that would be great, I'll check other issues and please let me know if you think I can help with something.
Thanks once again
The quick start linked at the bottom in installation page is not working.
Great! You found your first issue :) Please open a github issue in this project using this button:

Have the title be something descriptive like "documentation link is broken" and in the description, add what link isn't working on what page :)
test build for the fix for this snap issue is published to pypi under version. It can be installed with:
Thanks, @cloudymax for finding the bug.
Hoi @Jessebot thanks for tagging me in 😄 - and a warm welcome to @Mahadsid as well 👋
Here are the steps I took to test this:
I rebuilt the containers using
Checked the built container version
I Validated the bug is present for version 0.15.7
I now update the container to the new version
I then re-ran
onboardmeand was able to validate that thesnapsection was indeed skippedThe script did end up failing on YouCompleteMe, but I believe that's due to the fact the container is running as root and no as a user with an actual home directory. I've opened an Issue for that here and will take a look at making to changes necessary to the dockerfile.