LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Where is this " /etc/apt/sources.list " in my windows (https://www.linuxquestions.org/questions/linux-newbie-8/where-is-this-etc-apt-sources-list-in-my-windows-4175532585/)

what is 01-31-2015 05:06 AM

Where is this " /etc/apt/sources.list " in my windows
 
hello
I'm still having problems.
I use virtual Box and i have ubunto in that.
When I search in google about update not working, I always see the answers about " /etc/apt/sources.list ".
Where is this " /etc/apt/sources.list " in my windows?
How can I find it???

thanks.

Head_on_a_Stick 01-31-2015 05:30 AM

Open a terminal and type:
Code:

cd /etc/apt
ls

and there it is!
:D

You can also "find" it by opening up your file manager and going to "file system" and then the "etc" folder, then the "apt" folder, then the "sources.list" file will be there -- it is just a text file.

To edit it you will need to open an editor as root using `sudo`
Code:

sudo nano /etc/apt/sources.list
Use <Ctrl>+x to exit, then press "y" and Return to save the modifications.


All times are GMT -5. The time now is 04:28 PM.