arsinic13 wrote:also once i download it how do i make it work cuz i cant seem to make anything i download work. lol
Many programs don't launch with an icon and have to be used from the terminal.
After you install gedit(example) you can run:
- Code: Select all
man gedit
to see the manpage or:
- Code: Select all
which gedit
to see where the executable installed.
Not every program has a man-page and not every program installs an executable. If you inspect the program under synaptic
you can see exactly what files installed and where. Sometimes the name of the application to run is not the same as the
program (thank you very much) and sometimes they throw in a capital letter in the name and don't tell you about it just
because that would make it way too easy for you... and some programs just are cursed... beware!