tags:

views:

37

answers:

2

i recently created a debian package for my own software,it got installed properly and i can open it from terminal but i cant find it in my application section in ubuntu. can anyone help me??

A: 

Can you see it with dpkg --list ?

Emil Vikström
yes i can see it ..
neha
@neha now get it to list what files... (see comment in question)
pst
+1  A: 

You will not find your package in the "Software Center". The Ubuntu Wiki has more on how the "Ubuntu Software Center" collects information about packages.

If your package enters Ubuntu's universe or Debian's main stable, you will probably find it in the relevant section. (EDIT: ... becase app-install-data will be regenerated then. I don't know how Software Center works with PPA's though, if you plan to make one)

Also, you should be able to find your software through Synaptic and through apt-get (i.e. be able to uninstall it). If you host it in a PPA, then you will be able to install it too. Again, I don't know about how Software Center deals packages from outside the Ubuntu repositories (main, universe, etc).

Umang