LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 05-21-2011, 12:54 AM   #16
Hevithan
Member
 
Registered: Apr 2011
Location: Washington State
Distribution: Zorin5-(Ubuntu 11.04) // Backtrack 5-(Ubuntu 10.04) // Dreamlinux 3.5-(Debian)
Posts: 275

Original Poster
Blog Entries: 5

Rep: Reputation: 40

Dreamlinux 3.5 - Based on Debian Lenny stable i368 Xfce desktop, but I can enable GNOME and/or KDE if needed for a certain program
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 05-21-2011, 01:00 AM   #17
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Ok, most likely, you need to install mlocate in order to have locate and updatedb on your system. That *should* do the trick, unless I am wrong.
 
1 members found this post helpful.
Old 05-21-2011, 01:01 AM   #18
Hevithan
Member
 
Registered: Apr 2011
Location: Washington State
Distribution: Zorin5-(Ubuntu 11.04) // Backtrack 5-(Ubuntu 10.04) // Dreamlinux 3.5-(Debian)
Posts: 275

Original Poster
Blog Entries: 5

Rep: Reputation: 40
Should I do $apt-get mlocate

Or just open apt-get and hit the search button?

I'ma try both anyways...
 
Old 05-21-2011, 01:04 AM   #19
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
What do you mean open apt-get? I'm pretty sure you are talking about your graphical front end for apt-get; You can do either or. I didn't mention how to before because in ALL honesty, I never even heard of your distro until now

And btw, on the command line, it would be the following:
Code:
sudo apt-get install mlocate

Last edited by corp769; 05-21-2011 at 01:06 AM.
 
1 members found this post helpful.
Old 05-21-2011, 01:05 AM   #20
astromime
LQ Newbie
 
Registered: May 2011
Posts: 26

Rep: Reputation: 13
umm
Code:
sudo apt-get install mlocate
should do you better
 
1 members found this post helpful.
Old 05-21-2011, 01:06 AM   #21
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Quote:
Originally Posted by astromime View Post
umm
Code:
sudo apt-get install mlocate
should do you better
You were one second late
 
1 members found this post helpful.
Old 05-21-2011, 01:09 AM   #22
astromime
LQ Newbie
 
Registered: May 2011
Posts: 26

Rep: Reputation: 13
Quote:
Originally Posted by corp769 View Post
You were one second late
ahh! and i thought to myself, "wow, so far all of my posts have, in the very least, every intention of being helpful"

now im a failure
 
1 members found this post helpful.
Old 05-21-2011, 01:13 AM   #23
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Quote:
Originally Posted by astromime View Post
ahh! and i thought to myself, "wow, so far all of my posts have, in the very least, every intention of being helpful"

now im a failure
Well, in THAT case, you could "up" your failure by using proper grammar and capitalizing your words and using proper punctuation
 
1 members found this post helpful.
Old 05-21-2011, 01:13 AM   #24
Hevithan
Member
 
Registered: Apr 2011
Location: Washington State
Distribution: Zorin5-(Ubuntu 11.04) // Backtrack 5-(Ubuntu 10.04) // Dreamlinux 3.5-(Debian)
Posts: 275

Original Poster
Blog Entries: 5

Rep: Reputation: 40
So I got mlocate and now I get:

Code:
root@Lifebook:~# locate byond
locate: can not open `/var/lib/mlocate/mlocate.db': No such file or directory
root@Lifebook:~#

Out with the old problem in with the new


Checked the file myself, Went to /var/lib ... Found Mlocate opened her up ... and zip ... zero ... nada ... Nothing there

Last edited by Hevithan; 05-21-2011 at 01:16 AM.
 
Old 05-21-2011, 01:14 AM   #25
astromime
LQ Newbie
 
Registered: May 2011
Posts: 26

Rep: Reputation: 13
Capitalization? Does anyone realize how hard that is?
 
1 members found this post helpful.
Old 05-21-2011, 01:16 AM   #26
astromime
LQ Newbie
 
Registered: May 2011
Posts: 26

Rep: Reputation: 13
Quote:
Originally Posted by Hevithan View Post
So I got mlocate and now I get:

Code:
root@Lifebook:~# locate byond
locate: can not open `/var/lib/mlocate/mlocate.db': No such file or directory
root@Lifebook:~#

Out with the old problem in with the new
try this first
Code:
sudo updatedb
I have never used locate before though, so...
 
1 members found this post helpful.
Old 05-21-2011, 01:21 AM   #27
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Quote:
Originally Posted by astromime View Post
try this first
Code:
sudo updatedb
I have never used locate before though, so...
Yup, you are correct

And you're half way there with those capital letters
 
2 members found this post helpful.
Old 05-21-2011, 01:26 AM   #28
Hevithan
Member
 
Registered: Apr 2011
Location: Washington State
Distribution: Zorin5-(Ubuntu 11.04) // Backtrack 5-(Ubuntu 10.04) // Dreamlinux 3.5-(Debian)
Posts: 275

Original Poster
Blog Entries: 5

Rep: Reputation: 40
Here's what I got:

Code:
root@Lifebook:~# locate byond
/home/hevithan/byond
/home/hevithan/Download/482.1091_byond_linux.zip
/home/hevithan/byond/Makefile
/home/hevithan/byond/bin
/home/hevithan/byond/cfg
/home/hevithan/byond/host
/home/hevithan/byond/key
/home/hevithan/byond/lib
/home/hevithan/byond/man
/home/hevithan/byond/readme.txt
/home/hevithan/byond/bin/DreamDaemon
/home/hevithan/byond/bin/DreamDownload
/home/hevithan/byond/bin/DreamMaker
/home/hevithan/byond/bin/libbyond.so
/home/hevithan/byond/bin/libext.so
/home/hevithan/byond/cfg/release.txt
/home/hevithan/byond/host/home
/home/hevithan/byond/host/host.dmb
/home/hevithan/byond/host/host.start
/home/hevithan/byond/host/hostconf.orig
/home/hevithan/byond/host/hostconf.txt
/home/hevithan/byond/host/readme-unix.txt
/home/hevithan/byond/host/readme.html
/home/hevithan/byond/host/shared
/home/hevithan/byond/host/shared-web
/home/hevithan/byond/host/home/root
/home/hevithan/byond/host/home/root/byond
/home/hevithan/byond/host/home/root/byond/tools
/home/hevithan/byond/host/home/root/byond/tools/root
/home/hevithan/byond/host/home/root/byond/tools/root/root.dmb
/home/hevithan/byond/host/shared/byond
/home/hevithan/byond/host/shared/byond/tools
/home/hevithan/byond/host/shared/byond/tools/admin
/home/hevithan/byond/host/shared/byond/tools/ftp
/home/hevithan/byond/host/shared/byond/tools/admin/admin.dmb
/home/hevithan/byond/host/shared/byond/tools/ftp/ftp.dmb
/home/hevithan/byond/host/shared-web/web
/home/hevithan/byond/host/shared-web/web/tools
/home/hevithan/byond/host/shared-web/web/tools/admin
/home/hevithan/byond/host/shared-web/web/tools/admin/index.dmb
/home/hevithan/byond/man/man6
/home/hevithan/byond/man/man6/DreamDaemon.6
/home/hevithan/byond/man/man6/DreamMaker.6
/usr/local/byond
/usr/local/byond/bin
/usr/local/byond/cfg
/usr/local/byond/man
/usr/local/byond/bin/DreamDaemon
/usr/local/byond/bin/DreamDownload
/usr/local/byond/bin/DreamMaker
/usr/local/byond/bin/libbyond.so
/usr/local/byond/bin/libext.so
/usr/local/byond/cfg/release.txt
/usr/local/byond/man/man6
/usr/local/byond/man/man6/DreamDaemon.6
/usr/local/byond/man/man6/DreamMaker.6
/usr/local/lib/libbyond.so
root@Lifebook:~#

That's right ... it works. :-) ... thanks everyone ... I'm gonna be up late spreading rep
 
Old 05-21-2011, 01:30 AM   #29
corp769
LQ Guru
 
Registered: Apr 2005
Location: /dev/null
Posts: 5,818

Rep: Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007Reputation: 1007
Speaking of rep... Not sure if you know this or not, because most people don't know - The rep icon under the username in the left pane gives actual reputation, and the higher the post count and rep, the more points awarded. Finding posts helpful, regardless of the post and rep counts, will only give one rep. And no problem by the way... Anytime!

Cheers,

Josh

To add - I didn't say that just to get more rep either, since Eric had to call me out.......

Last edited by corp769; 05-21-2011 at 01:34 AM.
 
Old 05-21-2011, 01:33 AM   #30
Hevithan
Member
 
Registered: Apr 2011
Location: Washington State
Distribution: Zorin5-(Ubuntu 11.04) // Backtrack 5-(Ubuntu 10.04) // Dreamlinux 3.5-(Debian)
Posts: 275

Original Poster
Blog Entries: 5

Rep: Reputation: 40
Quote:
Originally Posted by corp769 View Post
Speaking of rep... Not sure if you know this or not, because most people don't know - The rep icon under the username in the left pane gives actual reputation, and the higher the post count and rep, the more points awarded. Finding posts helpful, regardless of the post and rep counts, will only give one rep. And no problem by the way... Anytime!

Cheers,

Josh
well #$^! I just went through and said everyone was helpful. Wish I would known that sooner. I'll get ya in the future
 
  


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
Locating a certain file from the Console Completely Clueless Linux - Newbie 3 04-05-2009 04:01 PM
simple tar question can not find answer in man file davimint Linux - General 3 05-22-2007 01:03 AM
k3b-trouble locating iso file to copy from hdc to hdd handydan Linux - Software 1 02-25-2007 12:11 PM
Having trouble locating a deleted file with autopsy abefroman Linux - Security 1 08-08-2005 03:36 AM
Help Cant Find A Simple File pengy666 Linux - Software 3 05-06-2005 06:21 PM

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

All times are GMT -5. The time now is 11:05 PM.

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