Issues related to Ubuntu OS or related distributions
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
396 B

3 years ago
  1. # ubuntu
  2. Issues related to Ubuntu OS or related distributions
  3. ## apt errors
  4. If you want to delete an wrong or non-working repository you can listed and delete by going to:
  5. ```
  6. $ cd /etc/apt/sources.list.d
  7. $ ls
  8. docker.list elementary.list owncloud.list patches.list
  9. ```
  10. and you can remove with `rm` commad, in my case I added by error the owncloud repository, thus, I have to remove it: