I am creating several scripts to simplify the installation of applications, and I need to add /etc/apt/sources.list to the end
This code below is added to the files in ~, but not in / etc / apt /
echo "deb http://ppa.launchpad.net/person/ppa/ubuntu karmic main" >> /etc/apt/sources.list
@meder
I tried the following commands with no luck:
sudo echo "deb http://ppa.launchpad.net/person/ppa/ubuntu karmic main" >> /etc/apt/sources.list
linux bash ubuntu
RyanScottLewis Oct 18 '09 at 5:09 2009-10-18 05:09
source share