Recent searches


No recent searches

System prep for app developers 1: Setting up your command-line interface



Posted Mar 26, 2021

This is a continuing discussion about the article System prep for app developers 1: Setting up your command-line interface in the developer documentation.


0

3

3 comments

I was trying to install zendesk_apps_tools in windows 10 linux subsystem with errors concerning missing packages.

After some reading to my logs and installing the below it worked like a charm:

  1. ruby-dev
  2. gcc
  3. make
  4. g++
  5. zlibc
  6. zlib1g

The packages were missing from my default installation in ubuntu windows

0


Thanks Argyris, that information should be added to the official documentation! In addition, I also had to install the zlib1g-dev package.

0


Thanks @..., I was struggling through this installation process and had tried several workarounds with no luck - your advise perfectly worked for me.

0


Please sign in to leave a comment.

Didn't find what you're looking for?

New post