Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: How to remove file?

  1. #1
    Join Date
    Jul 2008
    Location
    Nottingham
    Beans
    150
    Distro
    Ubuntu 10.04 Lucid Lynx

    How to remove file?

    Hi,
    after upgrading graphics driver I now get the following error when running hardware tester:

    ERROR: Caught a segmentation fault while loading plugin file:
    /usr/lib/gstreamer-0.10/libgstlibvisual.so

    Please either:
    - remove it and restart.
    - run with --gst-disable-segtrap and debug.


    Although I can find the file I'm unable to remove it as I don't have the right 'permissions'?

    Please try and keep answers simple as I'm a newbie to Ubuntu, thx.

    Paul.

  2. #2
    Join Date
    Dec 2007
    Location
    UK
    Beans
    1,351
    Distro
    Ubuntu Gnome

    Re: How to remove file?

    try this
    Code:
    sudo rm /usr/lib/gstreamer-0.10/libgstlibvisual.so
    You need to put that in a terminal.
    Registered Linux user #475388
    Using Various flavours of Linux: Ubuntu 10.04, Linux Mint 6, Mandriva, OpenSuse.

  3. #3
    Join Date
    Jul 2008
    Location
    Nottingham
    Beans
    150
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How to remove file?

    Thx Kestrel1 for quick reply, and it worked

  4. #4
    Join Date
    Dec 2007
    Location
    UK
    Beans
    1,351
    Distro
    Ubuntu Gnome

    Re: How to remove file?

    Quote Originally Posted by Paul T. View Post
    Thx Kestrel1 for quick reply, and it worked
    Glad to be of assistance.
    Registered Linux user #475388
    Using Various flavours of Linux: Ubuntu 10.04, Linux Mint 6, Mandriva, OpenSuse.

  5. #5
    Join Date
    Mar 2009
    Beans
    12

    Re: How to remove file?

    Hi,

    If you would like to delete or copy/paste files in the file manager, open Terminal and type:

    gkedit nautilus

    You need to type your password and you can play around with files as you like.

  6. #6
    Join Date
    Dec 2007
    Location
    UK
    Beans
    1,351
    Distro
    Ubuntu Gnome

    Re: How to remove file?

    Quote Originally Posted by NewBeeMichael View Post
    Hi,

    If you would like to delete or copy/paste files in the file manager, open Terminal and type:

    gkedit nautilus

    You need to type your password and you can play around with files as you like.
    That command is actually
    Code:
    gksudo nautilus
    Registered Linux user #475388
    Using Various flavours of Linux: Ubuntu 10.04, Linux Mint 6, Mandriva, OpenSuse.

  7. #7
    Join Date
    Feb 2007
    Location
    U.S.A.
    Beans
    1,835
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: How to remove file?

    To use Nautilus:
    Code:
    gksudo nautilus
    I'm guessing this is what NewbeeMichael meant.
    Ha nevermind Kestrel beat me to it

  8. #8
    Join Date
    Oct 2008
    Location
    New Dehi, India
    Beans
    119
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How to remove file?

    Quote Originally Posted by kestrel1 View Post
    That command is actually
    Code:
    gksudo nautilus
    I always use
    sudo nautilus
    Does gksudo make any difference?
    Nature Thoughts & Symmetry

  9. #9
    Join Date
    Dec 2007
    Location
    UK
    Beans
    1,351
    Distro
    Ubuntu Gnome

    Re: How to remove file?

    Quote Originally Posted by munishvit View Post
    I always use
    Does gksudo make any difference?
    No it does the same job, but using gksudo gives you a gui type password box.
    You could press ALT & F2 together to get the Run Application box up & type
    Code:
    gksudo nautilus
    Registered Linux user #475388
    Using Various flavours of Linux: Ubuntu 10.04, Linux Mint 6, Mandriva, OpenSuse.

  10. #10
    Join Date
    Nov 2008
    Location
    PH
    Beans
    574

    Re: How to remove file?

    Quote Originally Posted by munishvit View Post
    I always use
    Does gksudo make any difference?
    None. Its just a GUI sudo.
    Waiting is wasting for people like me. | dota site
    ioree

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •