Could anybody please explain me how and/or where I can find "/etc/apt/sources.list" and how I can add the code/lines?Denis wrote:Required system changes
- Add the following lines to /etc/apt/sources.listCode: Select all
## Repository for fit-PC2 users provided by Compulab deb http://fit-pc2.com/download/ubuntu/dists/lucid binary/ deb-src http://fit-pc2.com/download/ubuntu/dists/lucid source/
How to apply CompuLab repository
How to apply CompuLab repository
-
- Posts: 12
- Joined: Fri Dec 17, 2010 10:51 pm
Re: Linux Mint 9 is officially supported
The file name contains the full path of where to find it and adding the lines is just a matter of using a text editor (there are several to choose from).
Re: Linux Mint 9 is officially supported
Thanks BrotherRichard,BrotherRichard wrote:The file name contains the full path of where to find it and adding the lines is just a matter of using a text editor (there are several to choose from).
Unfortunately I don't understand what this means.




I guess, with the "file name" you mean: "/etc/apt/sources.list"?
And what is a "path"?
So, I have to open a text editor ( like e.g. "gedit" in the "Applications" - "Accessories"?) and add (copy and paste?) the lines of the code into this(?) - and then?
I'm sorry, I'm not familiar with this - I just know how to put codes/commands into the Terminal.
Thus, detailed, fool proof, step by step instructions would be highly appreciated!!!
Many thanks in advance!
Re: Linux Mint 9 is officially supported
do the following:
> sudo apt-get install nano
> sudo nano /etc/apt/sources.list
now u can add the lines to the text "sources.list" located at the path "/etc/apt/"
come back if u need further help
> sudo apt-get install nano
> sudo nano /etc/apt/sources.list
now u can add the lines to the text "sources.list" located at the path "/etc/apt/"
come back if u need further help
Re: Linux Mint 9 is officially supported
Even many more thanks to lucian!
This seems to have worked well so far.
The only question I have here is:
What needs to be done after adding the lines to the text "sources.list" located at the path "/etc/apt/"?
I tried to close the teminat, but keep getting the message:
"Close this terminal?
There is still a process running in this terminal.
Closing the terminal will kill it.
Cancel --- Close terminal"
I don't see that there is a process running. So what needs to be done?
This seems to have worked well so far.
The only question I have here is:
What needs to be done after adding the lines to the text "sources.list" located at the path "/etc/apt/"?
I tried to close the teminat, but keep getting the message:
"Close this terminal?
There is still a process running in this terminal.
Closing the terminal will kill it.
Cancel --- Close terminal"
I don't see that there is a process running. So what needs to be done?
Re: Linux Mint 9 is officially supported
Once you have opened nano using Lucian's command and pasted the lines you have to press ^o to write the changes and then ^x to close nano. Now you can close the terminal, but I'd say the installation is not complete yet there.
have a nice day
have a nice day

Re: Linux Mint 9 is officially supported
I'm afraid this makes no difference.radioxid wrote:Once you have opened nano using Lucian's command and pasted the lines you have to press ^o to write the changes and then ^x to close nano.
Besides that, I was able to write the changes without pressing anything after the commands.
Re: Linux Mint 9 is officially supported
after you closed nano with ^x (also see the discripions on the bottom of the nano screen) the changes should be written to the file "sources.list".
to make sure that they have added to the file, you can reopen nano
> sudo nano /etc/apt/sources.list
check that the changes are added to the file, than close nano with ^x again. you should be back to the command line now. keep going with the nexts steps as in the guide from the first post.
next step would be:
> sudo apt-get update
...
if you copy paste from the browser, you probaly als copy the "return" from the text, so if you past into the console, the commands *automaticly* executed.
to make sure that they have added to the file, you can reopen nano
> sudo nano /etc/apt/sources.list
check that the changes are added to the file, than close nano with ^x again. you should be back to the command line now. keep going with the nexts steps as in the guide from the first post.
next step would be:
> sudo apt-get update
...
if you copy paste from the browser, you probaly als copy the "return" from the text, so if you past into the console, the commands *automaticly* executed.
Re: Linux Mint 9 is officially supported
I'm terribly sorry...
The Terminal shows up like this:
_______________________________________________________________________
GNU nano 2.2.2 File: /etc/apt/sources.list Modified
deb http://packages.linuxmint.com/ isadora main upstream import
deb http://archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe mu$
deb http://security.ubuntu.com/ubuntu/ lucid-security main restricted universe $
deb http://archive.canonical.com/ubuntu/ lucid partner
deb http://packages.medibuntu.org/ lucid free non-free
#deb http://archive.getdeb.net/ubuntu lucid-getdeb apps
#deb http://archive.getdeb.net/ubuntu lucid-getdeb games
^G Get Help ^O WriteOut ^R Read File ^Y Prev Page ^K Cut Text ^C Cur Pos
^X Exit ^J Justify ^W Where Is ^V Next Page ^U UnCut Text^T To Spell
_______________________________________________________________________
If I type ^O, paste the code and type ^X, this only gets written in front of the first line, which does look like this:
_______________________________________________________________________
GNU nano 2.2.2 File: /etc/apt/sources.list Modified
^O## Repository for fit-PC2 users provided by Compulab
deb http://fit-pc2.com/download/ubuntu/dists/lucid binary/
deb-src http://fit-pc2.com/download/ubuntu/dists/lucid source/^Xdeb http://pack$
deb http://archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe mu$
deb http://security.ubuntu.com/ubuntu/ lucid-security main restricted universe $
deb http://archive.canonical.com/ubuntu/ lucid partner
deb http://packages.medibuntu.org/ lucid free non-free
#deb http://archive.getdeb.net/ubuntu lucid-getdeb apps
#deb http://archive.getdeb.net/ubuntu lucid-getdeb games
^G Get Help ^O WriteOut ^R Read File ^Y Prev Page ^K Cut Text ^C Cur Pos
^X Exit ^J Justify ^W Where Is ^V Next Page ^U UnCut Text^T To Spell
_______________________________________________________________________
^X doesn't help to exit, or to close nano or the terminal.
I wonder whether the problem could be caused by my "Portuguese" keyboard and -key layout(?) - thus the sign ^ could be in a different place as e.g. on the American one.
The Terminal shows up like this:
_______________________________________________________________________
GNU nano 2.2.2 File: /etc/apt/sources.list Modified
deb http://packages.linuxmint.com/ isadora main upstream import
deb http://archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe mu$
deb http://security.ubuntu.com/ubuntu/ lucid-security main restricted universe $
deb http://archive.canonical.com/ubuntu/ lucid partner
deb http://packages.medibuntu.org/ lucid free non-free
#deb http://archive.getdeb.net/ubuntu lucid-getdeb apps
#deb http://archive.getdeb.net/ubuntu lucid-getdeb games
^G Get Help ^O WriteOut ^R Read File ^Y Prev Page ^K Cut Text ^C Cur Pos
^X Exit ^J Justify ^W Where Is ^V Next Page ^U UnCut Text^T To Spell
_______________________________________________________________________
If I type ^O, paste the code and type ^X, this only gets written in front of the first line, which does look like this:
_______________________________________________________________________
GNU nano 2.2.2 File: /etc/apt/sources.list Modified
^O## Repository for fit-PC2 users provided by Compulab
deb http://fit-pc2.com/download/ubuntu/dists/lucid binary/
deb-src http://fit-pc2.com/download/ubuntu/dists/lucid source/^Xdeb http://pack$
deb http://archive.ubuntu.com/ubuntu/ lucid main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ lucid-updates main restricted universe mu$
deb http://security.ubuntu.com/ubuntu/ lucid-security main restricted universe $
deb http://archive.canonical.com/ubuntu/ lucid partner
deb http://packages.medibuntu.org/ lucid free non-free
#deb http://archive.getdeb.net/ubuntu lucid-getdeb apps
#deb http://archive.getdeb.net/ubuntu lucid-getdeb games
^G Get Help ^O WriteOut ^R Read File ^Y Prev Page ^K Cut Text ^C Cur Pos
^X Exit ^J Justify ^W Where Is ^V Next Page ^U UnCut Text^T To Spell
_______________________________________________________________________
^X doesn't help to exit, or to close nano or the terminal.
I wonder whether the problem could be caused by my "Portuguese" keyboard and -key layout(?) - thus the sign ^ could be in a different place as e.g. on the American one.
Re: Linux Mint 9 is officially supported
sorry I had to laugh, since first time with nano i need some time to figure it out tooo...
the ^ corosponds to the left strg or ctrl key
so you have to press: ctrl + o , ctrl + x
the ^ corosponds to the left strg or ctrl key
so you have to press: ctrl + o , ctrl + x