From 628c1c5efba64040854d17d26547afa30d0a30d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gerardo=20Marx=20Ch=C3=A1vez-Campos?= Date: Tue, 31 Aug 2021 02:08:14 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b4cdc56..003ce76 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,16 @@ $ cd /etc/apt/sources.list.d $ ls docker.list elementary.list owncloud.list patches.list ``` -so first we need to list the repositories to determine which will be removed: +then just remove the non wanted `.list` directory by: + +``` +$ sudp rm owncloud.list +``` +considering that we want to delete the `owncloud` repository. + + + +Other for to do it is by using the `apt-key del` command, if there is a gpg reposotory. Thus, first we need to list the repositories to determine which will be removed: ``` $ sudo apt-key list