Switch Ubuntu Server to use Internet Repositories Instead of cdrom Switch Ubuntu Server používanie internetu Úložisko Miesto cdrom
If you install Ubuntu from a cd-rom, when you try to use apt-get to install new software it will prompt you for the cdrom every time. Ak inštalujete Ubuntu z cd-rom, pri pokuse o použitie apt-get inštalovať nový softvér, bude sa vás spýta na cdrom zakaždým. Kinda frustrating! Trochu frustrujúce!
There's an easy way to fix this problem. Existuje jednoduchý spôsob, ako tento problém opraviť. Run the following command to open the sources.list file. Spustite nasledujúci príkaz na otvorenie súboru sources.list. You can use a different editor if you feel like. Môžete použiť iný editor, ak budete chcieť.
sudo vi /etc/apt/sources.list sudo vi / etc / apt / sources.list
The first thing you'll want to do is comment out this line, by placing a # symbol before it. Prvá vec, ktorú budete chcieť urobiť, je zakomentujte tento riadok, tým, že umiestni symbol # pred ním.
deb cdrom:[Ubuntu-Server 6.10 _Ed….. deb cdrom: [Ubuntu-Server 6.10 _Ed ... ..
You can also use this opportunity to uncomment the universe repositories. Môžete tiež využiť túto príležitosť na odkomentovat vesmíru repozitára.
Now that you've updated the repository list, you will have to run this command to update the local list of available software: Teraz, keď ste aktualizovaný zoznam úložiska, budete musieť spustiť tento príkaz na aktualizovať lokálny zoznam dostupných softvér:
sudo apt-get update sudo apt-get update
Now you can apt-get install from the internet. Teraz môžete apt-get install z internetu.

Daily Email Updates Denný Svářeč
You can get our how-to articles in your inbox each day for free. Môžete si naše jak-na články vo vašej schránky každý deň zadarmo. Just enter your name and email below: Stačí zadať svoje meno a e-mail nižšie:



It's a great site you have here. Je to skvelé miesto ste tu. I just installed Ubuntu and over the past two days have been really struggling with it. I just installed Ubuntu a za posledné dva dni boli naozaj bojovať s ním.
I'm not sure what you mean by this: Nie som si istý, čo máte na mysli toto:
“The first thing you'll want to do is comment out this line, by placing a # symbol before it.” "Prvá vec, ktorú budete chcieť urobiť, je zakomentujte tento riadok, tým, že umiestni symbol # pred ním."
You mean, before typing out sudo vi /etc apt/sources. Chceš povedať, že sa pred zadaním sudo vi / etc apt / sources. list ? list?
apologies if I sound dim, but it's no fun being a newbie! Ospravedlňujem sa, ak to znie tlmená, ale to nie je žiadna sranda byť nováčik!
If you are using Ubuntu Desktop, you might want to use the article “Update Ubuntu Repository list using Software Sources GUI Tool” linked in the related how-to list above. Ak používate Ubuntu Desktop, možno budete chcieť použiť článok "Aktualizácia Ubuntu Repository zoznamu pomocou Zdroje softvéru GUI Tool" spojené v súvislosti jak-na vyššie uvedenom zozname.
You can just uncheck the cdrom from there, mostly likely. Môžete si len zrušte cdrom odtiaľ, väčšinou pravdepodobné.
Otherwise, you can open the file /etc/apt/sources.list in whatever editor you choose, and put the # right before the cdrom line, on the same line. V opačnom prípade môžete otvoriť súbor / etc / apt / sources.list v editore, čo si vyberiete, a dal tesne pred # cdrom line, na tej istej linke.
Thanks very much. Díky moc. I'll try that. Skúsim to.
Another question, which I can't find the answer to: I have a lot of photographs (jpegs) burned on to CDs. Ďalšia otázka, ktoré nemôžem nájsť odpoveď na otázku: Mám veľa fotografií (JPEG), spálené na CD. But when I put them in the drive nothing at all happens and I can't find them by browsing the files. Ale keď som sa v mechanike vôbec nič nedeje a nemôžem nájsť prechádzaním súborov.
Any idea how I can make them display? Potuchy, ako môžem urobiť je zobraziť? Thanks. Vďaka.
thx, man, helped me to overcome the annoying prompt for dvd insertion. thx, muž, ktorý mi pomohol prekonať nepríjemné výzva na vloženie dvd.
thx again. thx again.