क्या pet रिपॉजिटरी को /etc/apt/source.list में जोड़ा जा सकता है?


12

द्वारा sudo add-apt-repository '<deb url codename component>', एक रिपॉजिटरी को /etc/apt/source.list फ़ाइल में जोड़ा जाता है।

द्वारा sudo add-apt-repository ppa:<user>/<ppa-name>, मैंने देखा कि सभी ppa रिपॉजिटरी /etc/apt/source.list.d dir में जोड़े जाते हैं:

$ ls /etc/apt/sources.list.d/
ferramroberto-sopcast-precise.list
ferramroberto-sopcast-precise.list.save
google-talkplugin.list
google-talkplugin.list.save
kalakris-okular-precise.list
kalakris-okular-precise.list.save
linrunner-thinkpad-extras-precise.list
linrunner-thinkpad-extras-precise.list.save
precise-partner.list
precise-partner.list.save
staticfloat-julia-deps-precise.list
staticfloat-juliareleases-precise.list
staticfloat-juliareleases-precise.list.save
telepathy-ppa-precise.list
telepathy-ppa-precise.list.save
ubuntu-wine-ppa-precise.list
ubuntu-wine-ppa-precise.list.save
venerix-blug-precise.list
venerix-blug-precise.list.save
  1. क्या इसके बजाय /etc/apt/source.list फ़ाइल के अंत में एक ppa रिपॉजिटरी जोड़ी जा सकती है?

  2. पीपीए रिपॉजिटरी को गैर-पीपा वाले से अलग क्यों माना जाता है?

  3. क्या अन्य गैर-पीपीए रिपॉजिटरी को पीपा वाले के समान माना जाता है?

  4. क्या sudo add-apt-repository '<deb url codename component>'/etc/apt/source.list, या /etc/apt/source.list.d के अंतर्गत कुछ फ़ाइलों में ppa रिपॉजिटरी जोड़ देगा ?

जवाबों:


11
  1. हां, पीपीए /etc/apt/source.listको डेबियन (डेब) रिपॉजिटरी के समान तरीके से जोड़ा जा सकता है।

    deb http://ppa.launchpad.net/<ppa-name>/ppa/ubuntu <release-code-name> main 
    deb-src http://ppa.launchpad.net/<ppa-name>/ppa/ubuntu <release-code-name> main
    

    वाइनहक के लिए एक उदाहरण: ppa debian रिपॉजिटरी लिंक

  2. /etc/apt/source.listकेवल आधिकारिक रिलीज रिपॉजिटरी के लिए छोड़कर, किसी तरह चीजों को आसानी से प्रबंधित करने के बारे में सोचा । सभी अतिरिक्त रिपॉजिटरी में जाता है /etc/apt/source.list.d/। आसानी से:

    1. जोड़ें (फ़ाइल बना रहा है तो मौजूदा संपादन, डुप्लिकेट से बचने के लिए एक आंशिक समाधान भी)
    2. निकालें ( /etc/apt/source.listसंबंधित पंक्ति में एक खोज को पार्स करने के साथ )
    3. बैकअप / पुनर्स्थापना ( /etc/apt/source.list.d/फ़ोल्डर के संपीड़ित संग्रह का उपयोग करके )
    4. लक्ष्यीकरण के साथ बहुत सी चीजों को तोड़ने से बचें /etc/apt/source.list
  3. PPA हमेशा /etc/apt/source.list.d/फोल्डर में जोड़ा जाता है अगर इसे ppa:<user>/<ppa-name>फॉर्म में लिखा जाए ।

    संदर्भ: man add-apt-repository

    REPOSITORY STRING
           REPOSITORY can  be  either  a  line  that  can  be  added  directly  to
           sources.list(5),  in the form ppa:<user>/<ppa-name> for adding Personal
           Package Archives, or a distribution component to enable.
    
           In  the   first   form,   REPOSITORY   will   just   be   appended   to
           /etc/apt/sources.list.
    
           In  the second form, ppa:<user>/<ppa-name> will be expanded to the full
           deb  line  of  the  PPA  and   added   into   a   new   file   in   the
           /etc/apt/sources.list.d/  directory.   The  GPG public key of the newly
           added PPA will also be downloaded and added to apt's keyring.
    
           In the third form, the given distribution component will be enabled for
           all sources.
    
  4. खैर, ऐसा लगता है कि PPA के शॉर्टकट के रूप में ही जाना जाता है /etc/apt/sources.list.d/add-apt-repositoryया apt-add-repositoryउबंटू विशिष्ट उपकरण है। मैं बस इतना सोच सकता हूं कि व्यक्तिगत पीपीए को बाहर रखना उबंटू का फैसला है।

    हालाँकि आप इसे केवल उपयोग करने के लिए संशोधित कर सकते हैं /etc/apt/sources.list। यह एक पायथन 3 स्क्रिप्ट है। /usr/bin/add-apt-repositoryपंक्ति को संशोधित करें :

    shortcut = shortcut_handler(line)
    

    ppa शॉर्टकट फॉर्म को डिबेट लाइन फॉर्म में हल करने के लिए इसे नीचे से बदलें:

    shortcut = shortcut_handler(shortcut_handler(line).expand(sp.distro.codename)[0])
    

ध्यान दें, अजीब तरह से, गैर-पीपीए रिपोज को जोड़ा जाएगा /etc/apt/sources.list
सियारकोट

1
@ saiarcot895, मुझे लगता है कि add-apt-repository1 स्थान पर PPA के साथ काम को आसान बनाने के लिए लिखा गया था। जब यह जोड़ा गया था तो प्रतिबद्ध विवरण: " नई सहायक स्क्रिप्ट" एड-एप्ट-रिपॉजिटरी "जिसका उपयोग कमांडलाइन से रिपॉजिटरी को सक्षम करने के लिए किया जा सकता है। उदाहरण के लिए उपयोगीb Bazar.launchpad.net/~ubuntu-core-dev/software-properties/main/…
user.dz
हमारी साइट का प्रयोग करके, आप स्वीकार करते हैं कि आपने हमारी Cookie Policy और निजता नीति को पढ़ और समझा लिया है।
Licensed under cc by-sa 3.0 with attribution required.