CLI
echo "new line of text" | sudo tee -a /etc/apt/sources.list
GUI (Text Editor)
sudo gedit /etc/apt/sources.list
Paste new line of text on new line at end of current sources.list text file in Text Editor.
Save and close sources.list
echo "new line of text" | sudo tee -a /etc/apt/sources.list
sudo gedit /etc/apt/sources.list
Paste new line of text on new line at end of current sources.list text file in Text Editor.
Save and close sources.list
本文标题:Append new line of text to curre
本文链接:https://www.haomeiwen.com/subject/dcunxftx.html
网友评论