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;








1















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:



  1. How should I modify this file to add the source?

  2. Do I need to run apt update afterwards?

  3. How did you know what URI to add?

Thank you in advance!










share|improve this question




























    1















    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:



    1. How should I modify this file to add the source?

    2. Do I need to run apt update afterwards?

    3. How did you know what URI to add?

    Thank you in advance!










    share|improve this question
























      1












      1








      1








      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:



      1. How should I modify this file to add the source?

      2. Do I need to run apt update afterwards?

      3. How did you know what URI to add?

      Thank you in advance!










      share|improve this question














      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:



      1. How should I modify this file to add the source?

      2. Do I need to run apt update afterwards?

      3. How did you know what URI to add?

      Thank you in advance!







      debian lxml apt debian-stretch






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 22 at 20:53









      Intrastellar ExplorerIntrastellar Explorer

      8111




      8111






















          1 Answer
          1






          active

          oldest

          votes


















          1














          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.






          share|improve this answer

























          • 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












          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
          );



          );













          draft saved

          draft discarded


















          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














          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.






          share|improve this answer

























          • 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
















          1














          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.






          share|improve this answer

























          • 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














          1












          1








          1







          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.






          share|improve this answer















          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.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          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


















          • 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




















          draft saved

          draft discarded
















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

          Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript