Franklin Yu

Results 335 comments of Franklin Yu

Anyone interested in this? I can make PR if this will be reviewed and merged.

Bump. Again, I can make PR.

`wc -l` is [POSIX](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/wc.html). My use of `grep` is basic and also [POSIX](https://pubs.opengroup.org/onlinepubs/9699919799/utilities/grep.html) (because no option is used). Actually `dpkg -l` should only list installed packages, but uninstalled packages with...

@eloyesp I think some dependencies (like `libyaml` and `libffi`) are libraries, not executables, so they cannot be searched in “path”. I feel that using package manager itself is still easier.

Isn't it just ``` shell rm -rf ~/.rubies/ruby-2.2.0 ``` or am I missing anything?

@mvz Oh, because the files scatter everywhere? (Sorry I never tried messing with system Ruby.)

I'm thinking about `~/.local/src`. Not sure about being canonical, though.

There are very few previous example of gem available as Homebrew Formula, if any at all. Homebrew is not built with that in mind. I believe Homebrew Ruby allows you...

Any news? The `list` command is really useful when I’m lost.

I’m also interested in this. My use case is that, when I’m upgrading across macOS major versions, I need to reinstall all MacPorts packages (a.k.a. “ports”). I installed asciinema via...