I just registered https://snapcraft.io/dvc
just in case :)
Thanks, @casperdcl !
By the way, what do you think about #2760 ?
@casperdcl I remember installing skype from snap many years ago, and that is about the only time i've heard about it or used it :) Not quite sure I understand the purpose of creating a package for it, could you elaborate? I'm a bit worried about creating the package for it, because it might result in a situation we have with our AUR package, where no one was using it, so it just got abandoned.
@efiop snap is now bundled with the newest ubuntu distros so it easier to install a lot of packages, though I have to agree I don't see many users actually downloading it from there at is is more designed for casual linux users and dvc
is kind of niche software (unlike skype / spotify etc.)
@efiop
snap install dvc
would differ from apt install python3-pip && pip3 install dvc
in these ways:
dvc
would be running in a somewhat sandboxed env which may make it more likely for security-conscious users to installFor example, https://snapcraft.io/tqdm surprisingly has about 170 users despite the fact that
import
able in any scripts, which is the main use of tqdm
@n3hrox @casperdcl Thanks for clarifying guys! So can it be considered a replacement for our deb and rpm packages that we already have? Or should we think about it as a more of an addition? I've also seen some mentions about homebrew
for linux
, which is, I guess, a similar thing, right? Maybe less newbie frendly, but still, kinda an idea of a package manager for all linux-es?
@efiop yes I think so. I prefer snap install
over apt install
when available. Note that the Ubuntu Software Centre installs packages via snap
too, so dvc
would show up there...
Oh, nice! I agree, this would be nice to have. :slightly_smiling_face:
Ah I'll either need admin access to this repo or an admin needs to add it via https://build.snapcraft.io/select-repositories
Actually nvm turns out a few months ago travis finally caught up https://blog.travis-ci.com/2019-06-21-snaps-support-travis-ci so don't think we need the repo linked
@casperdcl I've accepted the request for snapchatsnapcraft, does it work now?
I'll submit a PR at some point.
Srry don't have snapchat :D
Most helpful comment
I just registered
https://snapcraft.io/dvc
just in case :)