E: Type '<!DOCTYPE' is not known on line 1 in source list /etc/apt/sources.list.d/medibuntu.list

Asked by Garrison Ross

I am unable to update my package list or update the system. Every-time I launch package manager, it crashes. I followed the instructions from: https://help.ubuntu.com/community/PackageManagerTroubleshootingProcedure

I have been unable to resolve the problem myself, of have not been able to resolve the problem through known methods. How do I resolve the error?

RE: Output

ubuntumate@asus-UX302LA:~$ cat /etc/apt/apt.conf
cat: /etc/apt/apt.conf: No such file or directory
ubuntumate@asus-UX302LA:~$ sudo fuser -vvv /var/lib/dpkg/lock
ubuntumate@asus-UX302LA:~$ sudo fuser -vvv /var/cache/apt/archives/lock
ubuntumate@asus-UX302LA:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=16.10
DISTRIB_CODENAME=yakkety
DISTRIB_DESCRIPTION="Ubuntu 16.10"
ubuntumate@asus-UX302LA:~$ uname -a
Linux asus-UX302LA 4.8.0-34-generic #36-Ubuntu SMP Wed Dec 21 17:24:18 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
ubuntumate@asus-UX302LA:~$ sudo rm /var/lib/apt/lists/lock
ubuntumate@asus-UX302LA:~$ sudo rm /var/cache/apt/archives/lock
ubuntumate@asus-UX302LA:~$ sudo rm /var/lib/dpkg/lock
ubuntumate@asus-UX302LA:~$ sudo cp -arf /var/lib/dpkg /var/lib/dpkg.backup
sudo mv /var/lib/dpkg/status /var/lib/dpkg/status-bad
ubuntumate@asus-UX302LA:~$ sudo mv /var/lib/dpkg/status /var/lib/dpkg/status-badubuntumate@asus-UX302LA:~$ sudo cp /var/lib/dpkg/status-old /var/lib/dpkg/status || sudo cp /var/backups/apt.extended_states.0 /var/lib/dpkg/status
ubuntumate@asus-UX302LA:~$ sudo mv /var/lib/dpkg/available /var/lib/dpkg/available-bad
ubuntumate@asus-UX302LA:~$ sudo cp /var/lib/dpkg/available-old /var/lib/dpkg/available
cp: cannot stat '/var/lib/dpkg/available-old': No such file or directory
ubuntumate@asus-UX302LA:~$ sudo rm -rf /var/lib/dpkg/updates/*
ubuntumate@asus-UX302LA:~$ sudo rm -rf /var/lib/apt/lists
ubuntumate@asus-UX302LA:~$ sudo rm /var/cache/apt/*.bin
rm: cannot remove '/var/cache/apt/*.bin': No such file or directory
ubuntumate@asus-UX302LA:~$ sudo mkdir /var/lib/apt/lists
ubuntumate@asus-UX302LA:~$ sudo mkdir /var/lib/apt/lists/partial
ubuntumate@asus-UX302LA:~$ LANG=C;sudo apt-get clean
ubuntumate@asus-UX302LA:~$ LANG=C;sudo apt-get autoclean
E: Type '<!DOCTYPE' is not known on line 1 in source list /etc/apt/sources.list.d/medibuntu.list
E: The list of sources could not be read.
ubuntumate@asus-UX302LA:~$ sudo dpkg --configure -a
ubuntumate@asus-UX302LA:~$ sudo dpkg --clear-avail
ubuntumate@asus-UX302LA:~$ LANG=C;sudo apt-get -f install
E: Type '<!DOCTYPE' is not known on line 1 in source list /etc/apt/sources.list.d/medibuntu.list
E: The list of sources could not be read.
E: Type '<!DOCTYPE' is not known on line 1 in source list /etc/apt/sources.list.d/medibuntu.list
E: The list of sources could not be read.
ubuntumate@asus-UX302LA:~$ LANG=C;sudo apt-get --fix-missing install
E: Type '<!DOCTYPE' is not known on line 1 in source list /etc/apt/sources.list.d/medibuntu.list
E: The list of sources could not be read.
E: Type '<!DOCTYPE' is not known on line 1 in source list /etc/apt/sources.list.d/medibuntu.list
E: The list of sources could not be read.
ubuntumate@asus-UX302LA:~$ LANG=C;sudo apt-get --purge autoremove
E: Type '<!DOCTYPE' is not known on line 1 in source list /etc/apt/sources.list.d/medibuntu.list
E: The list of sources could not be read.
E: Type '<!DOCTYPE' is not known on line 1 in source list /etc/apt/sources.list.d/medibuntu.list
E: The list of sources could not be read.
ubuntumate@asus-UX302LA:~$ LANG=C;sudo apt-get --fix-missing update -o APT::Cache-Limit=100000000
E: Type '<!DOCTYPE' is not known on line 1 in source list /etc/apt/sources.list.d/medibuntu.list
E: The list of sources could not be read.
ubuntumate@asus-UX302LA:~$ LANG=C;sudo apt-get update -o APT::Cache-Limit=100000000 && sudo apt-get dist-upgrade
E: Type '<!DOCTYPE' is not known on line 1 in source list /etc/apt/sources.list.d/medibuntu.list
E: The list of sources could not be read.
ubuntumate@asus-UX302LA:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; cat -n "$1"' _ '{}' \;

/etc/apt/sources.list

     1 deb cdrom:[Ubuntu-MATE 16.10 _Yakkety Yak_ - Release amd64 (20161012.1)]/ yakkety main multiverse restricted universe
     2 deb-src http://archive.ubuntu.com/ubuntu yakkety main multiverse restricted universe #Added by software-properties
     3
     4 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     5 # newer versions of the distribution.
     6 deb http://us.archive.ubuntu.com/ubuntu/ yakkety restricted main
     7 deb-src http://us.archive.ubuntu.com/ubuntu/ yakkety multiverse universe main restricted
     8
     9 ## Major bug fix updates produced after the final release of the
    10 ## distribution.
    11 deb http://us.archive.ubuntu.com/ubuntu/ yakkety-updates restricted main
    12 deb-src http://us.archive.ubuntu.com/ubuntu/ yakkety-updates multiverse universe main restricted
    13
    14 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    15 ## team. Also, please note that software in universe WILL NOT receive any
    16 ## review or updates from the Ubuntu security team.
    17 deb http://us.archive.ubuntu.com/ubuntu/ yakkety universe
    18 # deb-src http://us.archive.ubuntu.com/ubuntu/ yakkety universe
    19 deb http://us.archive.ubuntu.com/ubuntu/ yakkety-updates universe
    20 # deb-src http://us.archive.ubuntu.com/ubuntu/ yakkety-updates universe
    21
    22 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    23 ## team, and may not be under a free licence. Please satisfy yourself as to
    24 ## your rights to use the software. Also, please note that software in
    25 ## multiverse WILL NOT receive any review or updates from the Ubuntu
    26 ## security team.
    27 deb http://us.archive.ubuntu.com/ubuntu/ yakkety multiverse
    28 # deb-src http://us.archive.ubuntu.com/ubuntu/ yakkety multiverse
    29 deb http://us.archive.ubuntu.com/ubuntu/ yakkety-updates multiverse
    30 # deb-src http://us.archive.ubuntu.com/ubuntu/ yakkety-updates multiverse
    31
    32 ## N.B. software from this repository may not have been tested as
    33 ## extensively as that contained in the main release, although it includes
    34 ## newer versions of some applications which may provide useful features.
    35 ## Also, please note that software in backports WILL NOT receive any review
    36 ## or updates from the Ubuntu security team.
    37 # deb-src http://us.archive.ubuntu.com/ubuntu/ yakkety-backports main restricted universe multiverse
    38
    39 ## Uncomment the following two lines to add software from Canonical's
    40 ## 'partner' repository.
    41 ## This software is not part of Ubuntu, but is offered by Canonical and the
    42 ## respective vendors as a service to Ubuntu users.
    43 deb http://archive.canonical.com/ubuntu yakkety partner
    44 deb-src http://archive.canonical.com/ubuntu yakkety partner
    45
    46 deb http://security.ubuntu.com/ubuntu yakkety-security restricted main
    47 deb-src http://security.ubuntu.com/ubuntu yakkety-security multiverse universe main restricted
    48 deb http://security.ubuntu.com/ubuntu yakkety-security universe
    49 # deb-src http://security.ubuntu.com/ubuntu yakkety-security universe
    50 deb http://security.ubuntu.com/ubuntu yakkety-security multiverse
    51 # deb-src http://security.ubuntu.com/ubuntu yakkety-security multiverse
    52 deb http://us.archive.ubuntu.com/ubuntu/ yakkety-proposed multiverse universe main restricted
    53 deb-src http://us.archive.ubuntu.com/ubuntu/ yakkety-proposed multiverse universe main restricted #Added by software-properties
    54 deb http://us.archive.ubuntu.com/ubuntu/ yakkety-backports universe main multiverse restricted

/etc/apt/sources.list.d/ehoover-ubuntu-compholio-yakkety.list

/etc/apt/sources.list.d/google-chrome.list

     1 ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
     2 # You may comment out this entry, but any other modifications may be lost.
     3 deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main

/etc/apt/sources.list.d/pmcenery-ubuntu-ppa-yakkety.list

     1 deb http://ppa.launchpad.net/pmcenery/ppa/ubuntu yakkety main
     2 deb-src http://ppa.launchpad.net/pmcenery/ppa/ubuntu yakkety main

/etc/apt/sources.list.d/wine-ubuntu-wine-builds-yakkety.list

/etc/apt/sources.list.d/medibuntu.list

     1 <!DOCTYPE html><html data-adblockkey="MFwwDQYJKoZIhvcNAQEBBQADSwAwSAJBANnylWw2vLY4hUn9w06zQKbhKBfvjFUCsdFlb6TdQhxb9RXWXuI4t31c+o8fYOv/s8q1LGPga3DE1L/tHU4LENMCAwEAAQ==_aV5O4PmSyz734+9EeqxqMClLTH9sfOq8KIdg6uTcXSB+hNat1h2jTtjW0XXbdjNe+uQaoSVsojYCWp0svDD4yA=="><head><meta charset="utf-8" /><style type="text/css">/*!normalize.css v1.1.2 | MIT License | git.io/normalize */ article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;*display:inline;*zoom:1;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}html,button,input,select,textarea{font-family:sans-serif;}body{margin:0;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;margin:0;}h2{font-size:1.33em;margin:0;}h3{font-size:1.1em;margin:0;}h4{font-size:1em;margin:0;}h5{font-size:.83em;margin:0;}h6{font-size:.67em;margin:0;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:bold;}blockquote{margin:.11em 40px;}dfn{font-style:italic;}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}mark{background:#FF0;color:#000;}p,pre{margin:.11em 0;}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em;}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word;}q{quotes:none;}q:before,q:after{content:'';content:none;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-0.5em;}sub{bottom:-0.25em;}dl,menu,ol,ul{margin:0;}dd{margin:0 0 0 40px;}menu,ol,ul{padding:0;list-style:none;}nav ul,nav ol{list-style:none;list-style-image:none;}img{border:0;-ms-interpolation-mode:bicubic;}svg:not(:root){overflow:hidden;}figure{margin:0;}form{margin:0;}fieldset{border:0 none;margin:0;padding:0;}legend{border:0;padding:0;white-space:normal;*margin-left:-7px;}button,input,select,textarea{font-size:100%;margin:0;vertical-align:middle;*vertical-align:middle;}button,input{line-height:normal;}button,select{text-transform:none;}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible;}button[disabled],html input[disabled]{cursor:default;}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px;}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}#header,#content,#footer,#left,#center,#right,#webarchive{overflow:hidden;}.ad_sense_help{text-decoration:none!important;}div#privacy_policy{display:none;}div#privacy_policy_link{cursor:pointer;}div#privacy_policy_link,div#privacy_policy{text-align:center;margin-top:15px;}div#privacy_policy{border:1px solid #C0C0C0;padding:15px;}li#dose12{position:absolute;top:-500px;}.buyBox{margin-top:10px;margin-right:10px;float:right;padding:10px;width:320px;background:#363636;box-shadow:0 0 5px 5px #424242;border-radius:10px;border:1px solid #666;word-wrap:break-word;}.buyBox h2{margin:0;text-align:center;display:block;text-transform:uppercase;}.buyBox h2 span a{font-size:14px!important;font-weight:bold;color:white;}.buyBox p{font-size:14px;text-align:center;}.buyBox a:link,.buyBox a:active,.buyBox a:visited{color:white;text-decoration:none;}.buyBox a:hover{text-decoration:underline;}#rlblock_left:empty,#rlblock_right:empty,#rlblock_center:empty,#rlblock_mobile:empty,#search:empty,#left:empty,#right:empty{display:none;}body{font-size:14px;font-family:Arial,Helvetica,Verdana,"Lucida Grande",sans-serif;}#header{padding-bottom:10px;overflow:hidden;}#content{padding:0;margin-bottom:20px;border-top-width:1px;border-top-style:solid;border-bottom-width:1px;border-bottom-style:solid;overflow:hidden;}#left{float:left;}#center{padding-top:25px;padding-bottom:25px;}#right{display:none;}#footer{padding:10px;}#footer>*{font-size:10px;}#search{float:right;text-align:right;}#ads{padding-left:25px;padding-right:25px;}#rlblock_left{width:250px;border-width:1px;border-style:solid;border-radius:10px 10px 10px 10px;margin:25px;padding:20px;}#rlblock_center{padding:25px 4% 25px 14%;margin:0 auto 25px auto;width:70%;border:1px solid;border-radius:10px 10px 10px 10px;}.domain{float:left;padding:30px 0 0 25px;}.domain h1{font-size:1.7em;font-weight:bold;text-decoration:none;text-transform:lowercase;}div#privacy_policy_link{padding:.5em 30px;clear:both;text-decoration:underline;}#privacy_policy a:link,#privacy_policy a:visited{text-decoration:underline;}.imprint{clear:both;}.imprint a:link,.imprint a:visited{display:block;text-align:center;margin:0;padding:.5em 30px;text-decoration:underline;}.imprint a:hover,.imprint a:active,.imprint a:focus,div#privacy_policy_link:focus,div#privacy_policy_link:hover,div#privacy_policy_link:active,#privacy_policy a:hover,#privacy_policy a:active,#privacy_policy a:focus{text-decoration:none;}body{background:#666;}#content{box-shadow:0 10px 20px #494949;border-top-color:#494949;border-bottom-color:#494949;}#rlblock_left,#rlblock_center{background-color:#363636;border-color:#666;box-shadow:0 0 5px 5px #424242;}#footer{color:#eee;}#disclaimer a,#privacy_policy a,div#privacy_policy_link,.imprint a{color:#eee;}.domain h1{color:#999;}#webarchive{padding:0 5% 0 5%;}#webarchive h2#popular_categories{font-size:1.2em;font-weight:bold;}#webarchive .sub{float:left;width:24%;margin-right:1%;}#webarchive .sub .portal{margin-bottom:20px;}#webarchive .sub .portal h3{background-color:transparent;border:none;padding:0;font-weight:bold;line-height:2.2em;}#webarchive .sub .portal h3 a:link,#webarchive .sub .portal h3 a:visited{text-decoration:none;}#webarchive .sub .portal h3 a:active,#webarchive .sub .portal h3 a:focus,#webarchive .sub .portal h3 a:hover{text-decoration:underline;}#webarchive .sub .portal ul{height:10em;list-style:none;list-style-position:inside;}#webarchive .sub .portal ul li{margin:3px 0;padding:4px 0;}#webarchive h2#popular_categories{color:#999;}#webarchive .sub .portal h3 a:link,#webarchive .sub .portal h3 a:visited{color:#999;}#webarchive .sub .portal h3 a:active,#webarchive .sub .portal h3 a:focus,#webarchive .sub .portal h3 a:hover{color:#e57921;text-decoration:none;}#webarchive .sub .portal ul li a:link,#webarchive .sub .portal ul li a:visited{color:#9fd801;}#webarchive .sub .portal ul li a:hover,#webarchive .sub .portal ul li a:active,#webarchive .sub .portal ul li a:focus{color:#e57921;}#disclaimer{font-size:10px;}#disclaimer .sedologo{float:left;padding:0 10px 0 0;}#disclaimer a:link,#disclaimer a:visited{text-decoration:underline;}#disclaimer a:active,#disclaimer a:focus,#disclaimer a:hover{text-decoration:underline;}</style><noscript><meta http-equiv="refresh" content="0; URL=http://www.medibuntu.org/sources.list.d/jaunty.list/?gtnjs=1"></noscript><title>medibuntu.org&nbsp;-&nbsp;This website is for sale!&nbsp;-&nbsp;medibuntu Resources and Information.</title><link rel="shortcut icon" type="image/png" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MzRFNEQ3NkJEMjRGMTFFMTk4RjA4NDhFNTEwRTcyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MzRFNEQ3NkNEMjRGMTFFMTk4RjA4NDhFNTEwRTcyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozNEU0RDc2OUQyNEYxMUUxOThGMDg0OEU1MTBFNzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozNEU0RDc2QUQyNEYxMUUxOThGMDg0OEU1MTBFNzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PukMAkAAAAEsUExURcbf8uXx+vb6/eXx+Q5FtN/t+Ofz+rbX7uTr9+Tq9y5fvlh+y7rY7+n0+lJ6yS1evt7l9Sxdvr/b8L3a8BRLtpev31mAy+v0+k13yLLD59Hm9PT5/c3Z8LXG6Oby+pXG5aG54vX3/Git2LvZ79bg8vr8/vP4/Mjh8+Pw+Ofy+sPd8cfj9G2P0cDc783k9Ex2x6DK5xlOuCBUumWJztDm9DZkwLTF6Ojt92yP0s7a8OPq9m6Y1d3l9cHP7OLp9kNvxNPo9Wes2DNhwJSv3uDt+Ovw+cDP6yNVuurv+Nbf8pjI5aDL56G44rTL6h1RuWaJz9bp9tDo9u31+oWi2TZlwMfg8E16yd7t99Hc8Vl+ysri897l9JCq3FB5yPL1++/2/MLQ7HGb1j9sw////2AvJ1QAAADsSURBVHjaRM9ZMwNREAXgnpvLZKOENsQSJrTlIjHEEhQZS2JJxljHmoT+//9B37w4j19Xna4DzKzGDbHKLN+MdZlB4GNJ8fV9AbH1W7ew7g6zn9ORt/uM8wJkBOs7eHai/P05Bnp0S8ynBQz2qk9v0jEbTyjpKWZRI0Z9hqlV29u9ynQmR6PAY7g0NYH+efvzYDHAQ4bExBY0Bi3E7BHDkGkI+MXN7+ncV1pKU1AhIiYbudgvx957c+t2YW2k1ugJUKmqdXs7DGdiN5+yW+hV4K4cVhI37wzGdX4u0skL9FYcRw2ANh74P38CDABMCjqJfzUcfQAAAABJRU5ErkJggg==" /><meta name="expires" content="NOW" ><meta name="GOOGLEBOT" content="index, follow, all" ><meta name="robots" content="index, follow, all" ><meta name="description" content="This website is for sale! medibuntu.org is your first and best source for all of the information you’re looking for. From general topics to more of what you would expect to find here, medibuntu.org has it all. We hope you find what you are searching for!"><script type="text/javascript" src="http://img.sedoparking.com/js/jquery-1.4.2.min.js" ></script>
     2 <script type="text/javascript">(function(){function a(a,b,d){a&&!c&&(c=!0,b===window.location.href&&(b="[rendered html]"),$.get("/log/jserr.php",{msg:a,file:b,line:d}),c=!1)}var c=!1;window.onerror=a;$(function(){window.onerror=a})})();</script>
     3 <script type="text/javascript" language="JavaScript">var ads_label = '<h2><span><a class="ad_sense_help" href="https://www.google.com/adsense/support/bin/request.py?contact=abg_afc&hideleadgen=1" target="_blank">Sponsored listings</a></span></h2>';var onclick_param_l = 'l';var onclick_value_l = 'NQlBRFMJYmMyOTRkMmMyOWJhMjhlNzRkYTNmMDE0OWVlZGYyZGQJMAkwCTEzCQkzMQkJCTAJCQkyMzM1MjM2NzQJYwk2ODk5MjgwNwkJbWVkaWJ1bnR1CTEwNDIJMQk1CTU5CTE0ODM1Nzk2MzMJMAlOCTAJMAkwCQkwCQkJCQkJd3d3Lm1lZGlidW50dS5vcmc1ODZkYTBmMTk0ZjJlNy4zNjM1MTg4NQkwCTAJCTEJMAkxMTI1CTkxNDU4OTgyCQk3NS4zMi4yMTcuOTU%3D';var onclick_value_al = 'NQlBRFMJMzhlYmRmODBkNTdjNDc2MDM3N2M4YTg1OTc0NTY5NDYJMAkyMTQJMTMJCTMxCQkJMAkJCTIzMzUyMzY3NAljCTY4OTkyODA3CQltZWRpYnVudHUJMTA0MgkxCTUJNTkJMTQ4MzU3OTYzMwkwCU4JMAkwCTAJCTAJCQkJCQl3d3cubWVkaWJ1bnR1Lm9yZzU4NmRhMGYxOTRmMmU3LjM2MzUxODg1CTAJMAkJMQkwCTExMjUJOTE0NTg5ODIJCTc1LjMyLjIxNy45NQ%3D%3D';var onclick_param_v = 'v';var onclick_value_v = 'YWMzMjM4NjU1ZDMwODE1ZTBmYWU2ODU4NWE5ZDA3YTMJMQl3d3cubWVkaWJ1bnR1Lm9yZzU4NmRhMGYxOTRmMmU3LjM2MzUxODg1CXd3dy5tZWRpYnVudHUub3JnNTg2ZGEwZjE5NGY5MTguNjM5MDI5NjcJMTQ4MzU3OTYzMwkw';var onclick_param_p = 'posredir';var onclick_param_r = 're';var fb = 'http://www.medibuntu.org/search/fb.php?ses=';var fb_csa = '148357963303a6e0a733952d6788ceec575fd79916';var fb_csb = '1483579633062ade88aa6e2ef0c96aff46e32c13f6';var fb_csn = '14835796330bffa36a490b90deab22435b3b477939';var fb_ec = '1483579633a57b85c9abf756c2ea3a92d46639df25';var ds = '0';var did = '233523674';var pu = 'http://www.medibuntu.org';var pus = 'ses=Y3JlPTE0ODM1Nzk2MzMmdGNpZD13d3cubWVkaWJ1bnR1Lm9yZzU4NmRhMGYxOTRmMmU3LjM2MzUxODg1JmZraT02ODk5MjgwNyZ0YXNrPXNlYXJjaCZkb21haW49bWVkaWJ1bnR1Lm9yZyZzPXpDb3h4eEF5TlVJbjFwLTJfZ0ROJmxhbmd1YWdlPWVuJmFfaWQ9Mw==';var phl = 'Popular Categories';var ut = '_blank';var tlt = 5;var prs = 2;var warl = 'Related Searches';var wapi = 'http://img.sedoparking.com/templates/brick_gfx/portal_icons/';var waac = '';var wabc = false;var dsb = true;var alternatePubId = 'dp-sedo80_adult_3ph';
     4 var pdto = {
     5 caf: {colorBackground: 'transparent',pubId: 'dp-sedo80_3ph',domainRegistrant: 'as-drid-2952657917972896',kw: 'medibuntu',adtest: 'off',noAds: '5',uiOptimize: 'true',hl: 'en',channel: 'cl-033,tmplt-003,exp-0051,auxa-control-1,253786' }
     6 };
     7 </script><script type="text/javascript" src="http://www.google.com/adsense/domains/caf.js" ></script></head><body class="twoclick content" data-generated="21.04.15-12:52"><div id="header"><div class="domain "><h1>medibuntu.org</h1></div><div class="buyBox"><h2><span><a target="_blank" href="http://www.sedo.com/search/details/?partnerid=14456&amp;language=us&amp;et_cid=13&amp;et_lid=17473&amp;domain=medibuntu.org&amp;et_sub=1042&amp;origin=parking" >Buy this domain</a></span></h2><p><a target="_blank" href="http://www.sedo.com/search/details/?partnerid=14456&amp;language=us&amp;et_cid=13&amp;et_lid=17473&amp;domain=medibuntu.org&amp;et_sub=1042&amp;origin=parking" class="buyBoxTeaser">The owner of <b>medibuntu.org</b> is offering it for sale for an asking price of 1378&nbsp;USD!</a></p></div></div><div id="content"><div id="left"></div><div id="center"> <div id="rlblock_center" class="related links vertical"><h2><span><a class="ad_sense_help" href="https://www.google.com/adsense/support/bin/request.py?contact=abg_afc&amp;hideleadgen=1" target="_blank">Related Searches</a></span></h2><ul class="related_link_block_1"></ul></div></div><div id="right"></div></div><div id="footer"><div id="search"></div><div id="disclaimer"><span class="sedologo"><a href="http://sedoparking.com/en" target="_blank"><img src="http://img.sedoparking.com/templates/brick_gfx/common/logo_white.png" alt="Sedo Logo"/></a></span><span class="text">This webpage was generated by the domain owner using Sedo&nbsp;<a href="http://www.sedo.com/services/parking.php3?language=e&amp;partnerid=20293"title="Domain Parking">Domain Parking</a>. Disclaimer: Sedo maintains no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo nor does it constitute or imply its association, endorsement or recommendation.</span></div></div><script type="text/javascript">
     8 var cafEl = [
     9 {
    10 meta: { layoutTypes: [1] },
    11 caf: {
    12 "container" : "ads",
    13 "type" : "ads",
    14 "lines" : 3,
    15 "linkTarget" : "_blank",
    16 "fontSizeAttribution" : 14,
    17 "colorAttribution" : "#999",
    18 "attributionBold" : true,
    19 "verticalSpacing" : 24,
    20 "adIconUrl" : "//afs.googleusercontent.com/dp-sedo/bullet_lime.gif",
    21 "adIconHeight" : 21,
    22 "adIconWidth" : 22,
    23 "adIconSpacingAbove" : 10,
    24 "adIconSpacingAfter" : 8,
    25 "adIconSpacingBefore" : 4,
    26 "fontSizeTitle" : 22,
    27 "fontSizeDescription" : 16,
    28 "fontSizeDomainLink" : 16,
    29 "lineHeightTitle" : 40,
    30 "lineHeightDescription" : 30,
    31 "lineHeightDomainLink" : 30,
    32 "colorTitleLink" : "#9FD801",
    33 "colorText" : "#C1C1C1",
    34 "colorDomainLink" : "#C9EC6A",
    35 "titleBold" : true,
    36 "rolloverLinkColor" : "#E57921",
    37 "rolloverLinkUnderline" : true
    38 }
    39
    40 },
    41 {
    42 meta: { layoutTypes: [1] },
    43 caf: {
    44 "container" : "rlblock_left",
    45 "type" : "relatedsearch",
    46 "number" : 10,
    47 "fontSizeAttribution" : 14,
    48 "colorAttribution" : "#999",
    49 "attributionBold" : true,
    50 "fontSizeTitle" : 22,
    51 "lineHeightTitle" : 26,
    52 "colorTitleLink" : "#C9EC6A",
    53 "rolloverLinkColor" : "#E57921",
    54 "rolloverLinkUnderline" : true
    55 }
    56 },
    57 {
    58 meta: { layoutTypes: [5] },
    59 caf: {
    60 "container" : "rlblock_center",
    61 "type" : "relatedsearch",
    62 "number" : 10,
    63 "columns" : 2,
    64 "fontSizeAttribution" : 18,
    65 "attributionSpacingBelow" : 15,
    66 "colorAttribution" : "#999",
    67 "attributionBold" : true,
    68 "colorAttribution" : "#999",
    69 "attributionBold" : true,
    70 "fontSizeTitle" : 24,
    71 "lineHeightTitle" : 45,
    72 "colorTitleLink" : "#9FD801",
    73 "rolloverLinkColor" : "#E57921",
    74 "rolloverLinkUnderline" : true,
    75 "titleBold" : true,
    76 "adIconUrl" : "//afs.googleusercontent.com/dp-sedo/bullet_lime.gif",
    77 "adIconWidth" : 21,
    78 "adIconHeight" : 22,
    79 "adIconSpacingAfter" : 8,
    80 "adIconSpacingAbove" : 12,
    81 "adIconSpacingBefore" : 5
    82 }
    83 },
    84 {
    85 meta: { layoutTypes: [1,2,5] },
    86 caf: {
    87 "container" : "search",
    88 "type" : "searchbox",
    89 "hideSearchInputBorder" : true,
    90 "hideSearchButtonBorder" : true,
    91 "colorSearchButton" : "#363636",
    92 "colorSearchButtonText" : "#C9EC6A",
    93 "fontSizeSearchInput" : 16,
    94 "fontSizeSearchButton" : 16
    95 }
    96 }];</script>
    97 <script type="text/javascript">(function(){var b={};$.tmpl=function e(a,c){var d=!/\W/.test(a)?b[a]=b[a]||e(document.getElementById(a).innerHTML):new Function("obj","var p=[],print=function(){p.push.apply(p,arguments);};with(obj){p.push('"+a.replace(/[\r\t\n]/g," ").split("<%").join("\t").replace(/((^|%>)[^\t]*)'/g,"$1\r").replace(/\t=(.*?)%>/g,"',$1,'").split("\t").join("');").split("%>").join("p.push('").split("\r").join("\\'")+"');}return p.join('');");return c?d(c):d}})();</script>
    98 <script src="http://www.google.com/adsense/domains/caf.js"></script>
    99 <script>
   100 (function(){function g(b){"undefined"!==typeof alternatePubId&&"error_code"in b&&-1!==$.inArray(parseInt(b.error_code),[221,222,223])&&c.pubId!=alternatePubId&&(c.pubId=alternatePubId,delete alternatePubId,e[onclick_param_l]=onclick_value_al,b=0,0==ds&&(b=255),c.resultsPageBaseUrl=pu+"/caf/?"+pus+"&las="+b,createCaf.apply(this,f()))}function f(){var b=[c];$.each(cafEl,function(){if(-1!==$.inArray(tlt,this.meta.layoutTypes)){"ads"===this.caf.type&&(this.caf.clicktrackUrl="//cc.sedoparking.com/search/cc.php?"+$.param(e),this.caf.number=h);if("relatedsearch"===this.caf.type&&2!==prs)return!0;if("relatedsearch"!==this.caf.type||2===prs)"searchbox"===this.caf.type&&0==dsb||b.push(this.caf)}});return b}var c=pdto.caf,h=pdto.caf.noAds;delete pdto.caf.noAds;c.resultsPageBaseUrl=pu+"/caf/?"+pus;var e={};e[onclick_param_l]=onclick_value_l;e[onclick_param_v]=onclick_value_v;c.pageLoadedCallback=function(b,a){var d=[],c="";"adult"in a&&(("true"===a.adult||!0===a.adult)&&"0"===ds||("false"===a.adult||!1===a.adult)&&"255"===ds)&&(d.push(fb_csa),delete fb_csa,c+="&as="+a.adult+"&gc="+a.client);"faillisted"in a&&a.faillisted&&(d.push(fb_csb),delete fb_csb);if("needsreview"in a&&a.needsreview||"error_code"in a&&-1!==$.inArray(parseInt(a.error_code),[234,235,236,242]))d.push(fb_csn),delete fb_csn;"undefined"!==typeof fb_ab&&b&&(d.push(fb_ab),delete fb_ab);"error_code"in a&&"undefined"!==typeof fb_ec&&(d.push(fb_ec),delete fb_ec,c+="&ec="+parseInt(a.error_code));"undefined"!==typeof d&&0<d.length&&$.ajax({url:fb+d.join(",")+c});g(a)};window.createCaf=function(){function b(a){return google.ads.domains.Caf.apply(this,a)}b.prototype=google.ads.domains.Caf.prototype;return function(){return new b(arguments)}}();createCaf.apply(this,f())})();
   101 </script>
   102 <script type="text/html" id="related_links_tmpl"><li<%=cssClass%>><a href="http://www.medibuntu.org/info/<%=urlKeyword%>.html?ses=Y3JlPTE0ODM1Nzk2MzMmdGNpZD13d3cubWVkaWJ1bnR1Lm9yZzU4NmRhMGYxOTRmMmU3LjM2MzUxODg1JmZraT02ODk5MjgwNyZ0YXNrPXNlYXJjaCZkb21haW49bWVkaWJ1bnR1Lm9yZyZzPXpDb3h4eEF5TlVJbjFwLTJfZ0ROJmxhbmd1YWdlPWVuJmFfaWQ9Mg==&amp;keyword=<%=urlKeyword%>&amp;token=<%=token%>"><%=keyword%></a></li></script><script type="text/javascript" language="JavaScript">
   103 var rls = {b1: {position: '1',use_from: '0',start: '0',end: '0',amount: '10',type: 'auto'},b2: {position: '2',use_from: '0',start: '0',end: '0',amount: '10',type: 'auto'}}
   104 var start=0; function buildBlocks(a){if("undefined"!==typeof cafEl&&2!==prs){var e=[pdto.caf];$.each(cafEl,function(){if(-1!==$.inArray(tlt,this.meta.layoutTypes)&&"relatedsearch"===this.caf.type){var c=start+this.caf.number,d=[];for(i=start;i<c&&!(i>a.length-1);i++)d[i]=a[i].term,start=i+1;this.caf.terms=d.join(",");this.caf.optimizeTerms=!1;e.push(this.caf)}});createCaf.apply(this,e)}else for(b in rls)if(0==rls[b].use_from){var d=$(".related_link_block_"+rls[b].position);if(d.length){var f=start+parseInt(rls[b].amount, 10);for(i=start;i<f&&!(i>a.length-1);i++){var c="";if(i==f-1||i==a.length-1)c=' class="last"';var g="";void 0!==a[i].token&&(g=a[i].token);c={cssClass:c,urlKeyword:a[i].term.replace(/ /g,"-"),token:g,keyword:a[i].term};d.append($.tmpl("related_links_tmpl",c));start=i+1}}}};
   105 </script>
   106 <script type="text/javascript">
   107 $.ajax({ url: 'http://www.medibuntu.org/' + 's' + 'earch/tsc.php?&ses=148357963398b6d953c0624ee2bb669c7eab732032&200=MjMzNTIzNjc0&21=NzUuMzIuMjE3Ljk1&681=MTQ4MzU3OTYzMzk4YjZkOTUzYzA2MjRlZTJiYjY2OWM3ZWFiNzMyMDMy&682=&616=&crc=5a08b1e973a70f4adfcb59284ef167b71c12c2bd&cv=1'});
   108 </script>
   109 </body></html>
/etc/apt/sources.list.d/pipelight-ubuntu-stable-yakkety.list

/etc/apt/sources.list.d/nodesource.list

/etc/apt/sources.list.d/syncthing.list

ubuntumate@asus-UX302LA:~$ sudo dpkg --audit
ubuntumate@asus-UX302LA:~$

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu apt Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

medibuntu.org has been abandoned, and the servers do not exist any more. The file that you have tried downloading for activating the medibuntu server as repository is nonsense (contains a domain parking message).

Delete that wrong configuration file and everything should be back to normal.

sudo rm /etc/apt/sources.list.d/medibuntu.list

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

Medibuntu is so dead. Who told you to add it?

Can you help with this problem?

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

To post a message you must log in.