error in arctheme installation

Asked by masterpiece

i am a new user of ubuntu 15.10.while installing arc theme using the below code i mistyped deb to dep.
 sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/Horst3180/xUbuntu_15.10/ /' >> /etc/apt/sources.list.d/arc-theme.list"
sudo apt-get update
 sudo apt-get install arc-theme
after this i am getting error in synaptic package manager E: Type 'dep' is not known on line 1 in source list /etc/apt/sources.list.d/arc-theme.list E: The list of sources could not be read. Go to the repository dialog to correct the problem. E: _cache->open() failed, please report. nd i cant even carry out any updates.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Mark Rijckenberg (markrijckenberg) said :
#1

This is why it is better to copy-paste commands instead of trying to type them manually.

You avoid typing mistakes that way.

Please copy-paste this command into the Terminal:

sudo gedit /etc/apt/sources.list.d/arc-theme.list

Replace dep with deb in that file.

Save the change using the gedit editor.

You can learn more about Ubuntu here:

https://help.ubuntu.com/community/ExternalGuides

https://help.ubuntu.com/community/gedit

https://help.ubuntu.com/community/RootSudo

Can you help with this problem?

Provide an answer of your own, or ask masterpiece for more information if necessary.

To post a message you must log in.