Search for Install Packages from the Ubuntu Command Line Hľadať Inštalácia balíčkov z Ubuntu Command Line
When you are trying to install software on Ubuntu or Debian linux using the apt-get package system, quite often you'll forget the exact name of the package you are trying to install. Here's how you can get a little help figuring out what the name is. Keď sa pokúšate inštalovať softvér pre Ubuntu alebo Debian Linuxe pomocou apt-get balíčkovací systém, často zabudnete presný názov balíka, ktorý sa pokúšate nainštalovať. Tu je návod, ako sa môžete dostať trochu pomôcť zisťuje, čo Volá sa.
Syntax: Syntax:
apt-cache search SearchTerm apt-cache search searchterm
Example: Príklad:
> apt-cache search monodevelop > Apt-cache search MonoDevelop
monodevelop – C#/Boo/Java/Nemerle/ILasm Development Environment MonoDevelop - C # / Boo / Java / Nemerle / ILasm Vývojové prostredie
monodevelop-boo – Boo plugin for MonoDevelop MonoDevelop-Boo - Boo plugin pre MonoDevelop
monodevelop-java – Java plugin for MonoDevelop MonoDevelop-java - Java plugin pre MonoDevelop
monodevelop-nunit – NUnit plugin for MonoDevelop MonoDevelop-NUnit - NUnit plugin pre MonoDevelop
monodevelop-query – MonoQuery plugin for MonoDevelop MonoDevelop-query - MonoQuery plugin pre MonoDevelop
monodevelop-versioncontrol – VersionControl plugin for MonoDevelop MonoDevelop-versioncontrol - versioncontrol plugin pre MonoDevelop
Rather useful, no? Skôr užitočné, nie? I've found it very useful even when I know the name of the package I'm trying to install, you can figure out what the names of extra plugins are, as in the above example. Zistil som, že je veľmi užitočné, aj keď viem, že názov balíčku sa snažím nainštalovať, môžete zistiť, čo mená ďalších pluginov sú, rovnako ako v predchádzajúcom príklade. I had initially installed monodevelop, but didn't realize there was nunit and version control plugins for it. Mal som pôvodne nainštalovaný MonoDevelop, ale neuvedomil, že bol NUnit a pluginy pre riadenie verzií to.
You may also want to run the results through a more, or even a grep. Môžete tiež spustiť výsledkov prostredníctvom viac, či dokonca grep. For instance: Napríklad:
> apt-cache search firefox | grep plugin > Apt-cache search firefox | grep plugin
libflash-mozplugin – GPL Flash (SWF) Library – Mozilla-compatible plugin libflash-mozplugin - GPL Flash (SWF) Knižnica - Mozilla-kompatibilné plugin
mozilla-helix-player – the helix audio and video player (browser plugin) mozilla-helix-player - helix audio a video prehrávač (browser plugin)
j2re1.4-mozilla-plugin – Java plugin for mozilla/firefox j2re1.4-mozilla-plugin - Java plugin pre prehliadač Mozilla Firefox
mozilla-acroread – Adobe Acrobat(R) Reader plugin for mozilla / konqueror mozilla-acroread - Adobe Acrobat (R) Reader plugin pre mozilla / konqueror
totem-gstreamer-firefox-plugin – Totem Firefox Plugin – gstreamer version totem-gstreamer-firefox-plugin - Totem Firefox Plugin - gstreamer verzia
totem-xine-firefox-plugin – Totem Firefox Plugin – xine version totem-xine-firefox-plugin - Totem Firefox Plugin - xine version

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:



If you do “apt-cache show monodevelop”, you see a line: Ak nemáte "apt-cache show MonoDevelop", uvidíte riadok:
Suggests: monodevelop-boo, monodevelop-java, monodevelop-nunit, monodevelop-versioncontrol, monodevelop-query, nemerle Navrhuje: MonoDevelop-boo, MonoDevelop-java, MonoDevelop-NUnit, MonoDevelop-versioncontrol, MonoDevelop-dotaz, nemerle
You can use “aptitude”, which is an improved “apt-get” and install via “aptitude install -r monodevelop”. Môžete použiť "aptitude", čo je lepšie "apt-get" a nainštalovať pomocou "aptitude install-r MonoDevelop". The “-r” will cause it to install all suggestions. "-R" spôsobí nainštalovať všetky návrhy.
Thanks, that's very helpful. Vďaka, to je veľmi užitočné. I was thinking of posting a how-to for aptitude as well. Myslel som, že vyslanie how-to pre aptitude rovnako.
does anyone know where i can comand some cd's with UBUNTU because i heard they're free Vie niekto, kde môžem COMAND nejaké CD s Ubuntu, pretože som počul, že sú zadarmo
You can download ubuntu from the Ubuntu website. Tu si môžete stiahnuť z webových stránok ubuntu Ubuntu. You can also order them from there as well. Môžete si tiež objednať im aj tam.
apt-cache is great for a number of things, but I think aptitude has a better search function in this instance; apt-cache je skvelý pre niekoľko vecí, ale myslím, že aptitude je lepšie funkcie pre vyhľadávanie v tomto prípade;
aptitude search aptitude search
mostly because it'll also return status of the package. hlavne preto, že to bude aj vráti stav balenia.
i have found a problem about the lack (gstreamer) all plugin .so please help me to give me all plugin through my mail. Našiel som problém súvisiace s nedostatkom (gstreamer) všetky plugin. Tak prosím, pomôžte mi, aby mi všetci plugin cez môj mail.
Thanks. Vďaka.