Does anyone know where I could find this file on Ubuntu?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
On my machine it’s in:
However, it’ll vary a little depending on your distrib and how up to date you are. But there’s a really handy little tool called ‘locate’ that you can use to quickly find stuff on your machine.
Gives me
As I have two versions of Python installed. I put it through grep, as sometimes locate can match quite a lot.
If you’re sure that you have a file on your machine, but locate isn’t finding it, you might need to update your database, which is done with the ‘updatedb’ command, as root. So, just run
and get a coffee (or two if you have a slow machine/very full drive) and then try again.