Subscribe to How-To Geek Mag-subscribe sa Paano-Upang Geek

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 Ubuntu-a-upgrade mula sa maselang nakasuot sa nerbiyoso ng APT-makakuha ng

Important Note : According to the Ubuntu Help: Mahalagang Paalala: Ayon sa Ubuntu Help:

Please note – this method is much less reliable. Mangyaring tandaan - paraan na ito ay lubhang mas maaasahan. If you use this method, you MUST be prepared to fix problems manually, such as packages being unexpectedly removed. Kung ginamit mo ang pamamaraan na ito, ikaw KAILANGANG maging handa upang ayusin ang mga problema sa mano-mano, tulad ng mga pakete na inaasahan tinanggal. Using Ang paggamit ng Update Manager I-update ng Manager is likely to be much less problematic. ay malamang na magiging mas maraming suliranin.

Before you read this HowTo, you may want to consider installing using the Bago basahin mo ito Howto, maaaring gusto mong isaalang-alang ang pag-install gamit ang GUI with Update Manager GUI sa Update Manager , which is probably a simpler method for regular users. , Na kung saan ay marahil ng isang mas simpleng paraan para sa regular na mga gumagamit.

If you are a power user, then let's move on. Kung ikaw ay isang kapangyarihan ng user, pagkatapos ay let's move on. First, we'll need to install ubuntu-desktop if it's not already installed because otherwise there will be a dependencies problem. Una, kakailanganin naming mag-install ng Ubuntu-desktop kung ito ay hindi pa nai-install dahil sa kabilang banda ay magkakaroon ng dependencies problema.

sudo apt-get install ubuntu-desktop sudo APT-i-install ng 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. Ngayon kami ay kailangan upang magpatakbo ng isang utos na palitan ang lahat ng mga Bahagi ng maselang nakasuot sa nerbiyoso sa aming sources.list file. If you aren't familiar, sources.list is the file that points to your list of possible upgrades and packages. Kung ikaw ay hindi pamilyar, sources.list ay ang file na puntos sa iyong listahan ng mga posibleng upgrade at mga pakete. For windows users, you can think of it as the file that points to Windows Update. Para sa mga gumagamit ng windows, maaari mong isipin ng mga ito bilang ang file na ang mga puntos sa Windows Update. Of course, if you are a windows user, you should really install with the Update Manager utility linked above. Syempre, kung ikaw ay isang user ang mga bintana, dapat mo ba talagang i-install sa mga utility Update Manager naka-link sa itaas.

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

Now we'll perform the actual upgrades: Ngayon kami ay gawin ang aktwal na upgrade:

sudo apt-get update && sudo apt-get dist-upgrade sudo APT-makakuha ng i-update & & sudo APT-makakuha ng 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. Ang & & bahagi ng utos ay nangangahulugan na ang ikalawang utos ay tatakbo pagkatapos ng unang hangga't ang unang utos matagumpay na nakumpleto.

Now we'll finish up the upgrade with a few more commands: Ngayon kami ay matapos ang mag-upgrade sa ilang mga utos:

sudo apt-get -f install sudo APT-makakuha-f install

sudo dpkg –configure -a sudo dpkg-i-configure-isang

Note that the –configure is actually two dashes. Tandaan na ang-configure ay talagang dalawang dash. For some reason Wordpress makes it look like a single dash. Para sa ilang mga dahilan Wordpress gumagawa tumingin ito tulad ng isang solong madaliin.
Reboot, and you are all done! Reboot, at ikaw ay tapos na ang lahat!

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. Tandaan: ko na nakita ang ilang mga tala na mag-upgrade na ito ay hindi gumagana tunay mabuti para sa mga taong tumatakbo Ubuntu bilang isang Guest sa VMWare sa VMWare mga kasangkapan na naka-install. I tested it out and came to the same conclusion, no fix as of yet. Nasubukan ko ito at dumating sa parehong dulo, walang ayusin ang bilang ng mga pa.

Update: Update:

If upgrading gives you the error message “failed to load module GLcore”, you will want to run these commands. Kung ang mag-upgrade ay nagbibigay sa iyo ng mga mensahe ng error na "Bigo ang pag-load ng module GLcore", ay gusto mong patakbuhin ang mga commands. Thanks for this tip to Salamat sa tip na ito sa Biogeek Biogeek in the comments below. sa mga puna sa ibaba.

apt-get install xfs APT-i-install ang makakuha ng xfs
apt-get install –reinstall xfonts-base APT-i-install ang makakuha ng-i-install muli xfonts-base

This article was originally written on 10/3/06 Tagged with: Ang artikulong ito ay orihinal na isinulat sa 10/3/06 Tagged with: Adding Software Pagdaragdag ng Software , , SysAdmin SysAdmin , , Ubuntu Ubuntu

Daily Email Updates Araw-araw na Updates Email

You can get our how-to articles in your inbox each day for free. Maaari kang makakuha ng aming kung-paano na mga artikulo sa iyong inbox sa bawat araw para sa libre. Just enter your name and email below: Ilagay lamang ang inyong pangalan at email sa ibaba:


Name: Pangalan:
Email: Email:

Comments (5) Comments (5)

  1. Foxblood Foxblood

    How can you tell if the upgrade was successful? Paano mo sasabihin kung mag-upgrade sa ay matagumpay?

  2. BioGeek BioGeek

    Hmm, this broke my installation. Hmm, ito nakabasag ng aking pag-install. I got the errors “failed to load module GLcore” and “could not open default font fixed”. Ako got ang mga error "Bigo ang pag-load ng module GLcore" at "hindi mabuksan ang default na font fixed". Bug hunting via Lynx brougth the Bug pangangaso sa pamamagitan ng musang ang brougth solution solusyon : :

    apt-get install xfs (which surprisingly did not appear to be already installed!) APT-i-install ang makakuha ng xfs (na nakakagulat na hindi lilitaw na naka-install!)
    apt-get install –reinstall xfonts-base APT-i-install ang makakuha ng-i-install muli xfonts-base

    after that startx brougth me my GUI back. matapos na startx brougth sa akin ang aking GUI likod.

  3. Eduardo de Oliveira Padoan Eduardo de Oliveira Padoan

    Prefer aptitude. Mas gusto kakayahan. And use th es flag to simulate the action and see if nothing gets broken before. At gumamit ng ika-es bandila upang gayahin ang mga aksyon at makita kung walang makakakuha ng nasira bago.

  4. wes wes

    Please change your “sudo dpkg –configure -a” with the working version “sudo dpkg –configure -a” Mangyaring baguhin ang iyong "sudo dpkg-i-configure-a" sa pagtratrabaho version "sudo dpkg-i-configure-a"

    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. Ako ba na ang isa o dalawa ay hindi maaaring napagtanto na ito ay kinakailangan at maraming basura unrecoverable sandali ng kanilang buhay sa isang tiyak na mapapahamak command.

  5. The Geek Ang Geek

    wes, wes,

    Thanks for the head's up on that. Salamat sa ulo ng mga balita sa mga iyon. Turns out Wordpress was converting it into a single dash. Ay lumiliko out Wordpress ay nagko-convert ito sa isang solong madaliin. Very annoying. Very nakakainis.

    Geek Geek


Our Friends Ang aming mga Friends
Getting Started Pagsisimula


About How-To Geek Tungkol sa Paano-Upang Geek
What Is That Process? Ano ba ang Proseso Iyon?
svchost.exe svchost.exe
jusched.exe jusched.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. All Rights Reserved.