> 2. There was no add/remove (package manager) on the menu. After > adding gnome-app-install suggested from other posts, I get the package > manager. From the package installed list, I saw some programs that > supposed installed in the system but they are not listed in the menu > or in list of program shows on the edit menu - items to be added. How > can I add those programs to the menu? Where I can find them in the > computer?
To be honest, I would learn how to use apt in the terminal. Graphical package managers can be hit-or-miss. Example: I want to install the program nmap, but I don't know what the actual package name is. [EMAIL PROTECTED] sudo apt-cache search nmap Then, a list of matching packages pops up. You pick the ones you want, then: [EMAIL PROTECTED] sudo apt-get install nmap nmap-fe Hope that helps some. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "gOS Linux" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/goslinux?hl=en -~----------~----~----~----~------~----~------~--~---
