Please note the new address for this forum : forum.excito.org. The old address redirects here but I don't know for how long. Thanks !
New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

how to find and edit /etc/apt/sources.list

Got problems with your B2 or B3? Share and get helped!
Post Reply
ahab
Posts: 35
Joined: 25 Aug 2008, 17:35

how to find and edit /etc/apt/sources.list

Post by ahab »

Hi,

I'm a total newbie to linux but wants to try and install subversion on my bubba2. I've found an excellent how-to on this forum but it starts by saying that I need to edit /etc/apt/sources.list.

I can't find the file anywhere, can anyone help me?

Thanks
carl
Posts: 474
Joined: 07 May 2008, 04:41

Re: how to find and edit /etc/apt/sources.list

Post by carl »

ahab wrote:Hi,

I'm a total newbie to linux but wants to try and install subversion on my bubba2. I've found an excellent how-to on this forum but it starts by saying that I need to edit /etc/apt/sources.list.

I can't find the file anywhere, can anyone help me?

Thanks
First of you need to SSH into the bubba, either, if using windows, by using putty, or, if not using windows, by using ssh.

After ssh:ed in, gain super user access by typing "su", following by the password "excito".

to install subversion, you now type the following:

apt-get install subversion

should be no need to edit /etc/apt/sources.list

but if you really need to edit that file, type either

vim /etc/apt/sources.list
or
nano /etc/apt/sources.list

depending on what editor you like to use.

/Carl
/Carl Fürstenberg, Excito Software Developer
http://www.excito.com
[email protected]
Post Reply