Results 1 to 6 of 6

Thread: Dumb move

  1. #1
    Join Date
    Apr 2007
    Beans
    45

    Dumb move

    So I installed adobe reader on my 64 bit nix box, problem is was I used the .deb file with the --force architecture cmd and now I'm unable to remove it.

    The command I used was

    sudo dpkg -i --force-architecture AdbeRdr9.1.2-1_i386linux_enu.deb

    any help would be appreciated.

  2. #2
    Join Date
    Oct 2009
    Beans
    46

    Re: Dumb move

    you could just go to the synaptic package manager and uninstall it from there. just put adobe in the search box and look for the program you want to delete.

  3. #3
    Join Date
    Aug 2006
    Beans
    252

    Re: Dumb move

    if you dont see it in synaptic just use the use (i dont think you will. by default it will not list i386 debs)
    sudo dpkg -r AdbeRdr
    should be good to go.

  4. #4
    Join Date
    Apr 2007
    Beans
    45

    Re: Dumb move

    Ok, tried that and here is what I get.

    sudo dpkg -r AdbeRdr9.3-1_i386linux_enu.deb

    this is displayed

    dpkg: you must specify packages by their own names, not by quoting the names of the files they come in.

    So I tried

    sudo dpkg -r AdbeRdr

    and this is displayed

    dpkg: warning: ignoring request to remove adberdr which isn't installed

    help?

  5. #5
    Join Date
    Apr 2008
    Location
    London, UK
    Beans
    590
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Dumb move

    OK, I know that you realise the mistake now, but it has to be said that forcing architecture will cause clowns to eat you. Or something equally horrible...

    You could do:
    Code:
    locate adobe
    or
    Code:
    whereis adobe
    Just to check if it is still definitely around, and where.

    Edit: Also, what's wrong with Evince?
    Last edited by scottuss; February 23rd, 2010 at 12:33 PM. Reason: Added more

  6. #6
    Join Date
    Aug 2006
    Beans
    252

    Re: Dumb move

    FYI you can try dpkg --l *{adobe,acro,reader}*
    to find package name - which happens to be adobereader-enu

    then just use dpkg -r adobereader-enu

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
  •