Results 1 to 3 of 3

Thread: trying to uninstall srware iron. problems

  1. #1
    Join Date
    May 2009
    Beans
    7

    trying to uninstall srware iron. problems

    Tried to install this browser a while back and it never worked. I just want to get rid of it. I was trying to install something else (I don't even remember what) until Iron got in the way.

    So I gave this a shot:
    dpkg --remove --force remove-reinstreq iron

    and I got this error:
    dpkg: error: requested operation requires superuser privilege

    so I gave this a shot:
    sudo dpkg --configure -a
    [password]
    dpkg --remove --force remove-reinstreq iron

    and I got this error:
    dpkg: error: requested operation requires superuser privilege


    I appreciate any help.
    Last edited by prometheus442; June 28th, 2011 at 06:22 PM. Reason: Wow. formatting problems.

  2. #2
    Join Date
    Aug 2005
    Beans
    9
    Distro
    Ubuntu Development Release

    Re: trying to uninstall srware iron. problems

    Quote Originally Posted by prometheus442 View Post
    Tried to install this browser a while back and it never worked. I just want to get rid of it. I was trying to install something else (I don't even remember what) until Iron got in the way.

    So I gave this a shot:
    dpkg --remove --force remove-reinstreq iron

    and I got this error:
    dpkg: error: requested operation requires superuser privilege

    so I gave this a shot:
    sudo dpkg --configure -a
    [password]
    dpkg --remove --force remove-reinstreq iron

    and I got this error:
    dpkg: error: requested operation requires superuser privilege


    I appreciate any help.
    You'll need to preface the dpkg --remove command with sudo:

    Code:
    sudo dpkg --remove --force remove-reinstreq iron
    That should take care of it. If the package wasn't fully or properly installed first time around, you might need to run:

    Code:
    sudo dpkg -i iron  && sudo dpkg --remove --force remove-reinstreq iron
    That would correctly install the package, allowing the removal process to know what files it is supposed to remove.

  3. #3
    Join Date
    May 2009
    Beans
    7

    Re: trying to uninstall srware iron. problems

    Thanks, Duuuuuuude.

Tags for this Thread

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
  •