How to install C development packages in Ubuntu?
Following these instructions will update, upgrade, and install the required C development tools on a system utilizing the APT package manager, which is typically available in Debian-based distributions like Ubuntu:
Update Package Lists:
sudo apt up...
blog.jyotiprakash.org2 min read