Tuesday, May 14, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 2845  / 2 Years ago, wed, march 2, 2022, 6:41:15

I want to install chrome and enter the source list



when doing sudo apt-get update there is an error as follows:



E: Type 'Debb' is not known on line 1 in source list /etc/apt/sources.list.d/google.list
E: The list of sources could not be read.


how do I fix it?


More From » apt

 Answers
2

You can try this



sudo find /etc/apt/sources.list.d/google.list* -type f -exec sed -i 's/Debb/deb/g' {} ;


It replace Deeb with deb in google.list and google.list.save (if exists) , and then run this command sudo apt-get update


[#23110] Friday, March 4, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
admin

Total Points: 459
Total Questions: 112
Total Answers: 109

Location: Equatorial Guinea
Member since Sun, Feb 14, 2021
3 Years ago
admin questions
Wed, Aug 24, 22, 07:25, 2 Years ago
Wed, Mar 2, 22, 07:09, 2 Years ago
Thu, May 13, 21, 00:32, 3 Years ago
Mon, Jan 17, 22, 14:49, 2 Years ago
;