Find the answer to your Linux question:
Results 1 to 6 of 6
Why can i not remove dead packages from home section, for example i downloaded brscan files which i did not need so i tried to remove them still will not ...
  1. #1
    Just Joined!
    Join Date
    Aug 2007
    Location
    Christchurch, New Zealand
    Posts
    57

    why does this happen-Kubuntu

    Why can i not remove dead packages from home section, for example i downloaded brscan files which i did not need so i tried to remove them still will not budge.
    I ls to the file but when i type dpkg -r brscan2-0.2.4-i386.deb i does not remove, it writes no such file or directory. I have tried aptitude, dselect in root out root with no luck can you see if there is something i am doing wrong!!

    ps would supply a snap shot ,not sure how to do that yet

    These are all deb files although i have renamed some others with still the same problem

    cheers ian

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    dpkg -r brscan
    Or use apt-get
    Code:
    apt-get remove brscan
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Aug 2007
    Location
    Christchurch, New Zealand
    Posts
    57
    Thanks devils casper for your quick reply, i have tried these ways but will not remove it,states it could not find the file even though i can ls to it. If you delete a file ie: brscan does it remove the whole folder/directory.
    If i try to remove it manually it shows access denied would this be due to permissions which may need to be overriden.

    ian

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    Execute this
    Code:
    apt-cache search brscan
    Post output here.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Just Joined!
    Join Date
    Aug 2007
    Location
    Christchurch, New Zealand
    Posts
    57
    Hi DC,
    apt-cache search brscan2-0.2.4-i386.deb returns root line nothing else
    apt-get remove brscan2-0.2.4-i386.deb returns a message could not find file
    If i type dpkg -r brscan2-0.2.4-i386.deb i get a message saying that the message was ignored because the file isnt installed even though its there to see.

    Not sure what else i can do with this one!!

    any more suggestions

    ian PS how do i put a screen capture onto this message when i try it shows as the file path

  6. #6
    Just Joined!
    Join Date
    Nov 2007
    Posts
    4
    Quote Originally Posted by darthman8 View Post
    Hi DC,
    apt-cache search brscan2-0.2.4-i386.deb returns root line nothing else
    apt-get remove brscan2-0.2.4-i386.deb returns a message could not find file
    If i type dpkg -r brscan2-0.2.4-i386.deb i get a message saying that the message was ignored because the file isnt installed even though its there to see.

    Not sure what else i can do with this one!!

    any more suggestions

    ian PS how do i put a screen capture onto this message when i try it shows as the file path
    no, don't add on the version and other information, just apt-cache search brscan2 or apt-get remove brscan2 . as for a screencapture, try the prt scr button (or print screen button, depends on the keyboard)

Posting Permissions

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