Adding source URI for python3-lxml build-depHow to install lxml on UbuntuDebian - sources.list for “testing” - what to change?Installing Mono 2.0 or higher on Debian Lenny (5.0)How to make apt-get install prefer source from local iso?Debian Squeeze Apt-Get errorsGPG error occurs while using “deb file:/local-path-to-repo …” in /etc/apt/sources.listFailing to get Debian 7 i836 updatesHow to install g++ 4.9 on Debian Wheezy armel?Debian: understanding /etc/apt/sources.listDocker on Debian Stretch gnutls_handshake() failed
Why is Arya visibly scared in the library in S8E3?
How do I tell my manager that his code review comment is wrong?
Reconstruct a matrix from its traces
Alias to source .bashrc after it's been edited?
What does this colon mean? It is not labeling, it is not ternary operator
Why is `abs()` implemented differently?
What happens to matryoshka Mordenkainen's Magnificent Mansions?
I caught several of my students plagiarizing. Could it be my fault as a teacher?
How to improve/restore vintage Peugeot bike, or is it even worth it?
What was the state of the German rail system in 1944?
Has any spacecraft ever had the ability to directly communicate with civilian air traffic control?
If prion is a protein. Why is it not disassembled by the digestive system?
Would glacier 'trees' be plausible?
Pressure inside an infinite ocean?
Why do money exchangers give different rates to different bills?
Returning the outputs of a nested structure
In a vacuum triode, what prevents the grid from acting as another anode?
Why is ‘eines’ used in the sentence ‘Eines gleich vorweg’?
Which industry am I working in? Software development or financial services?
Unknowingly ran an infinite loop in terminal
Theorem won't go to multiple lines and is causing text to run off the page
Enumerate Derangements
Besides the up and down quark, what other quarks are present in daily matter around us?
Is this homebrew life-stealing melee cantrip unbalanced?
Adding source URI for python3-lxml build-dep
How to install lxml on UbuntuDebian - sources.list for “testing” - what to change?Installing Mono 2.0 or higher on Debian Lenny (5.0)How to make apt-get install prefer source from local iso?Debian Squeeze Apt-Get errorsGPG error occurs while using “deb file:/local-path-to-repo …” in /etc/apt/sources.listFailing to get Debian 7 i836 updatesHow to install g++ 4.9 on Debian Wheezy armel?Debian: understanding /etc/apt/sources.listDocker on Debian Stretch gnutls_handshake() failed
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I am trying to run the following command: apt-get build-dep python3-lxml
.
I get the following output: E: You must put some 'source' URIs in your sources.list
Here is the output of cat /etc/apt/sources.list
:
deb http://deb.debian.org/debian stretch main contrib non-free
#deb-src http://deb.debian.org/debian stretch main contrib non-free
deb http://deb.debian.org/debian stretch-updates main contrib non-free
#deb-src http://deb.debian.org/debian stretch-updates main contrib non-free
deb http://deb.debian.org/debian-security stretch/updates main contrib non-free
#deb-src http://deb.debian.org/debian-security stretch/updates main contrib non-free
#deb http://deb.debian.org/debian stretch-backports main contrib non-free
##deb-src http://deb.debian.org/debian stretch-backports main contrib non-free
#Kernel source (repos.rcn-ee.com) : https://github.com/RobertCNelson/linux-stable-rcn-ee
#
#git clone https://github.com/RobertCNelson/linux-stable-rcn-ee
#cd ./linux-stable-rcn-ee
#git checkout `uname -r` -b tmp
#
deb [arch=armhf] http://repos.rcn-ee.com/debian/ stretch main
#deb-src [arch=armhf] http://repos.rcn-ee.com/debian/ stretch main
A few questions:
- How should I modify this file to add the source?
- Do I need to run
apt update
afterwards? - How did you know what URI to add?
Thank you in advance!
debian lxml apt debian-stretch
add a comment |
I am trying to run the following command: apt-get build-dep python3-lxml
.
I get the following output: E: You must put some 'source' URIs in your sources.list
Here is the output of cat /etc/apt/sources.list
:
deb http://deb.debian.org/debian stretch main contrib non-free
#deb-src http://deb.debian.org/debian stretch main contrib non-free
deb http://deb.debian.org/debian stretch-updates main contrib non-free
#deb-src http://deb.debian.org/debian stretch-updates main contrib non-free
deb http://deb.debian.org/debian-security stretch/updates main contrib non-free
#deb-src http://deb.debian.org/debian-security stretch/updates main contrib non-free
#deb http://deb.debian.org/debian stretch-backports main contrib non-free
##deb-src http://deb.debian.org/debian stretch-backports main contrib non-free
#Kernel source (repos.rcn-ee.com) : https://github.com/RobertCNelson/linux-stable-rcn-ee
#
#git clone https://github.com/RobertCNelson/linux-stable-rcn-ee
#cd ./linux-stable-rcn-ee
#git checkout `uname -r` -b tmp
#
deb [arch=armhf] http://repos.rcn-ee.com/debian/ stretch main
#deb-src [arch=armhf] http://repos.rcn-ee.com/debian/ stretch main
A few questions:
- How should I modify this file to add the source?
- Do I need to run
apt update
afterwards? - How did you know what URI to add?
Thank you in advance!
debian lxml apt debian-stretch
add a comment |
I am trying to run the following command: apt-get build-dep python3-lxml
.
I get the following output: E: You must put some 'source' URIs in your sources.list
Here is the output of cat /etc/apt/sources.list
:
deb http://deb.debian.org/debian stretch main contrib non-free
#deb-src http://deb.debian.org/debian stretch main contrib non-free
deb http://deb.debian.org/debian stretch-updates main contrib non-free
#deb-src http://deb.debian.org/debian stretch-updates main contrib non-free
deb http://deb.debian.org/debian-security stretch/updates main contrib non-free
#deb-src http://deb.debian.org/debian-security stretch/updates main contrib non-free
#deb http://deb.debian.org/debian stretch-backports main contrib non-free
##deb-src http://deb.debian.org/debian stretch-backports main contrib non-free
#Kernel source (repos.rcn-ee.com) : https://github.com/RobertCNelson/linux-stable-rcn-ee
#
#git clone https://github.com/RobertCNelson/linux-stable-rcn-ee
#cd ./linux-stable-rcn-ee
#git checkout `uname -r` -b tmp
#
deb [arch=armhf] http://repos.rcn-ee.com/debian/ stretch main
#deb-src [arch=armhf] http://repos.rcn-ee.com/debian/ stretch main
A few questions:
- How should I modify this file to add the source?
- Do I need to run
apt update
afterwards? - How did you know what URI to add?
Thank you in advance!
debian lxml apt debian-stretch
I am trying to run the following command: apt-get build-dep python3-lxml
.
I get the following output: E: You must put some 'source' URIs in your sources.list
Here is the output of cat /etc/apt/sources.list
:
deb http://deb.debian.org/debian stretch main contrib non-free
#deb-src http://deb.debian.org/debian stretch main contrib non-free
deb http://deb.debian.org/debian stretch-updates main contrib non-free
#deb-src http://deb.debian.org/debian stretch-updates main contrib non-free
deb http://deb.debian.org/debian-security stretch/updates main contrib non-free
#deb-src http://deb.debian.org/debian-security stretch/updates main contrib non-free
#deb http://deb.debian.org/debian stretch-backports main contrib non-free
##deb-src http://deb.debian.org/debian stretch-backports main contrib non-free
#Kernel source (repos.rcn-ee.com) : https://github.com/RobertCNelson/linux-stable-rcn-ee
#
#git clone https://github.com/RobertCNelson/linux-stable-rcn-ee
#cd ./linux-stable-rcn-ee
#git checkout `uname -r` -b tmp
#
deb [arch=armhf] http://repos.rcn-ee.com/debian/ stretch main
#deb-src [arch=armhf] http://repos.rcn-ee.com/debian/ stretch main
A few questions:
- How should I modify this file to add the source?
- Do I need to run
apt update
afterwards? - How did you know what URI to add?
Thank you in advance!
debian lxml apt debian-stretch
debian lxml apt debian-stretch
asked Mar 22 at 20:53
Intrastellar ExplorerIntrastellar Explorer
8111
8111
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
1. You can edit your /etc/apt/sources.list
file with any text editor. Just open it and uncomment the required lines that starts with deb-src
(i.e. remove the #
in front of deb-src
), save and close it.
2. Yes, after that you'll have to run apt update
.
3. The needed urls are already present in you sources.list
file.
Here is the official documentation about Debian sources.list, as well as some specific information about Archive Types (deb
and deb-src
).
And here is some additional information about Debian Repositories.
Thank you @Joey for the links. They were useful. I found uncommenting the 2nd line in the file solved the problem!
– Intrastellar Explorer
Mar 24 at 19:28
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
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%2fstackoverflow.com%2fquestions%2f55307631%2fadding-source-uri-for-python3-lxml-build-dep%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
1. You can edit your /etc/apt/sources.list
file with any text editor. Just open it and uncomment the required lines that starts with deb-src
(i.e. remove the #
in front of deb-src
), save and close it.
2. Yes, after that you'll have to run apt update
.
3. The needed urls are already present in you sources.list
file.
Here is the official documentation about Debian sources.list, as well as some specific information about Archive Types (deb
and deb-src
).
And here is some additional information about Debian Repositories.
Thank you @Joey for the links. They were useful. I found uncommenting the 2nd line in the file solved the problem!
– Intrastellar Explorer
Mar 24 at 19:28
add a comment |
1. You can edit your /etc/apt/sources.list
file with any text editor. Just open it and uncomment the required lines that starts with deb-src
(i.e. remove the #
in front of deb-src
), save and close it.
2. Yes, after that you'll have to run apt update
.
3. The needed urls are already present in you sources.list
file.
Here is the official documentation about Debian sources.list, as well as some specific information about Archive Types (deb
and deb-src
).
And here is some additional information about Debian Repositories.
Thank you @Joey for the links. They were useful. I found uncommenting the 2nd line in the file solved the problem!
– Intrastellar Explorer
Mar 24 at 19:28
add a comment |
1. You can edit your /etc/apt/sources.list
file with any text editor. Just open it and uncomment the required lines that starts with deb-src
(i.e. remove the #
in front of deb-src
), save and close it.
2. Yes, after that you'll have to run apt update
.
3. The needed urls are already present in you sources.list
file.
Here is the official documentation about Debian sources.list, as well as some specific information about Archive Types (deb
and deb-src
).
And here is some additional information about Debian Repositories.
1. You can edit your /etc/apt/sources.list
file with any text editor. Just open it and uncomment the required lines that starts with deb-src
(i.e. remove the #
in front of deb-src
), save and close it.
2. Yes, after that you'll have to run apt update
.
3. The needed urls are already present in you sources.list
file.
Here is the official documentation about Debian sources.list, as well as some specific information about Archive Types (deb
and deb-src
).
And here is some additional information about Debian Repositories.
edited Mar 24 at 22:04
answered Mar 24 at 11:13
youssefyoussef
6511819
6511819
Thank you @Joey for the links. They were useful. I found uncommenting the 2nd line in the file solved the problem!
– Intrastellar Explorer
Mar 24 at 19:28
add a comment |
Thank you @Joey for the links. They were useful. I found uncommenting the 2nd line in the file solved the problem!
– Intrastellar Explorer
Mar 24 at 19:28
Thank you @Joey for the links. They were useful. I found uncommenting the 2nd line in the file solved the problem!
– Intrastellar Explorer
Mar 24 at 19:28
Thank you @Joey for the links. They were useful. I found uncommenting the 2nd line in the file solved the problem!
– Intrastellar Explorer
Mar 24 at 19:28
add a comment |
Thanks for contributing an answer to Stack Overflow!
- 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%2fstackoverflow.com%2fquestions%2f55307631%2fadding-source-uri-for-python3-lxml-build-dep%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