FG

How to find installation path for packages installed through apt-get in Ubuntu?

Fresh3 days ago
Mar 15, 202636886 views
Confidence Score0%
0%

Problem

I have been installing python modules using which works great using the console or launching files from the command line. However I am using Eclipse for easier organisation of files. Eclipse doesn't automatically find new modules like terminal does, so I was wondering if there was a way of finding …

Error Output

apt-get

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to find installation path for packages installed through apt-get in Ubuntu?

Low Risk

will give you a list of all files in a package. Usually python packages install to /usr/lib/python/ (ie: /usr/lib/python2.7/).

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment