Sonarr and Mono install

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












Trying to install sonarr and most guides I find state need to install Mono. But all the guides seem to use the cmd



echo “deb http://download.mono-project.com/repo/debian wheezy main” | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
“deb http://download.mono-project.com/repo/debian wheezy main”



Whenever deb is thrown in there I start getting errors when trying to install other programs:



E: Type '“deb' is not known on line 1 in source list /etc/apt/sources.list.d/mono-xamarin.list
E: The list of sources could not be read.



I am a Linux noob, running ubuntu 16.04.



Any help would be appreciated.










share|improve this question





















  • It's a bad idea to follow guides by rote - this isn't a magic spell. Mono has been in the Ubuntu repositories for many years, so there should be no reason to add a Debian repo. Debian wheezy is very old. Remove the Debian repo from your sources.
    – user535733
    Feb 25 at 17:12










  • I've found that out the hard way a few times! However this was from the mono page for 16.04 mono-project.com/download/stable. As a noob what's the best way to remove the Debian repo?
    – Jeff
    Feb 25 at 18:27











  • You can keep the mono repo if you wish...but they must provide support for the resulting errors. The easiest way to remove a source (like a non-Ubuntu repo) is using your Software & Updates control panel (do a Search for it).
    – user535733
    Feb 25 at 21:17















up vote
0
down vote

favorite












Trying to install sonarr and most guides I find state need to install Mono. But all the guides seem to use the cmd



echo “deb http://download.mono-project.com/repo/debian wheezy main” | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
“deb http://download.mono-project.com/repo/debian wheezy main”



Whenever deb is thrown in there I start getting errors when trying to install other programs:



E: Type '“deb' is not known on line 1 in source list /etc/apt/sources.list.d/mono-xamarin.list
E: The list of sources could not be read.



I am a Linux noob, running ubuntu 16.04.



Any help would be appreciated.










share|improve this question





















  • It's a bad idea to follow guides by rote - this isn't a magic spell. Mono has been in the Ubuntu repositories for many years, so there should be no reason to add a Debian repo. Debian wheezy is very old. Remove the Debian repo from your sources.
    – user535733
    Feb 25 at 17:12










  • I've found that out the hard way a few times! However this was from the mono page for 16.04 mono-project.com/download/stable. As a noob what's the best way to remove the Debian repo?
    – Jeff
    Feb 25 at 18:27











  • You can keep the mono repo if you wish...but they must provide support for the resulting errors. The easiest way to remove a source (like a non-Ubuntu repo) is using your Software & Updates control panel (do a Search for it).
    – user535733
    Feb 25 at 21:17













up vote
0
down vote

favorite









up vote
0
down vote

favorite











Trying to install sonarr and most guides I find state need to install Mono. But all the guides seem to use the cmd



echo “deb http://download.mono-project.com/repo/debian wheezy main” | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
“deb http://download.mono-project.com/repo/debian wheezy main”



Whenever deb is thrown in there I start getting errors when trying to install other programs:



E: Type '“deb' is not known on line 1 in source list /etc/apt/sources.list.d/mono-xamarin.list
E: The list of sources could not be read.



I am a Linux noob, running ubuntu 16.04.



Any help would be appreciated.










share|improve this question













Trying to install sonarr and most guides I find state need to install Mono. But all the guides seem to use the cmd



echo “deb http://download.mono-project.com/repo/debian wheezy main” | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
“deb http://download.mono-project.com/repo/debian wheezy main”



Whenever deb is thrown in there I start getting errors when trying to install other programs:



E: Type '“deb' is not known on line 1 in source list /etc/apt/sources.list.d/mono-xamarin.list
E: The list of sources could not be read.



I am a Linux noob, running ubuntu 16.04.



Any help would be appreciated.







apt updates mono






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Feb 25 at 16:14









Jeff

11




11











  • It's a bad idea to follow guides by rote - this isn't a magic spell. Mono has been in the Ubuntu repositories for many years, so there should be no reason to add a Debian repo. Debian wheezy is very old. Remove the Debian repo from your sources.
    – user535733
    Feb 25 at 17:12










  • I've found that out the hard way a few times! However this was from the mono page for 16.04 mono-project.com/download/stable. As a noob what's the best way to remove the Debian repo?
    – Jeff
    Feb 25 at 18:27











  • You can keep the mono repo if you wish...but they must provide support for the resulting errors. The easiest way to remove a source (like a non-Ubuntu repo) is using your Software & Updates control panel (do a Search for it).
    – user535733
    Feb 25 at 21:17

















  • It's a bad idea to follow guides by rote - this isn't a magic spell. Mono has been in the Ubuntu repositories for many years, so there should be no reason to add a Debian repo. Debian wheezy is very old. Remove the Debian repo from your sources.
    – user535733
    Feb 25 at 17:12










  • I've found that out the hard way a few times! However this was from the mono page for 16.04 mono-project.com/download/stable. As a noob what's the best way to remove the Debian repo?
    – Jeff
    Feb 25 at 18:27











  • You can keep the mono repo if you wish...but they must provide support for the resulting errors. The easiest way to remove a source (like a non-Ubuntu repo) is using your Software & Updates control panel (do a Search for it).
    – user535733
    Feb 25 at 21:17
















It's a bad idea to follow guides by rote - this isn't a magic spell. Mono has been in the Ubuntu repositories for many years, so there should be no reason to add a Debian repo. Debian wheezy is very old. Remove the Debian repo from your sources.
– user535733
Feb 25 at 17:12




It's a bad idea to follow guides by rote - this isn't a magic spell. Mono has been in the Ubuntu repositories for many years, so there should be no reason to add a Debian repo. Debian wheezy is very old. Remove the Debian repo from your sources.
– user535733
Feb 25 at 17:12












I've found that out the hard way a few times! However this was from the mono page for 16.04 mono-project.com/download/stable. As a noob what's the best way to remove the Debian repo?
– Jeff
Feb 25 at 18:27





I've found that out the hard way a few times! However this was from the mono page for 16.04 mono-project.com/download/stable. As a noob what's the best way to remove the Debian repo?
– Jeff
Feb 25 at 18:27













You can keep the mono repo if you wish...but they must provide support for the resulting errors. The easiest way to remove a source (like a non-Ubuntu repo) is using your Software & Updates control panel (do a Search for it).
– user535733
Feb 25 at 21:17





You can keep the mono repo if you wish...but they must provide support for the resulting errors. The easiest way to remove a source (like a non-Ubuntu repo) is using your Software & Updates control panel (do a Search for it).
– user535733
Feb 25 at 21:17
















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1009660%2fsonarr-and-mono-install%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1009660%2fsonarr-and-mono-install%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491