Tutorials/Install KDE software/ca: Difference between revisions

    From KDE UserBase Wiki
    (Created page with "S'us sol·licitarà la vostra contrasenya de compte d'usuari i llavors veureu una finestra com aquesta:")
    (Created page with "Amb openSUSE podeu instal·lar programari emprant '''zypper''', per exemple per instal·lar KWrite hauràs [[Special:MyLanguage/Tutorials/Open_a_con...")
    Line 60: Line 60:
    === openSUSE ===
    === openSUSE ===


    With openSUSE you install software using '''zypper'''
    Amb openSUSE podeu instal·lar programari emprant '''zypper''', per exemple per instal·lar [[Special:myLanguage/KWrite|KWrite]] hauràs [[Special:MyLanguage/Tutorials/Open_a_console|d'obrir una consola]] i introduïr
    for example to install [[Special:myLanguage/KWrite|KWrite]] you will [[Special:MyLanguage/Tutorials/Open_a_console|open a console]] and enter
    <code>zypper in kwrite</code>. En les instal·lacions més velles d'openSUSE, '''yast''' s'emprava així: <code>yast -i kwrite</code>. Podeu continuar utilitzant el '''yast''' si ho preferiu.
    <code>zypper in kwrite</code>. In older installations of openSUSE, '''yast''' was used like this: <code>yast -i kwrite</code>. You can still use '''yast''' if you prefer.


    === Ubuntu ===
    === Ubuntu ===

    Revision as of 19:17, 9 March 2012

    Instal·lació de programari KDE

    Per instal·lar programari KDE us recomanem que empreu els mitjans de la vostra distribució. Seguint aquest enllaç trobareu com conèixer el nom i la versió de la vostra distribució.

    Consell

    Quan veieu el text preformatat amb fons groc d'aquesta manera l'heu de teclejar exactament com aparegui.


    Ús del gestor de paquets

    openSUSE

    Trobareu l'eina de gestió de paquets de l'openSUSE a la pestanya Computer del menú inicial. Cliqueu Install/Remove Software per iniciar el gestor de paquets.

    Cercant el Kate; el libkate1 i el liboggkate1 ja estan instal·lats, s'ha seleccionat el kate per ser instal·lat.

    Utilitzeu el camp de cerca per trobar el paquet que desitgeu instal·lar; podeu cercar pel nom o per la descripció del paquet i només necessiteu entrar part del nom. Llavors es presentarà una llista dels paquets que coincideixen amb la vostra cerca. Marqueu les caixes de selecció dels paquets que voleu instal·lar i després cliqueu Accepta. Veieu aquesta pàgina per a més informació en la gestió de paquets i openSUSE.

    Com a alternativa, podeu emprar KPackageKit per instal·lar programari a openSUSE.

    Ubuntu/Kubuntu

    En el Kubuntu la manera d'instal·lar el programari per defecte és utilitzant el KPackageKit (com en el Kubuntu 11.04, això pot canviar en les versions futures). La major part d'instal·lacions de programari resten descrites en l’article KPackageKit. A no ser que hagis rebut instrucció per afegir fonts de programari addicional, no hauries de necessitar la informació de sota.

    La única diferència real és la de poder escollir les fonts pel vostre programari. El Kubuntu ja està instal·lat amb la majoria de les fonts que hauries de necessitar, però si disposes de coneixements per afegir una altra font de programari llavors has d’anar a la pestanya configuració de l'esquerra al costat de la finestra del KPackageKit. Si la font de programari no està ja llistada (veieu la captura de pantalla de sota) aleshores podeu el clicar damunt Edita orígens cap al fons de la finestra.

    Navegant per les fonts de programari en el KPackageKit. Si en voleu afegir un altre, cliqueu al botó "Edita origens".

    S'us sol·licitarà la vostra contrasenya de compte d'usuari i llavors veureu una finestra com aquesta:

    Software sources settings — you normally do not need to change anything here, but rather should go to the second tab "Other software".

    You normally do not need to change these settings. The software sources can be added by going to the Other software tab, where you can click on the add button and type (or copy and paste) the software source address in the dialog that opens:

    After clicking on the "Add" button, you can type in the location of the software source directly.

    Fedora

    yumex will start the graphical package manager. When you start it, the first thing it will do is check to see whether you need any updates. Usually it is best to accept all the updates. If you click on Groups above the file list you will see it re-ordered, showing how a group of packages can be installed by a single click. Look for the cursor in the left panel, touching the arrow:


    Clicking on the arrow-head rotates it,listing the package options for that group. This is where you can install the base KDE if it wasn't installed originally.

    Mageia and Mandriva

    KDE is the default desktop in Mageia and Mandriva. You can install KDE software using Mageia/Mandriva Control Center (mcc). Just use Favorites -> Mageia/Mandriva Control Center then go to Software Management -> Install & Remove Software page and choose Graphical desktop -> KDE. Standalone graphical installer can be launched from KRunner, just enter drakrpm into the input box.

    Installing Kdenlive from Mageia Control Center.

    Other distros

    Other distros will offer a package manager. You will need to find it from your menu, but once found, one of these descriptions above should have something similar to yours. If in doubt, ask on IRC and someone will help you. If you've never used IRC, here is a guide to starting to chat with other users.

    From the command line

    If you find that using a package manager is unbearably slow, you will want to use command-line installation. This is much faster, but the disadvantage is that you need to know the exact name of the package you want to install. Each system has helpful commands for searching, for instance, so try using the first word of install command below, with --help appended. As an example, yum --help will list the commands you can use for Fedora, but they are many and can be confusing at first.

    openSUSE

    Amb openSUSE podeu instal·lar programari emprant zypper, per exemple per instal·lar KWrite hauràs d'obrir una consola i introduïr zypper in kwrite. En les instal·lacions més velles d'openSUSE, yast s'emprava així: yast -i kwrite. Podeu continuar utilitzant el yast si ho preferiu.

    Ubuntu

    With Ubuntu Linux you install software using apt-get. For example to install KWrite you will open a console and enter sudo apt-get install kwrite

    Fedora

    Fedora uses yum so to install KWrite you would open a console and type yum install kwrite If you are unsure of the name of a package, you can use yum list with wildcards to see all the packages with a word as part of the package name — for example yum list *network* will list all available packages with "network" as part of the name. Casting even wider, yum search mpeg will list all packages that either have mpeg in the name or in the description of the package.

    Mageia and Mandriva

    You can use urpmi to install KDE software from a command line. Other useful commands can be found at Wikipedia's Urpmi page