Results 1 to 8 of 8

Thread: Why am I Unable to Remove Files?

  1. #1
    Join Date
    Jan 2022
    Beans
    5

    Why am I Unable to Remove Files?

    Ubuntu 20.0.4

    I installed ClamAV and then uninstalled it, but there are some files left on the system, which are configuration files, that are owned by root. I have tried the <rm> with/without <sudo>, which resulted in this: cannot remove 'clamconf': No such file or directory. I can see them in /usr/bin. How do I remove these files?

  2. #2
    Join Date
    Apr 2011
    Location
    Mystletainn Kick!
    Beans
    13,614
    Distro
    Ubuntu

    Re: Why am I Unable to Remove Files?

    Post all commands run and output from those commands.
    Splat Double Splat Triple Splat
    Earn Your Keep
    Don't mind me, I'm only passing through.
    Once in a blue moon, I'm actually helpful
    .

  3. #3
    Join Date
    May 2008
    Beans
    3,979
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Why am I Unable to Remove Files?

    Also, indicate that you have navigated to the directory where the files reside.

  4. #4
    Join Date
    Aug 2021
    Beans
    194
    Distro
    Xubuntu

    Re: Why am I Unable to Remove Files?

    It looks like you're talking about this file, which is installed by the clamav-daemon package. Try issuing the following command to get rid of it:
    Code:
    sudo apt purge clamav-daemon

  5. #5
    Join Date
    Jan 2022
    Beans
    5

    Re: Why am I Unable to Remove Files?

    so, I [cd] to /usr/bin, and [sudo] [rm] three files -- the power ... I have the power! Then, I had a problem with the last file, and it turned out that I had missplelled the file name. Uhm, this is New to Ubuntu, right? Thanks for your patience.

  6. #6
    Join Date
    May 2008
    Beans
    3,979
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Why am I Unable to Remove Files?

    Yes, you are correct - This is New to Ubuntu
    Many users have inexhaustible patience.

    If your question has been answered satisfactorily, then it is helpful for other forum users/searchers to mark the thread as solved.
    https://wiki.ubuntu.com/UnansweredPo.../SolvedThreads

  7. #7
    Join Date
    Mar 2007
    Beans
    1,325

    Re: Why am I Unable to Remove Files?

    Pretty much all of us have been there before. Usually earlier today.

  8. #8
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: Why am I Unable to Remove Files?

    Quote Originally Posted by jesus-pieces View Post
    so, I [cd] to /usr/bin, and [sudo] [rm] three files -- the power ... I have the power! Then, I had a problem with the last file, and it turned out that I had missplelled the file name. Uhm, this is New to Ubuntu, right? Thanks for your patience.
    To prevent misspellings, use tab-completion. You'll never misspell a directory or program or file again - the system won't let you. If you don't know what tab-completion is ... search and learn it. If you type more than 2-3 characters, you are doing it the hard way.

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
  •