Important! This is an automatic machine translated page. If you can read english, you should Click Here to read the original English version of the article.

Upgrading Ubuntu from Dapper to Edgy with apt-get Actualizarea de Ubuntu de la Dapper la Edgy cu apt-get

Important Note : According to the Ubuntu Help: Notă importantă: În conformitate cu Ajutor Ubuntu:

Please note – this method is much less reliable. Vă rugăm să reţineţi - această metodă este mult mai puţin fiabile. If you use this method, you MUST be prepared to fix problems manually, such as packages being unexpectedly removed. Dacă utilizaţi această metodă, trebuie să fiţi pregătit pentru a rezolva problemele de manual, cum ar fi pachete fiind eliminat în mod neaşteptat. Using Folosirea Update Manager Update Manager is likely to be much less problematic. este probabil să fie mult mai puţin problematică.

Before you read this HowTo, you may want to consider installing using the Înainte de a citi acest ghid, poate doriţi să ia în considerare instalarea utilizând GUI with Update Manager GUI cu Update Manager , which is probably a simpler method for regular users. , Care este, probabil, o metodă mai simplă pentru utilizatorii obisnuiti.

If you are a power user, then let's move on. Dacă sunteţi un utilizator de putere, apoi Sa mergem mai departe. First, we'll need to install ubuntu-desktop if it's not already installed because otherwise there will be a dependencies problem. În primul rând, va trebui să instalaţi ubuntu-desktop dacă nu este deja instalat pentru ca altfel nu va fi o problema dependenţelor.

sudo apt-get install ubuntu-desktop sudo apt-get install ubuntu-desktop

Now we'll need to run a command that will change all the occurrences of dapper to edgy in our sources.list file. Acum va trebui pentru a rula o comandă care va schimba toate apariţiile Dapper la Edgy în fişierul nostru de sources.list. If you aren't familiar, sources.list is the file that points to your list of possible upgrades and packages. Dacă nu sunteţi familiar, sources.list este fişierul pe care punctele de la lista dvs. de upgrade-uri posibile şi a pachetelor. For windows users, you can think of it as the file that points to Windows Update. Pentru utilizatorii de Windows, vă puteţi gândi la asta, ca fişierul pe care punctele de la Windows Update. Of course, if you are a windows user, you should really install with the Update Manager utility linked above. Desigur, dacă sunteţi un utilizator Windows, ar trebui să instalaţi într-adevăr cu Manager Update utilitate legate de mai sus.

sudo sed -e 's/\sdapper/ edgy/g' -i /etc/apt/sources.list sudo sed-e 's / \ sdapper / edgy / g "-i / etc / apt / sources.list

Now we'll perform the actual upgrades: Acum vom efectua upgrade-urile efective:

sudo apt-get update && sudo apt-get dist-upgrade sudo apt-get update & & sudo apt-get dist-upgrade

The && part of the command means that the second command will run after the first as long as the first command completes successfully. & & Parte din comanda înseamnă că comanda al doilea va rula după primele, atâta timp cât comanda primul se încheie cu succes.

Now we'll finish up the upgrade with a few more commands: Acum vom termina de upgrade, cu câteva comenzi mai multe:

sudo apt-get -f install sudo apt-get-f install

sudo dpkg –configure -a sudo dpkg-configure-a

Note that the –configure is actually two dashes. Reţineţi că configura-este, de fapt două liniuţe. For some reason Wordpress makes it look like a single dash. Din anumite motive, Wordpress face arate ca o liniuţă unică.
Reboot, and you are all done! Reboot, iar tu eşti terminat!

Note: I've seen some notes that this upgrade doesn't work very well for people running Ubuntu as a Guest in VMWare with VMWare tools installed. Notă: Am vazut unele constată că această actualizare nu funcţionează foarte bine pentru oamenii care rulează Ubuntu ca invitat în VMWare cu instrumente VMWare instalat. I tested it out and came to the same conclusion, no fix as of yet. Am testat-o afară şi a ajuns la aceeaşi concluzie, nu fixa din încă.

Update: Update:

If upgrading gives you the error message “failed to load module GLcore”, you will want to run these commands. În cazul în care actualizarea vă oferă mesajul de eroare "nu a reuşit să încarce GLcore modulul", veţi dori să rulaţi aceste comenzi. Thanks for this tip to Thanks for this vîrf de a Biogeek Biogeek in the comments below. în comentarii de mai jos.

apt-get install xfs apt-get install XFS
apt-get install –reinstall xfonts-base apt-get install-xfonts reinstala-base

This article was originally written on 10/3/06 Tagged with: Acest articol a fost scris iniţial pe 10.3.06 Etichetate cu: Adding Software Adăugarea de Software-ul , , SysAdmin Sysadmin , , Ubuntu Ubuntu

Daily Email Updates Daily Actualizări de email

You can get our how-to articles in your inbox each day for free. Aveţi posibilitatea să obţineţi modul nostru de-a articole în Inbox în fiecare zi pentru drum liber. Just enter your name and email below: Doar introduceţi numele dvs. şi e-mail de mai jos:


Name: Nume:
Email: E-mail:

Comments (5) Comentariile (5)

  1. Foxblood Foxblood

    How can you tell if the upgrade was successful? Cum poţi să-i spuneţi dacă upgrade-ul a fost reuşită?

  2. BioGeek BioGeek

    Hmm, this broke my installation. Hmm, aceasta a rupt de instalare meu. I got the errors “failed to load module GLcore” and “could not open default font fixed”. M-am erorile "nu a reuşit să încarce GLcore modul" şi "nu a putut deschide fontului implicit fix". Bug hunting via Lynx brougth the De vânătoare Bug, prin intermediul Lynx brougth solution soluţie de : :

    apt-get install xfs (which surprisingly did not appear to be already installed!) apt-get install xfs (care surprinzator nu pare să fie deja instalat!)
    apt-get install –reinstall xfonts-base apt-get install-xfonts reinstala-base

    after that startx brougth me my GUI back. după această brougth startx-mi spatele meu GUI.

  3. Eduardo de Oliveira Padoan Eduardo de Oliveira Padoan

    Prefer aptitude. Prefer aptitude. And use th es flag to simulate the action and see if nothing gets broken before. Şi de a folosi pavilion es-lea pentru a simula de acţiune şi de a vedea dacă nimic nu este rupt înainte.

  4. wes wes

    Please change your “sudo dpkg –configure -a” with the working version “sudo dpkg –configure -a” Vă rugăm să schimbaţi dpkg dumneavoastră "sudo-configure-o" cu versiunea de lucru sudo dpkg "-configure-o"

    I'm sure one or two may not realize that this is required and waste many unrecoverable moments of their lives with a doomed command. Sunt sigur că una sau două nu îşi dau seama că acest lucru este necesar şi a deşeurilor de irecuperabil multe momente ale vieţii lor, cu o comandă sortit.

  5. The Geek Geek

    wes, Wes,

    Thanks for the head's up on that. Multumesc pentru capul lui pe asta. Turns out Wordpress was converting it into a single dash. Se pare că a fost Wordpress convertind-o într-o liniuţă unic. Very annoying. Foarte enervant.

    Geek Geek


Our Friends Our Friends
Getting Started Noţiuni de bază


About How-To Geek Despre "Cum să" Geek
What Is That Process? Ce este acest proces?
svchost.exe svchost.exe
jusched.exe winampa.exe
dwm.exe dwm.exe
ctfmon.exe ctfmon.exe
wmpnetwk.exe wmpnetwk.exe
wmpnscfg.exe wmpnscfg.exe
rundll32.exe rundll32.exe
wfcrun32.exe wfcrun32.exe
Ipoint.exe Ipoint.exe
Itype.exe Itype.exe
Wfica32.exe Wfica32.exe
Mobsync.exe Mobsync.exe
conhost.exe conhost.exe
Dpupdchk.exe Dpupdchk.exe Adobe_Updater.exe Adobe_Updater.exe

Copyright © 2006-2009 HowToGeek.com. Copyright © 2006-2009 HowToGeek.com. All Rights Reserved. Toate drepturile rezervate.