Arreglar el error por falta de medibuntu de Linux Mint. Fix the error of Linux Mint medibuntu repo.
1.- nano fixmedibuntu.sh and put this code, save and exit
2.- chmod a+x fixmedibuntu.sh
3.- sudo sh fixmedibuntu.sh
Es todo!.
PD: Podrian hacer un remaster de la ISO los de Linux Mint para que las versiones viejas como la 13 (que comico es LTS) no tengan problemas, pero bueno, a Fedora se lo critican, a Mint no ... en fin
1.- nano fixmedibuntu.sh and put this code, save and exit
#!/bin/bash
rm -f /etc/apt/sources.list
echo "deb http://packages.linuxmint.com/ maya main upstream import" > /etc/apt/sources.list
echo "deb http://archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse" >> /etc/apt/sources.list
echo "deb http://archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse" >> /etc/apt/sources.list
echo "deb http://security.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse" >> /etc/apt/sources.list
echo "deb http://archive.canonical.com/ubuntu/ precise partner" >> /etc/apt/sources.list
echo "#deb http://archive.getdeb.net/ubuntu precise-getdeb apps" >> /etc/apt/sources.list
echo "#deb http://archive.getdeb.net/ubuntu precise-getdeb games" >> /etc/apt/sources.list
clear
echo "Todos los repositorios han sido actualizados, reinicie su Mint y luego ya puede actualizar su sistema cuando aparezca el indicador del escudo abajo a la derecha"
rm -f /etc/apt/sources.list
echo "deb http://packages.linuxmint.com/ maya main upstream import" > /etc/apt/sources.list
echo "deb http://archive.ubuntu.com/ubuntu/ precise main restricted universe multiverse" >> /etc/apt/sources.list
echo "deb http://archive.ubuntu.com/ubuntu/ precise-updates main restricted universe multiverse" >> /etc/apt/sources.list
echo "deb http://security.ubuntu.com/ubuntu/ precise-security main restricted universe multiverse" >> /etc/apt/sources.list
echo "deb http://archive.canonical.com/ubuntu/ precise partner" >> /etc/apt/sources.list
echo "#deb http://archive.getdeb.net/ubuntu precise-getdeb apps" >> /etc/apt/sources.list
echo "#deb http://archive.getdeb.net/ubuntu precise-getdeb games" >> /etc/apt/sources.list
clear
echo "Todos los repositorios han sido actualizados, reinicie su Mint y luego ya puede actualizar su sistema cuando aparezca el indicador del escudo abajo a la derecha"
2.- chmod a+x fixmedibuntu.sh
3.- sudo sh fixmedibuntu.sh
Es todo!.
PD: Podrian hacer un remaster de la ISO los de Linux Mint para que las versiones viejas como la 13 (que comico es LTS) no tengan problemas, pero bueno, a Fedora se lo critican, a Mint no ... en fin
No hay comentarios:
Publicar un comentario
Dejá tu comentario