maid icon indicating copy to clipboard operation
maid copied to clipboard

Package for Ubuntu

Open benjaminoakes opened this issue 12 years ago • 29 comments

Want easier installation? Make your voice heard.

It might be worth making a .deb and adding this to the Ubuntu Software Center for easier installation. Right now, there are just manual installation instructions in the README.

Interested? Just leave a comment with a +1 so I know. :smile:

benjaminoakes avatar Aug 30 '12 14:08 benjaminoakes

i would love to see ubuntu packages ...so +1

why? cause at least for me apt is the way to update debian-based systems - i wasnt even used to ruby before ;)

yafp avatar Aug 31 '12 16:08 yafp

+1

arashbm avatar Sep 01 '12 08:09 arashbm

Assuming you want this application to enter mainstream usage on Linux, there needs to be an Ubuntu package.

holocronweaver avatar Sep 01 '12 09:09 holocronweaver

I've started on this, but have run into some problems reconciling gems with Debian packages. I've written up a question on StackOverflow: How do I package a Ruby application for Ubuntu, including its gem dependencies?

Please share a link to that question, if you'd like. :smile:

benjaminoakes avatar Sep 02 '12 04:09 benjaminoakes

+1

Benjmin avatar Sep 03 '12 17:09 Benjmin

What is the status of this right now?

jrgifford avatar Nov 25 '12 23:11 jrgifford

@jrgifford It's at a standstill for now. The benefits to having an Ubuntu package are pretty minimal at the moment, especially if it's just scripting installing the ruby1.9.1 dependency and then running gem install maid. I do like that a PPA would make software updates easier to distribute, though.

Right now, I'm spending the time I have to work on Maid fixing bugs and implementing new features. I may come back to the Ubuntu package, especially if enough users would find it useful. In the immediate-term, I can package up a "gem installer deb" and put it under the GitHub downloads -- I've gotten that working before.

I see you responded to my question on StackOverflow and have a related GitHub repo. Any help is appreciated, as always. There's a good chance you know more about this topic than I do. :smile:

benjaminoakes avatar Nov 26 '12 01:11 benjaminoakes

@benjaminoakes: I hope my answer can be of some help. I'd be interested to see this on Linux, as I use Linux for a lot of my stuff. And this looks nice. An automated Download killer would be awesome!

Linux-cpp-lisp avatar Nov 26 '12 22:11 Linux-cpp-lisp

@Linux-cpp-lisp Your answer is definitely helpful. Thanks for your help!

For what it's worth, Maid does officially support Ubuntu as of v0.1.3. I use it on my personal Ubuntu laptop. This issue is just about providing a package for Ruby newbies. :smile:

benjaminoakes avatar Nov 26 '12 22:11 benjaminoakes

@benjaminoakes: Cool. I wonder if I could get it to work on Mint, considering that Mint is an Ubuntu derivative, and if there is any file manager integration, as long as it's done through GNOME APIs, not Nautilus ones, it should work. I'll try it when I have the time.

That's true. I think the main benefit of having a PPA and a .deb is the auto-updates, because gem doesn't do that. It can be a bit of a pain to have to do it separately.

Note: I'm one of those package-management-till-the-end people. Ever since I saw apt-get, I can't live without it!

Linux-cpp-lisp avatar Nov 26 '12 22:11 Linux-cpp-lisp

Oh yeah. +1

Linux-cpp-lisp avatar Nov 26 '12 22:11 Linux-cpp-lisp

@Linux-cpp-lisp Glad you like it. :smile:

Ubuntu-derived distributions like Mint should work, but I only really have the resources to support Ubuntu proper. Community support of other distros is welcome. If you'd like, you can document your experiences in the wiki.

I can understand what you say about apt-get and definitely want oblige at some point. I got a little burned out on Ubuntu packaging earlier. Right now, I'm more likely to implement other new features. :smile:

If you want to experiment with making a package that can be accepted into a PPA, that would be very helpful! Please let me know if you'd like to coordinate. (I still have a PPA -- it just doesn't have any packages yet.)

benjaminoakes avatar Nov 26 '12 23:11 benjaminoakes

Cool! I'll take a look soon.

On Nov 26, 2012, at 4:20 PM, Ben Oakes [email protected] wrote:

@Linux-cpp-lisp Glad you like it.

Ubuntu-derived distributions like Mint should work, but I only really have the resources to support Ubuntu proper. Community support of other distros is welcome. If you'd like, you can document your experiences in the wiki.

I can understand what you say about apt-get and definitely want oblige at some point. I got a little burned out on Ubuntu packaging earlier. Right now, I'm more likely to implement other new features.

If you want to experiment with making a package that can be accepted into a PPA, that would be very helpful! Please let me know if you'd like to coordinate. (I still have a PPA -- it just doesn't have any packages yet.)

— Reply to this email directly or view it on GitHub.

Linux-cpp-lisp avatar Nov 26 '12 23:11 Linux-cpp-lisp

I've been using Ubuntu full time on my work and home desktop since 2005, so definitely a +1 from me.

shockme avatar Dec 16 '12 22:12 shockme

Cool! For Ubuntu or maid?

On Sunday, December 16, 2012, shockme wrote:

I've been using Ubuntu full time on my work and home desktop since 2005, so definitely a +1 from me.

— Reply to this email directly or view it on GitHubhttps://github.com/benjaminoakes/maid/issues/3#issuecomment-11423666.

Linux-cpp-lisp avatar Dec 17 '12 03:12 Linux-cpp-lisp

+1 for maid package for ubuntu :)

shockme avatar Dec 17 '12 15:12 shockme

having an ubuntu package is good for popularization of ruby, so :+1: but if I downloaded ruby via rvm or some other ruby management script, it is of no use so :-1: all in all it is a +0 :-)

nurettin avatar Dec 29 '12 06:12 nurettin

@nurettin True, but you didn't take the auto updating of packages into consideration. Getting things updated automatically is a huge boon that RubyGems doesn't offer.

Linux-cpp-lisp avatar Dec 29 '12 15:12 Linux-cpp-lisp

@Linux-cpp-lisp you can keep gems updated with bundle update

nurettin avatar Dec 29 '12 17:12 nurettin

I agree with both points:

  • Auto updating would be nice. It's too hard to know when new versions of Maid are available right now. (If there's a pure Ruby solution, that might be good too.)
  • A package might not be the most useful for RVM users, etc... but for someone who is new to Ruby, it's a much easier way to get started.

However, neither are critical right now. Like I've said before, my current focus is on new features and bugfixes. Contributions are always appreciated, though. :smile:

benjaminoakes avatar Dec 31 '12 15:12 benjaminoakes

Good focus. For native software, a package is critical, but for Maid, it's only slightly necessary. On Dec 31, 2012, at 8:13 AM, Ben Oakes wrote:

I agree with both points:

Auto updating would be nice. It's too hard to know when new versions of Maid are available right now. (If there's a pure Ruby solution, that might be good too.) A package might not be the most useful for RVM users, etc... but for someone who is new to Ruby, it's a much easier way to get started. However, neither are critical right now. Like I've said before, my current focus is on new features and bugfixes. Contributions are always appreciated, though.

— Reply to this email directly or view it on GitHub.

Linux-cpp-lisp avatar Dec 31 '12 15:12 Linux-cpp-lisp

Vagrant recently switched to native packages. It looks like @mitchellh is using fpm for packaging, which supports multiple platforms.

wjbuys avatar Apr 01 '13 15:04 wjbuys

Thanks for sharing, @wjbuys. I remember trying fpm, but it wasn't doing quite what I was hoping for.

Like heroku, vagrant seems to be embedding Ruby, gems, and other dependencies in the package, and ignoring the system ruby. It's less pure than I would like, but that might be the way to go...

benjaminoakes avatar Apr 01 '13 18:04 benjaminoakes

Related:

  • https://packagecloud.io/
  • https://bintray.com/

benjaminoakes avatar Dec 30 '14 19:12 benjaminoakes

There's also the packaging system that Chef uses, Omnibus. Embeds everything similarly to Vagrant.

wjbuys avatar Dec 30 '14 19:12 wjbuys

How is the status of the project with auto-updating ;-)?

exetico avatar Nov 11 '15 21:11 exetico

@exetico I think this is not the place to do this question.

mhalano avatar Nov 12 '15 01:11 mhalano

@mhalano - Well, fair :-) I can understand that. I just saw the message from @Linux-cpp-lisp . Guess i was to snooze, then i post the question. Thanks for your anwser, anyways :-)

exetico avatar Nov 12 '15 14:11 exetico

+1

mhalano avatar Feb 24 '17 00:02 mhalano