Soapster53 wrote:
I have used up almost all of my hard drive and trying to free up storage capacity. I do not use I Tunes but the Music app uses 4.63gb and I don't need it. Is there a way to get rid of this?
There is no way to remove the Music.app, this is baked into the macOS.
I can add that 4.63gb does not seem like much storage to be quibbling over...
If you need to dig deeper and free up storage:
How to free up storage space on your Mac - Apple Support
https://support.apple.com/en-us/HT206996
Try something likeOmniDiskSweeper for a GUI to get a good look at itemized file size and location:
OmniDiskSweeper http://www.omnigroup.com/more
Or alternatively from the Terminal.app, more detail copy and paste the command line:
File size, and finding missing GB— list the items in the home folder with the sizes, including invisible items.
sudo du -h -d 1 ~/
File size, and finding missing GB —will list the items in root with the sizes, including invisible items.
sudo du -h -d 1 /
User tip: "Other and What Can I Do About It ?" https://discussions.apple.com/docs/DOC-5142