ubuntu add entry to /etc/apt/sources.list

C++
echo "new line of text" | sudo tee -a /etc/apt/sources.list
Source

Also in C++: