Software update wants to install Command Line Tools. Why? I have no Xcode installed Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How do I uninstall the command line tools for Xcode?Apple App Store continues to show Xcode 4.1 “Installed” even though I have uninstalled it.“Xcode is not installed on this system. Install from the Apple Appstore.” message when installing MetasploitHigh Sierra Xcode: which tools come with Command Line Tools installer?Beta Command Line Tools offered as update—why?brew install package asks to install command line tools from a path that doesn't existSoftware Update command (on Mac) not listing all the updatesInstalling Xcode Command Line ToolsWhy is /usr/include missing? I have Xcode and Command Line Tools installed (Mojave)Can't update Developer Tools on MojaveMacBook trying to install a non existing software update for iPhone
Why is "Captain Marvel" translated as male in Portugal?
Who can trigger ship-wide alerts in Star Trek?
Blender game recording at the wrong time
Strange behaviour of Check
Is it possible to ask for a hotel room without minibar/extra services?
Estimated State payment too big --> money back; + 2018 Tax Reform
Replacing HDD with SSD; what about non-APFS/APFS?
Can I throw a longsword at someone?
Notation for two qubit composite product state
How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time
Is above average number of years spent on PhD considered a red flag in future academia or industry positions?
What computer would be fastest for Mathematica Home Edition?
Are my PIs rude or am I just being too sensitive?
Is there folklore associating late breastfeeding with low intelligence and/or gullibility?
Fishing simulator
Do working physicists consider Newtonian mechanics to be "falsified"?
When communicating altitude with a '9' in it, should it be pronounced "nine hundred" or "niner hundred"?
Jazz greats knew nothing of modes. Why are they used to improvise on standards?
How do I keep my slimes from escaping their pens?
Geometric mean and geometric standard deviation
Statistical model of ligand substitution
What was the last x86 CPU that did not have the x87 floating-point unit built in?
How to market an anarchic city as a tourism spot to people living in civilized areas?
Complexity of many constant time steps with occasional logarithmic steps
Software update wants to install Command Line Tools. Why? I have no Xcode installed
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How do I uninstall the command line tools for Xcode?Apple App Store continues to show Xcode 4.1 “Installed” even though I have uninstalled it.“Xcode is not installed on this system. Install from the Apple Appstore.” message when installing MetasploitHigh Sierra Xcode: which tools come with Command Line Tools installer?Beta Command Line Tools offered as update—why?brew install package asks to install command line tools from a path that doesn't existSoftware Update command (on Mac) not listing all the updatesInstalling Xcode Command Line ToolsWhy is /usr/include missing? I have Xcode and Command Line Tools installed (Mojave)Can't update Developer Tools on MojaveMacBook trying to install a non existing software update for iPhone
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Next to the mac OS 10.14.4-Update, Softwareupdate also shows me the following as a further update / download:
Command Line Tools (macOS Mojave version 10.14) for Xcode 10.2
Now if I need it, I am fine installing it. I am wondering why I need it though, since I don't have Xcode installed, and am not developing software in any sense.
So why does Softwareupdate show me this, and shall I download it?
macos command-line install xcode software-update
add a comment |
Next to the mac OS 10.14.4-Update, Softwareupdate also shows me the following as a further update / download:
Command Line Tools (macOS Mojave version 10.14) for Xcode 10.2
Now if I need it, I am fine installing it. I am wondering why I need it though, since I don't have Xcode installed, and am not developing software in any sense.
So why does Softwareupdate show me this, and shall I download it?
macos command-line install xcode software-update
1
Do you have Homebrew installed?
– Nimesh Neema
Apr 3 at 10:58
Removal should be easy either before or after you upgrade - apple.stackexchange.com/questions/308943/…
– bmike♦
Apr 3 at 11:31
add a comment |
Next to the mac OS 10.14.4-Update, Softwareupdate also shows me the following as a further update / download:
Command Line Tools (macOS Mojave version 10.14) for Xcode 10.2
Now if I need it, I am fine installing it. I am wondering why I need it though, since I don't have Xcode installed, and am not developing software in any sense.
So why does Softwareupdate show me this, and shall I download it?
macos command-line install xcode software-update
Next to the mac OS 10.14.4-Update, Softwareupdate also shows me the following as a further update / download:
Command Line Tools (macOS Mojave version 10.14) for Xcode 10.2
Now if I need it, I am fine installing it. I am wondering why I need it though, since I don't have Xcode installed, and am not developing software in any sense.
So why does Softwareupdate show me this, and shall I download it?
macos command-line install xcode software-update
macos command-line install xcode software-update
asked Apr 3 at 10:56
BritzelBritzel
161
161
1
Do you have Homebrew installed?
– Nimesh Neema
Apr 3 at 10:58
Removal should be easy either before or after you upgrade - apple.stackexchange.com/questions/308943/…
– bmike♦
Apr 3 at 11:31
add a comment |
1
Do you have Homebrew installed?
– Nimesh Neema
Apr 3 at 10:58
Removal should be easy either before or after you upgrade - apple.stackexchange.com/questions/308943/…
– bmike♦
Apr 3 at 11:31
1
1
Do you have Homebrew installed?
– Nimesh Neema
Apr 3 at 10:58
Do you have Homebrew installed?
– Nimesh Neema
Apr 3 at 10:58
Removal should be easy either before or after you upgrade - apple.stackexchange.com/questions/308943/…
– bmike♦
Apr 3 at 11:31
Removal should be easy either before or after you upgrade - apple.stackexchange.com/questions/308943/…
– bmike♦
Apr 3 at 11:31
add a comment |
1 Answer
1
active
oldest
votes
With macOS it is possible to install the command line tools for Xcode seperately from Xcode.
If you did have Xcode installed, the command line tools would be updated with Xcode updates. As you haven't got Xcode installed, these tools are updated from Software Update alongside macOS updates instead.
Installation of the command line tools is triggered by running one of the included programs from the Terminal or via a third party app. The first time that is done, you're asked if you want to install the command line tools, and then everything in that package will be installed.
This is commonly done when installing for example Homebrew, MacPorts, or similar software. It is also used together with lots of open source and other third party software. The command line tools are not only for developing software, but contain many utilities that are of value generally.
Thanks for the answer! So under the line, if the download is suggested by Software-update, I can assume that I have some software which uses it – do I understand this correctly? I didn't install any new software for months really. So I find it weird. But as long as it wont harm I suppose it's fine.
– Britzel
Apr 3 at 14:18
It certainly won't harm it, and at worst will just a small amount of extra space (which it's already using–the update won't increase that)
– Ezekiel Elin
Apr 3 at 15:13
@Britzel Yes, the update only comes if you already have the software installed. There is no harm to it at all.
– jksoegaard
Apr 3 at 17:12
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
With macOS it is possible to install the command line tools for Xcode seperately from Xcode.
If you did have Xcode installed, the command line tools would be updated with Xcode updates. As you haven't got Xcode installed, these tools are updated from Software Update alongside macOS updates instead.
Installation of the command line tools is triggered by running one of the included programs from the Terminal or via a third party app. The first time that is done, you're asked if you want to install the command line tools, and then everything in that package will be installed.
This is commonly done when installing for example Homebrew, MacPorts, or similar software. It is also used together with lots of open source and other third party software. The command line tools are not only for developing software, but contain many utilities that are of value generally.
Thanks for the answer! So under the line, if the download is suggested by Software-update, I can assume that I have some software which uses it – do I understand this correctly? I didn't install any new software for months really. So I find it weird. But as long as it wont harm I suppose it's fine.
– Britzel
Apr 3 at 14:18
It certainly won't harm it, and at worst will just a small amount of extra space (which it's already using–the update won't increase that)
– Ezekiel Elin
Apr 3 at 15:13
@Britzel Yes, the update only comes if you already have the software installed. There is no harm to it at all.
– jksoegaard
Apr 3 at 17:12
add a comment |
With macOS it is possible to install the command line tools for Xcode seperately from Xcode.
If you did have Xcode installed, the command line tools would be updated with Xcode updates. As you haven't got Xcode installed, these tools are updated from Software Update alongside macOS updates instead.
Installation of the command line tools is triggered by running one of the included programs from the Terminal or via a third party app. The first time that is done, you're asked if you want to install the command line tools, and then everything in that package will be installed.
This is commonly done when installing for example Homebrew, MacPorts, or similar software. It is also used together with lots of open source and other third party software. The command line tools are not only for developing software, but contain many utilities that are of value generally.
Thanks for the answer! So under the line, if the download is suggested by Software-update, I can assume that I have some software which uses it – do I understand this correctly? I didn't install any new software for months really. So I find it weird. But as long as it wont harm I suppose it's fine.
– Britzel
Apr 3 at 14:18
It certainly won't harm it, and at worst will just a small amount of extra space (which it's already using–the update won't increase that)
– Ezekiel Elin
Apr 3 at 15:13
@Britzel Yes, the update only comes if you already have the software installed. There is no harm to it at all.
– jksoegaard
Apr 3 at 17:12
add a comment |
With macOS it is possible to install the command line tools for Xcode seperately from Xcode.
If you did have Xcode installed, the command line tools would be updated with Xcode updates. As you haven't got Xcode installed, these tools are updated from Software Update alongside macOS updates instead.
Installation of the command line tools is triggered by running one of the included programs from the Terminal or via a third party app. The first time that is done, you're asked if you want to install the command line tools, and then everything in that package will be installed.
This is commonly done when installing for example Homebrew, MacPorts, or similar software. It is also used together with lots of open source and other third party software. The command line tools are not only for developing software, but contain many utilities that are of value generally.
With macOS it is possible to install the command line tools for Xcode seperately from Xcode.
If you did have Xcode installed, the command line tools would be updated with Xcode updates. As you haven't got Xcode installed, these tools are updated from Software Update alongside macOS updates instead.
Installation of the command line tools is triggered by running one of the included programs from the Terminal or via a third party app. The first time that is done, you're asked if you want to install the command line tools, and then everything in that package will be installed.
This is commonly done when installing for example Homebrew, MacPorts, or similar software. It is also used together with lots of open source and other third party software. The command line tools are not only for developing software, but contain many utilities that are of value generally.
edited Apr 3 at 11:40
Nimesh Neema
16.9k74879
16.9k74879
answered Apr 3 at 11:03
jksoegaardjksoegaard
20.6k12150
20.6k12150
Thanks for the answer! So under the line, if the download is suggested by Software-update, I can assume that I have some software which uses it – do I understand this correctly? I didn't install any new software for months really. So I find it weird. But as long as it wont harm I suppose it's fine.
– Britzel
Apr 3 at 14:18
It certainly won't harm it, and at worst will just a small amount of extra space (which it's already using–the update won't increase that)
– Ezekiel Elin
Apr 3 at 15:13
@Britzel Yes, the update only comes if you already have the software installed. There is no harm to it at all.
– jksoegaard
Apr 3 at 17:12
add a comment |
Thanks for the answer! So under the line, if the download is suggested by Software-update, I can assume that I have some software which uses it – do I understand this correctly? I didn't install any new software for months really. So I find it weird. But as long as it wont harm I suppose it's fine.
– Britzel
Apr 3 at 14:18
It certainly won't harm it, and at worst will just a small amount of extra space (which it's already using–the update won't increase that)
– Ezekiel Elin
Apr 3 at 15:13
@Britzel Yes, the update only comes if you already have the software installed. There is no harm to it at all.
– jksoegaard
Apr 3 at 17:12
Thanks for the answer! So under the line, if the download is suggested by Software-update, I can assume that I have some software which uses it – do I understand this correctly? I didn't install any new software for months really. So I find it weird. But as long as it wont harm I suppose it's fine.
– Britzel
Apr 3 at 14:18
Thanks for the answer! So under the line, if the download is suggested by Software-update, I can assume that I have some software which uses it – do I understand this correctly? I didn't install any new software for months really. So I find it weird. But as long as it wont harm I suppose it's fine.
– Britzel
Apr 3 at 14:18
It certainly won't harm it, and at worst will just a small amount of extra space (which it's already using–the update won't increase that)
– Ezekiel Elin
Apr 3 at 15:13
It certainly won't harm it, and at worst will just a small amount of extra space (which it's already using–the update won't increase that)
– Ezekiel Elin
Apr 3 at 15:13
@Britzel Yes, the update only comes if you already have the software installed. There is no harm to it at all.
– jksoegaard
Apr 3 at 17:12
@Britzel Yes, the update only comes if you already have the software installed. There is no harm to it at all.
– jksoegaard
Apr 3 at 17:12
add a comment |
1
Do you have Homebrew installed?
– Nimesh Neema
Apr 3 at 10:58
Removal should be easy either before or after you upgrade - apple.stackexchange.com/questions/308943/…
– bmike♦
Apr 3 at 11:31