LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 10-12-2007, 09:25 AM   #16
matthewg42
Senior Member
 
Registered: Oct 2003
Location: UK
Distribution: Kubuntu 12.10 (using awesome wm though)
Posts: 3,530

Rep: Reputation: 65

I'll have a Hacker Bier.
 
Old 10-12-2007, 09:42 AM   #17
magicdot
LQ Newbie
 
Registered: Aug 2007
Posts: 17

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by farslayer View Post
apt-cache search searches the package names and descriptions automatically.
aptitude search seems to only search the package names by default, You can see fro mmy search that VLC and the plugin are installed, as well as 2 other packages that were Automatically installed as dependencies when I installed VLC.


vlc is a Video player
mozilla-plugin-vlc is a plugin for your browser so it can launch vlc when you click on a video link while browsing.
The command I posted installs both the player and the browser plugin.

..ack. ..I've been using Windoze for too long.. ..but when I intially installed linux, I could view Windoze based media. I installed flash and now I can't view Windoze media.

How does one know what libraries to install? Do you just wait until you try to do something and get an error and then go and search for things?

..jezus.. ..seriously. This is like learning to walk again..
 
Old 10-12-2007, 09:47 AM   #18
magicdot
LQ Newbie
 
Registered: Aug 2007
Posts: 17

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by matthewg42 View Post
I'll have a Hacker Bier.
../ ..that looks a little pale for me.. ..I'd suggest some Old Rasputin and a shot of Black Bushmills.

Last edited by magicdot; 10-12-2007 at 09:50 AM.
 
Old 10-12-2007, 10:03 AM   #19
magicdot
LQ Newbie
 
Registered: Aug 2007
Posts: 17

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by lionround View Post
magicdot,

First of all, congrats on taking the plunge. I am new at this too, but it is turning out not to be as tough as I thought. There are a few things you need to know.

1. Almost everythi.ng you need to know is on this site -- somewhere. Use the search function.
2. When you ask questions, make the title something like, My mouse doesn't work all the time, not My Darn Mouse Tale.
3. Learn to use Synaptics Package Manager.
4. Install Webmin. It is a graphical representation/manager.

Keep on trying. Don't get frustrated and take it slow. It will come.
..lolZ.. ..wtf is Webmin? ..I tried searching for it using "aptitude search Webmin" and just got the command line again.. ..I seriously feel like I don't know my left from my right any more..
 
Old 10-12-2007, 10:19 AM   #20
{BBI}Nexus{BBI}
Senior Member
 
Registered: Jan 2005
Location: Nottingham, UK
Distribution: Mageia 6, KDE Neon
Posts: 4,313

Rep: Reputation: 212Reputation: 212Reputation: 212
Quote:
Originally Posted by magicdot View Post
..lolZ.. ..wtf is Webmin? ..I tried searching for it using "aptitude search Webmin" and just got the command line again.. ..I seriously feel like I don't know my left from my right any more..
It's a browser based administration application. Click the link in my signature to read more about it.
 
Old 10-12-2007, 03:48 PM   #21
SilentSam
Member
 
Registered: Aug 2007
Location: Ottawa
Distribution: Arch Linux/Kubuntu/OpenSUSE
Posts: 300

Rep: Reputation: 37
Quote:
Originally Posted by magicdot View Post
..ack. ..I never tried to install it that way.. ..I d/led it from the site and it came w/ an "installer" which attempted to install it itself, but came back w/ errors of tcl not found. So for giggles I just tried running it like you suggested and I get: "Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?". (I did run "apt-get update" & tried again, but got the same error.)

LoL. ..I'm either in love w/ Linux or I'm gonna have to choke it. I'm not sure yet. I do know that the HD isn't grinding and whirling all day long like w/ Windoze -- so I'd hate to give it up.
It sounds like some of the repositories you have listed are either maxed out or down.

Try enabling some other repositories. To do this, you can either

a) sudo nano /etc/apt/sources.list
b) Use Synaptic (I'm not sure what the method is, I use kpackage and adept) and change the repositories.

If you editted sources.list, run sudo apt-get update to update the cache.

Also, I suggest googling medibuntu and adding those repos as well. They will add propietary media to your repos, like w32codecs, and libdvdcss (which you need to watch DVDs in Ubuntu)

Edit: when running apt-anything, always preface it with sudo. You need root privileges to run apt-get.

Last edited by SilentSam; 10-12-2007 at 03:50 PM.
 
Old 10-12-2007, 04:34 PM   #22
matthewg42
Senior Member
 
Registered: Oct 2003
Location: UK
Distribution: Kubuntu 12.10 (using awesome wm though)
Posts: 3,530

Rep: Reputation: 65
Quote:
Originally Posted by magicdot View Post
../ ..that looks a little pale for me.. ..I'd suggest some Old Rasputin and a shot of Black Bushmills.
The Hacker is chosen for the name. For taste I favour this one.
 
Old 10-12-2007, 08:46 PM   #23
farslayer
LQ Guru
 
Registered: Oct 2005
Location: Northeast Ohio
Distribution: linuxdebian
Posts: 7,249
Blog Entries: 5

Rep: Reputation: 191Reputation: 191
Quote:
Originally Posted by matthewg42 View Post
In aptitude search, you can prefix the search term with a tilde (~) and a special letter to search in different parts of package descriptions. The most useful is ~d which dearches the description rather than the package name, e.g.
Code:
aptitude search ~dmozilla
Other modifier letters are documented here.
Sweet, Now I learned something new today..
I knew there was probably a way to do that but never put forth the effort to figure out how..
 
Old 10-12-2007, 08:54 PM   #24
matthewg42
Senior Member
 
Registered: Oct 2003
Location: UK
Distribution: Kubuntu 12.10 (using awesome wm though)
Posts: 3,530

Rep: Reputation: 65
Quote:
Originally Posted by farslayer View Post
Sweet, Now I learned something new today..
I knew there was probably a way to do that but never put forth the effort to figure out how..
I only discovered this one a week or so ago while listening to the lotta linux links podcast.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
HDD partition lost. xandros DVD + me = lost data lein Linux - General 18 05-22-2007 05:47 AM
Bind have lost some zone in named.conf & lost db file achilles Linux - Enterprise 0 04-19-2007 06:22 AM
Lost boot drive, howto reinstall from backups w/ apt? jdavidow Debian 0 02-24-2007 04:57 AM
Howto recover lost and formatted data on lost partitions. Sören Schneider LinuxQuestions.org Member Success Stories 2 04-05-2006 06:38 AM
power lost from cable modem, interface lost a10392 Linux - Networking 4 11-16-2004 09:01 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:47 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration