Kubuntu/Για προχωρημένους/Αποθετήρια

    From KDE UserBase Wiki
    Revision as of 21:58, 2 March 2014 by Dimkard (talk | contribs) (Created page with "'''Οδηγός:''' Εκκινήστε το Muon Discover. Επιλέξετε Ρυθμίσεις, Διαμόρφωση πηγών λογισμικού στο σχετικό π...")
    Other languages:

    Διαχείριση αποθετηρίων

    Προσθήκη αποθετηρίου

    Μπορείτε να χρησιμοποιήσετε το Muon Discover για να προσθέσετε νέα αποθετήρια.

    Οδηγός: Εκκινήστε το Muon Discover. Επιλέξετε Ρυθμίσεις, Διαμόρφωση πηγών λογισμικού στο σχετικό παράθυρο. Εισάγετε τον κωδικό διαχειριστή στο παράθυρο προτροπής. Κάντε αριστερό κλικ στην καρτέλα 'Άλλο λογισμικό'. Κάντε αριστερό κλικ στο κουμπί 'Προσθήκη...'. Εισάγετε τη διεύθυνση του αποθετηρίου στο πλαίσιο κειμένου. Απαιτείται η κατάλληλη μορφή, που μοιάζει με αυτή: deb http://ppa.launchpad.net/kubuntu-ppa/backports/ubuntu raring main Κάντε αριστερό κλικ στο κουμπί 'Εντάξει' για να προσθέσετε το αποθετήριο. Κάντε κλικ στο κουμπί 'Κλείσιμο'. Θα εμφανιστεί ένα παράθυρο προτροπής για ανανέωση της λίστας πακέτων. Το Muon τώρα θα μπορεί να βρει το νέο διαθέσιμο λογισμικό.

    Ενεργοποίηση αποθετηρίου

    Μπορείτε να χρησιμοποιήσετε το Muon Discover για ενεργοποίηση αποθετηρίων.

    Οδηγός: Εκκινήστε το Muon Discover. Επιλέξετε Ρυθμίσεις, Διαμόρφωση πηγών λογισμικού στο σχετικό παράθυρο. Εισάγετε τον κωδικό διαχειριστή στο παράθυρο προτροπής. Κάντε αριστερό κλικ στην καρτέλα 'Άλλο λογισμικό'. Επιλέξτε το σχετικό πλαίσιο επιλογής στην κεντρική ενότητα του παραθύρου για να ενεργοποιήσετε ένα αποθετήριο. Κάντε κλικ στο κουμπί 'Κλείσιμο'. Θα εμφανιστεί ένα παράθυρο προτροπής για ανανέωση της λίστας πακέτων. Το Muon τώρα θα μπορεί να βρει το νέο διαθέσιμο λογισμικό.

    Disable a Repository

    You can use the Muon Discover to disable repositories.

    How-to: Start Muon Discover. Select Settings, Configure Software Sources in the window. Enter your administrative password at the prompt. Left-click the 'Other Software' tab. Uncheck the appropriate box in the center section of the window to disable a repository. Left-click the 'Close' button. A prompt will appear to update the package list. Muon will now forget the no longer available software.

    Remove a Repository

    You can use the Muon Discover to remove repositories.

    How-to: Start Muon Discover. Select Settings, Configure Software Sources in the window. Enter your administrative password at the prompt. Left-click the 'Other Software' tab. Left-click the name of an existing repository in the center section of the window to select it. Left-click the 'Remove' button. Left-click the 'Close' button. A prompt will appear to update the package list. Muon will now forget the no longer available software.

    Managing Personal Package Archives

    Personal Package Archives allow any person in the Ubuntu community who has committed to observe the Ubuntu Code of Conduct to upload Ubuntu source packages to be built and published as an apt repository by Launchpad. Software from Launchpad's Personal Package Archive (PPA) requires a GnuPG (GPG) key so your system can verify that it's getting the packages from the correct source and that the packages have not been interfered with since they were built. GnuPG is GNU's tool for secure communication and data storage.

    Important: The contents of Personal Package Archives are not checked or monitored. You install software from them at your own risk.

    Add a PPA

    You can use the Muon Discover to add a PPA:

    How-to: Open the Launchpad PPA overview page in your browser. Look for the location of the PPA in the 'Adding this PPA to your system' section.

    Open Muon Discover. Select Settings, Configure Software Sources in the window. Enter your administrative password at the prompt. Left-click on the 'Other Software' tab. Left-click the 'Add...' button. Paste the location you got from the PPA's overview page into the text box. Left-click the 'OK' button to add the repository. Left-click the 'Close' button. A prompt will appear to update the package list. Muon will now be allowed to find the newly available software.

    You can use the command line to add a PPA on 9.10 Karmic Koala or newer Kubuntu systems:

    How-to: Visit the Launchpad PPA overview page. Look for the location of the PPA in the 'Adding this PPA to your system' section.

    Open a terminal window. Add the PPA to your system by entering this command in the terminal window, replacing Location with the location you got from the PPA's overview page: sudo add-apt-repository Location Update the package index by entering this command in the terminal window: sudo apt-get update You can now install software from the PPA.

    Remove a PPA

    You can use the Muon Discover to remove a PPA:

    How-to: Start Muon Discover. Select Settings, Configure Software Sources in the window. Enter your administrative password at the prompt. Left-click the 'Other Software' tab. Left-click the name of a the PPA in the center section of the window to select it. Left-click the 'Remove' button. Left-click the 'Close' button. A prompt will appear to update the package list. Muon will now forget the no-longer-available software.

    Note: If you need to remove not only the PPA repository, but also remove the packages installed from that PPA, and revert to the packages from the official Ubuntu repositories, there is a command line package which will do that: ppa-purge.

    How-to: In a konsole, type sudo apt-get install ppa-purge. Then, sudo ppa-purge ppa:<repository-name>/<subdirectory> putting in the correct PPA name(s).

    If instead you merely wish to remove the PPA using the commandline, then type sudo add-apt-repository --remove ppa:someppa/ppa

    Return to Kubuntu Advanced