Announcement

Collapse
No announcement yet.

[SOLVED] Lost my program

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [SOLVED] Lost my program

    Used apt-get install to download and install usb-imagewriter. Synaptic listings show it as installed... but I cannot find it.

    It is not on my menus in any category, and I have no idea where to look, or what command line string to use to find it.

    Where's my program

    Using Kubuntu 10.04

    Thanks
    Bob

    #2
    Re: Lost my program

    some times a program wont show in the menu's untill after a reboot ....dont know the exact reasons but thar ya go.

    you can find things with "locate" like
    Code:
    locate usb-imagewriter
    BUT it may spit ought a fire hose of info so pipe it through "less" like
    Code:
    locate usb-imagewriter | less
    you can refine a search further see
    Code:
    man locate
    and you should be able to launch it from a terminal with just
    Code:
    usb-imagewriter

    VINNY

    i7 4core HT 8MB L3 2.9GHz
    16GB RAM
    Nvidia GTX 860M 4GB RAM 1152 cuda cores

    Comment


      #3
      Re: Lost my program

      Originally posted by Teunis
      Or hit Alt+F2 and start typing the name you suspect it has.
      When right it'll show up.
      HUMmm yes much easier :P

      VINNY
      i7 4core HT 8MB L3 2.9GHz
      16GB RAM
      Nvidia GTX 860M 4GB RAM 1152 cuda cores

      Comment


        #4
        Re: Lost my program

        If you've recently installed the app and the locate cron utility hasn't run, then you should do

        sudo updatedb

        first. Then you can do

        locate imagewriter | less

        or even

        locate image | less

        or

        locate bin/usb-image
        "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
        – John F. Kennedy, February 26, 1962.

        Comment


          #5
          Re: Lost my program

          Thanks to all for the help. I finally ended up uninstalling, and then re-installing the app, and it finally showed up.

          I will mark this one Solved!

          Thanks
          Bob

          Comment

          Working...
          X