Editing sources.list?
up vote
2
down vote
favorite
I'm in Argentina, Buenos Aires. I have Debian Jessie 8.2. I need to edit sources.list
, since it seems incomplete. The main need is update as soon as possible my system after installation, to make sure the problems I'm facing are not because of a lack of a patch or whatever simple solution. According to this Debian webpage, one option, and I want to proceed with it, is using aptitude
to manage packages.
In the cited Debian website, it reads:
Before you can use aptitude to make an upgrade, you'll have to edit
the/etc/apt/sources.list
file to set it up. If you wish to upgrade to
the latest stable version of Debian, you'll probably want to use a
source like this one:
http://ftp.us.debian.org/debian stable main contrib non-free
I've read this tutorial and understood it very well, it is very well explained. I installed Debian using a USB stick, I have AMD64 architecture. This is my sources.list
, wich is a text document that, to my understanding of using Linux 3 days, tells Debian where and how and what to update, if it's free or non-free repositories, etc.
#
# deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL$
deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL B$
deb http://security.debian.org/ jessie/updates main
deb-src http://security.debian.org/ jessie/updates main
deb http://ftp.br.debian.org/debian testing main contrib non-free
deb http://ftp.debian.org/debian/ jessie-updates main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
What are the cdrom lines for, do I need them? Are they because I may have more packages in cdrom and when I run apt-get update
with my USB stick plugged in (I used USB stick instead of optical mediums like CDs or DVDs to install).
According to the article I came up with this possible sources.list
. What do you say?
deb http://ftp.us.debian.org/debian/ jessie main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
deb http://ftp.us.debian.org/debian jessie-updates main contrib non-free
This is a possible candidate that I made up using that guide. Is a copied version of one of the presented examples, the first example of the guide, except that I don't want source code (I'm too beginner) and I add contrib
and non-free
. This is all because I need to update to the best possible system, because Debian is having many problems, various applications are having issues, for example some contextual menus don't work well. For that reason I need to update, and I can't update without having a good starting sources.list
, I need it to download the aptitude package manager.
debian apt upgrade
add a comment |
up vote
2
down vote
favorite
I'm in Argentina, Buenos Aires. I have Debian Jessie 8.2. I need to edit sources.list
, since it seems incomplete. The main need is update as soon as possible my system after installation, to make sure the problems I'm facing are not because of a lack of a patch or whatever simple solution. According to this Debian webpage, one option, and I want to proceed with it, is using aptitude
to manage packages.
In the cited Debian website, it reads:
Before you can use aptitude to make an upgrade, you'll have to edit
the/etc/apt/sources.list
file to set it up. If you wish to upgrade to
the latest stable version of Debian, you'll probably want to use a
source like this one:
http://ftp.us.debian.org/debian stable main contrib non-free
I've read this tutorial and understood it very well, it is very well explained. I installed Debian using a USB stick, I have AMD64 architecture. This is my sources.list
, wich is a text document that, to my understanding of using Linux 3 days, tells Debian where and how and what to update, if it's free or non-free repositories, etc.
#
# deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL$
deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL B$
deb http://security.debian.org/ jessie/updates main
deb-src http://security.debian.org/ jessie/updates main
deb http://ftp.br.debian.org/debian testing main contrib non-free
deb http://ftp.debian.org/debian/ jessie-updates main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
What are the cdrom lines for, do I need them? Are they because I may have more packages in cdrom and when I run apt-get update
with my USB stick plugged in (I used USB stick instead of optical mediums like CDs or DVDs to install).
According to the article I came up with this possible sources.list
. What do you say?
deb http://ftp.us.debian.org/debian/ jessie main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
deb http://ftp.us.debian.org/debian jessie-updates main contrib non-free
This is a possible candidate that I made up using that guide. Is a copied version of one of the presented examples, the first example of the guide, except that I don't want source code (I'm too beginner) and I add contrib
and non-free
. This is all because I need to update to the best possible system, because Debian is having many problems, various applications are having issues, for example some contextual menus don't work well. For that reason I need to update, and I can't update without having a good starting sources.list
, I need it to download the aptitude package manager.
debian apt upgrade
Consider usinghttpredir.debian.org
instead. See httpredir.debian.org
– Faheem Mitha
Dec 6 '15 at 20:35
I do not use it, I do not trust the portuguese repos. I also lived in africa for years, and there was a time the local south african mirrors were not even signed. I also nowadays use ARM at home, and once again not all repos have ARM binaries.
– Rui F Ribeiro
Dec 6 '15 at 20:58
add a comment |
up vote
2
down vote
favorite
up vote
2
down vote
favorite
I'm in Argentina, Buenos Aires. I have Debian Jessie 8.2. I need to edit sources.list
, since it seems incomplete. The main need is update as soon as possible my system after installation, to make sure the problems I'm facing are not because of a lack of a patch or whatever simple solution. According to this Debian webpage, one option, and I want to proceed with it, is using aptitude
to manage packages.
In the cited Debian website, it reads:
Before you can use aptitude to make an upgrade, you'll have to edit
the/etc/apt/sources.list
file to set it up. If you wish to upgrade to
the latest stable version of Debian, you'll probably want to use a
source like this one:
http://ftp.us.debian.org/debian stable main contrib non-free
I've read this tutorial and understood it very well, it is very well explained. I installed Debian using a USB stick, I have AMD64 architecture. This is my sources.list
, wich is a text document that, to my understanding of using Linux 3 days, tells Debian where and how and what to update, if it's free or non-free repositories, etc.
#
# deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL$
deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL B$
deb http://security.debian.org/ jessie/updates main
deb-src http://security.debian.org/ jessie/updates main
deb http://ftp.br.debian.org/debian testing main contrib non-free
deb http://ftp.debian.org/debian/ jessie-updates main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
What are the cdrom lines for, do I need them? Are they because I may have more packages in cdrom and when I run apt-get update
with my USB stick plugged in (I used USB stick instead of optical mediums like CDs or DVDs to install).
According to the article I came up with this possible sources.list
. What do you say?
deb http://ftp.us.debian.org/debian/ jessie main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
deb http://ftp.us.debian.org/debian jessie-updates main contrib non-free
This is a possible candidate that I made up using that guide. Is a copied version of one of the presented examples, the first example of the guide, except that I don't want source code (I'm too beginner) and I add contrib
and non-free
. This is all because I need to update to the best possible system, because Debian is having many problems, various applications are having issues, for example some contextual menus don't work well. For that reason I need to update, and I can't update without having a good starting sources.list
, I need it to download the aptitude package manager.
debian apt upgrade
I'm in Argentina, Buenos Aires. I have Debian Jessie 8.2. I need to edit sources.list
, since it seems incomplete. The main need is update as soon as possible my system after installation, to make sure the problems I'm facing are not because of a lack of a patch or whatever simple solution. According to this Debian webpage, one option, and I want to proceed with it, is using aptitude
to manage packages.
In the cited Debian website, it reads:
Before you can use aptitude to make an upgrade, you'll have to edit
the/etc/apt/sources.list
file to set it up. If you wish to upgrade to
the latest stable version of Debian, you'll probably want to use a
source like this one:
http://ftp.us.debian.org/debian stable main contrib non-free
I've read this tutorial and understood it very well, it is very well explained. I installed Debian using a USB stick, I have AMD64 architecture. This is my sources.list
, wich is a text document that, to my understanding of using Linux 3 days, tells Debian where and how and what to update, if it's free or non-free repositories, etc.
#
# deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL$
deb cdrom:[Debian GNU/Linux 8 _Jessie_ - Official Snapshot amd64 LIVE/INSTALL B$
deb http://security.debian.org/ jessie/updates main
deb-src http://security.debian.org/ jessie/updates main
deb http://ftp.br.debian.org/debian testing main contrib non-free
deb http://ftp.debian.org/debian/ jessie-updates main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
What are the cdrom lines for, do I need them? Are they because I may have more packages in cdrom and when I run apt-get update
with my USB stick plugged in (I used USB stick instead of optical mediums like CDs or DVDs to install).
According to the article I came up with this possible sources.list
. What do you say?
deb http://ftp.us.debian.org/debian/ jessie main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
deb http://ftp.us.debian.org/debian jessie-updates main contrib non-free
This is a possible candidate that I made up using that guide. Is a copied version of one of the presented examples, the first example of the guide, except that I don't want source code (I'm too beginner) and I add contrib
and non-free
. This is all because I need to update to the best possible system, because Debian is having many problems, various applications are having issues, for example some contextual menus don't work well. For that reason I need to update, and I can't update without having a good starting sources.list
, I need it to download the aptitude package manager.
debian apt upgrade
debian apt upgrade
edited Nov 25 at 23:43
Rui F Ribeiro
38.3k1477127
38.3k1477127
asked Dec 6 '15 at 18:31
Santropedro
17712
17712
Consider usinghttpredir.debian.org
instead. See httpredir.debian.org
– Faheem Mitha
Dec 6 '15 at 20:35
I do not use it, I do not trust the portuguese repos. I also lived in africa for years, and there was a time the local south african mirrors were not even signed. I also nowadays use ARM at home, and once again not all repos have ARM binaries.
– Rui F Ribeiro
Dec 6 '15 at 20:58
add a comment |
Consider usinghttpredir.debian.org
instead. See httpredir.debian.org
– Faheem Mitha
Dec 6 '15 at 20:35
I do not use it, I do not trust the portuguese repos. I also lived in africa for years, and there was a time the local south african mirrors were not even signed. I also nowadays use ARM at home, and once again not all repos have ARM binaries.
– Rui F Ribeiro
Dec 6 '15 at 20:58
Consider using
httpredir.debian.org
instead. See httpredir.debian.org– Faheem Mitha
Dec 6 '15 at 20:35
Consider using
httpredir.debian.org
instead. See httpredir.debian.org– Faheem Mitha
Dec 6 '15 at 20:35
I do not use it, I do not trust the portuguese repos. I also lived in africa for years, and there was a time the local south african mirrors were not even signed. I also nowadays use ARM at home, and once again not all repos have ARM binaries.
– Rui F Ribeiro
Dec 6 '15 at 20:58
I do not use it, I do not trust the portuguese repos. I also lived in africa for years, and there was a time the local south african mirrors were not even signed. I also nowadays use ARM at home, and once again not all repos have ARM binaries.
– Rui F Ribeiro
Dec 6 '15 at 20:58
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
accepted
My own /etc/apt/sources.list as it is in one of my servers:
deb http://ftp.us.debian.org/debian/ jessie main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
Be aware you have configured the testing branch in one of the configs which is not probably what you want for jessie 8.2.
I also noticed you are missing repositories from Brazil and USA, I would prefer to use only one of them.
Besides sources.list you also can add sources in separate files to /etc/apt/sources.list.d
For instance, I have the sysdig repository as:
/etc/apt/sources.list.d/draios.list
deb http://download.draios.com/stable/deb stable-$(ARCH)/
Here is a link about sources.list
https://wiki.debian.org/SourcesList
You also have an interesting sources.list generator here:
http://debgen.simplylinux.ch
Also, as the other post says, do not forget to do
apt-get update && apt-get upgrade
After changing the sources.list.
Do it regularly to keep up with the security updates.
Do not also forget to subscribe Debian security mailing list at
https://lists.debian.org/debian-security-announce/
Ok! What do you say about deleting cdrom part? Or just in case i let it without changes?
– Santropedro
Dec 6 '15 at 18:52
I always delete it however I have a 10Gbps connection at work, and 100Mbps at home.
– Rui F Ribeiro
Dec 6 '15 at 18:56
add a comment |
up vote
1
down vote
The cdrom lines are there encase you have installed from cd/dvd media or have the disk inserted so that you can install packages from them. They aren't required so you can comment them out by using a # in front the line or completely remove the line.
As for the possible sources.list you came up with, that will work just fine.
As something to consider, you mention you live in Argentina and according to your sources you're using US servers. If you find the speed is low you can try substituting a mirror into your sources.list from here for Brazil or Chile or somewhere else nearby.
After you finish editing your sources.list file you can update your system by doing the following:
sudo apt-get update && sudo apt-get upgrade
I am in Europe, and I prefer using the USA repos which are faster,more reliable and often more up to date than some local repos. And traditionally they have more arquitectures too.
– Rui F Ribeiro
Dec 6 '15 at 18:58
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
My own /etc/apt/sources.list as it is in one of my servers:
deb http://ftp.us.debian.org/debian/ jessie main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
Be aware you have configured the testing branch in one of the configs which is not probably what you want for jessie 8.2.
I also noticed you are missing repositories from Brazil and USA, I would prefer to use only one of them.
Besides sources.list you also can add sources in separate files to /etc/apt/sources.list.d
For instance, I have the sysdig repository as:
/etc/apt/sources.list.d/draios.list
deb http://download.draios.com/stable/deb stable-$(ARCH)/
Here is a link about sources.list
https://wiki.debian.org/SourcesList
You also have an interesting sources.list generator here:
http://debgen.simplylinux.ch
Also, as the other post says, do not forget to do
apt-get update && apt-get upgrade
After changing the sources.list.
Do it regularly to keep up with the security updates.
Do not also forget to subscribe Debian security mailing list at
https://lists.debian.org/debian-security-announce/
Ok! What do you say about deleting cdrom part? Or just in case i let it without changes?
– Santropedro
Dec 6 '15 at 18:52
I always delete it however I have a 10Gbps connection at work, and 100Mbps at home.
– Rui F Ribeiro
Dec 6 '15 at 18:56
add a comment |
up vote
0
down vote
accepted
My own /etc/apt/sources.list as it is in one of my servers:
deb http://ftp.us.debian.org/debian/ jessie main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
Be aware you have configured the testing branch in one of the configs which is not probably what you want for jessie 8.2.
I also noticed you are missing repositories from Brazil and USA, I would prefer to use only one of them.
Besides sources.list you also can add sources in separate files to /etc/apt/sources.list.d
For instance, I have the sysdig repository as:
/etc/apt/sources.list.d/draios.list
deb http://download.draios.com/stable/deb stable-$(ARCH)/
Here is a link about sources.list
https://wiki.debian.org/SourcesList
You also have an interesting sources.list generator here:
http://debgen.simplylinux.ch
Also, as the other post says, do not forget to do
apt-get update && apt-get upgrade
After changing the sources.list.
Do it regularly to keep up with the security updates.
Do not also forget to subscribe Debian security mailing list at
https://lists.debian.org/debian-security-announce/
Ok! What do you say about deleting cdrom part? Or just in case i let it without changes?
– Santropedro
Dec 6 '15 at 18:52
I always delete it however I have a 10Gbps connection at work, and 100Mbps at home.
– Rui F Ribeiro
Dec 6 '15 at 18:56
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
My own /etc/apt/sources.list as it is in one of my servers:
deb http://ftp.us.debian.org/debian/ jessie main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
Be aware you have configured the testing branch in one of the configs which is not probably what you want for jessie 8.2.
I also noticed you are missing repositories from Brazil and USA, I would prefer to use only one of them.
Besides sources.list you also can add sources in separate files to /etc/apt/sources.list.d
For instance, I have the sysdig repository as:
/etc/apt/sources.list.d/draios.list
deb http://download.draios.com/stable/deb stable-$(ARCH)/
Here is a link about sources.list
https://wiki.debian.org/SourcesList
You also have an interesting sources.list generator here:
http://debgen.simplylinux.ch
Also, as the other post says, do not forget to do
apt-get update && apt-get upgrade
After changing the sources.list.
Do it regularly to keep up with the security updates.
Do not also forget to subscribe Debian security mailing list at
https://lists.debian.org/debian-security-announce/
My own /etc/apt/sources.list as it is in one of my servers:
deb http://ftp.us.debian.org/debian/ jessie main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
Be aware you have configured the testing branch in one of the configs which is not probably what you want for jessie 8.2.
I also noticed you are missing repositories from Brazil and USA, I would prefer to use only one of them.
Besides sources.list you also can add sources in separate files to /etc/apt/sources.list.d
For instance, I have the sysdig repository as:
/etc/apt/sources.list.d/draios.list
deb http://download.draios.com/stable/deb stable-$(ARCH)/
Here is a link about sources.list
https://wiki.debian.org/SourcesList
You also have an interesting sources.list generator here:
http://debgen.simplylinux.ch
Also, as the other post says, do not forget to do
apt-get update && apt-get upgrade
After changing the sources.list.
Do it regularly to keep up with the security updates.
Do not also forget to subscribe Debian security mailing list at
https://lists.debian.org/debian-security-announce/
edited Dec 6 '15 at 20:47
answered Dec 6 '15 at 18:47
Rui F Ribeiro
38.3k1477127
38.3k1477127
Ok! What do you say about deleting cdrom part? Or just in case i let it without changes?
– Santropedro
Dec 6 '15 at 18:52
I always delete it however I have a 10Gbps connection at work, and 100Mbps at home.
– Rui F Ribeiro
Dec 6 '15 at 18:56
add a comment |
Ok! What do you say about deleting cdrom part? Or just in case i let it without changes?
– Santropedro
Dec 6 '15 at 18:52
I always delete it however I have a 10Gbps connection at work, and 100Mbps at home.
– Rui F Ribeiro
Dec 6 '15 at 18:56
Ok! What do you say about deleting cdrom part? Or just in case i let it without changes?
– Santropedro
Dec 6 '15 at 18:52
Ok! What do you say about deleting cdrom part? Or just in case i let it without changes?
– Santropedro
Dec 6 '15 at 18:52
I always delete it however I have a 10Gbps connection at work, and 100Mbps at home.
– Rui F Ribeiro
Dec 6 '15 at 18:56
I always delete it however I have a 10Gbps connection at work, and 100Mbps at home.
– Rui F Ribeiro
Dec 6 '15 at 18:56
add a comment |
up vote
1
down vote
The cdrom lines are there encase you have installed from cd/dvd media or have the disk inserted so that you can install packages from them. They aren't required so you can comment them out by using a # in front the line or completely remove the line.
As for the possible sources.list you came up with, that will work just fine.
As something to consider, you mention you live in Argentina and according to your sources you're using US servers. If you find the speed is low you can try substituting a mirror into your sources.list from here for Brazil or Chile or somewhere else nearby.
After you finish editing your sources.list file you can update your system by doing the following:
sudo apt-get update && sudo apt-get upgrade
I am in Europe, and I prefer using the USA repos which are faster,more reliable and often more up to date than some local repos. And traditionally they have more arquitectures too.
– Rui F Ribeiro
Dec 6 '15 at 18:58
add a comment |
up vote
1
down vote
The cdrom lines are there encase you have installed from cd/dvd media or have the disk inserted so that you can install packages from them. They aren't required so you can comment them out by using a # in front the line or completely remove the line.
As for the possible sources.list you came up with, that will work just fine.
As something to consider, you mention you live in Argentina and according to your sources you're using US servers. If you find the speed is low you can try substituting a mirror into your sources.list from here for Brazil or Chile or somewhere else nearby.
After you finish editing your sources.list file you can update your system by doing the following:
sudo apt-get update && sudo apt-get upgrade
I am in Europe, and I prefer using the USA repos which are faster,more reliable and often more up to date than some local repos. And traditionally they have more arquitectures too.
– Rui F Ribeiro
Dec 6 '15 at 18:58
add a comment |
up vote
1
down vote
up vote
1
down vote
The cdrom lines are there encase you have installed from cd/dvd media or have the disk inserted so that you can install packages from them. They aren't required so you can comment them out by using a # in front the line or completely remove the line.
As for the possible sources.list you came up with, that will work just fine.
As something to consider, you mention you live in Argentina and according to your sources you're using US servers. If you find the speed is low you can try substituting a mirror into your sources.list from here for Brazil or Chile or somewhere else nearby.
After you finish editing your sources.list file you can update your system by doing the following:
sudo apt-get update && sudo apt-get upgrade
The cdrom lines are there encase you have installed from cd/dvd media or have the disk inserted so that you can install packages from them. They aren't required so you can comment them out by using a # in front the line or completely remove the line.
As for the possible sources.list you came up with, that will work just fine.
As something to consider, you mention you live in Argentina and according to your sources you're using US servers. If you find the speed is low you can try substituting a mirror into your sources.list from here for Brazil or Chile or somewhere else nearby.
After you finish editing your sources.list file you can update your system by doing the following:
sudo apt-get update && sudo apt-get upgrade
answered Dec 6 '15 at 18:53
bevreti
173
173
I am in Europe, and I prefer using the USA repos which are faster,more reliable and often more up to date than some local repos. And traditionally they have more arquitectures too.
– Rui F Ribeiro
Dec 6 '15 at 18:58
add a comment |
I am in Europe, and I prefer using the USA repos which are faster,more reliable and often more up to date than some local repos. And traditionally they have more arquitectures too.
– Rui F Ribeiro
Dec 6 '15 at 18:58
I am in Europe, and I prefer using the USA repos which are faster,more reliable and often more up to date than some local repos. And traditionally they have more arquitectures too.
– Rui F Ribeiro
Dec 6 '15 at 18:58
I am in Europe, and I prefer using the USA repos which are faster,more reliable and often more up to date than some local repos. And traditionally they have more arquitectures too.
– Rui F Ribeiro
Dec 6 '15 at 18:58
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f247764%2fediting-sources-list%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Consider using
httpredir.debian.org
instead. See httpredir.debian.org– Faheem Mitha
Dec 6 '15 at 20:35
I do not use it, I do not trust the portuguese repos. I also lived in africa for years, and there was a time the local south african mirrors were not even signed. I also nowadays use ARM at home, and once again not all repos have ARM binaries.
– Rui F Ribeiro
Dec 6 '15 at 20:58