gptfdisk

Text-mode partitioning tools for GUID Partition Table (GPT) disks

brewmacoslinux
Try with needOr install directly
Source

About

Text-mode partitioning tools

Commands

gdisksgdiskcgdisk

Examples

Interactively partition a disk using gdisk$ sudo gdisk /dev/sda
Display partition table of a disk$ sudo sgdisk -p /dev/sda
Create a new partition using sgdisk non-interactively$ sudo sgdisk -n 0:0:+10G /dev/sda