Installing the xcode command line tool (via a pkg file) on a Linux server

I would like to install the XCode Command Line Tools on my Centos Linux server. The downloadable file comes packaged as a .pkg, so I can't install it. I see it is Unix so I should be in luck to use it (https://developer.apple.com/downloads/).


How might I be able to know what files to take from my local machine to then add to my server? Or is there another way to install the tools?

Does anyone have any experience getting the xcode-select tools working on Linux?

Replies

Xcode and its tools only work on OS X.