Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I've recently installed ubuntu 12.10 and noticed that whenever I install any type of tar.gz software in the terminal , it says installation finished but I don't find the software is missing .

example:

Checking dependencies

Python Version: 2.7.3

Found PyQt4

Found QtHelp

Found QScintilla2

Qt Version: 4.8.3

PyQt Version:  4.9.3

QScintilla Version:  2.6.2

All dependencies ok.

Compiling user interface files...

Compiling source files...

Installing eric4 ...

Installation complete.

I've tried installing several tar.gz files but it just doesn't appear in my software list even if I search for it the , it just isn't there. Please Help

share|improve this question
2  
What and how are you installing this software? – Uri Herrera Oct 23 '12 at 14:15
Software installed via tarballs does not get integrated into the package system which Ubuntu normally uses to index the software. Also, for installing eric I would simply install it from the software centre or via "apt-get install eric" – arand Oct 23 '12 at 14:25

1 Answer

how to install it just in case check if you do everything correctly

share|improve this answer
This doesn't really help. The user has successfully extracted the package to run the make install and therefore extraction has been done. The OP is simply not able to access the application after apparently installing it. – ObsessiveSSOℲ Oct 23 '12 at 14:33

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.