trying to install mysql need help

Discussion in 'General Help' started by jwpwns, Oct 21, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    jwpwns

    I am trying to install mysql on my ubuntu vps but i keep getting these errors when trying to do so
    I am running this command sudo apt-get install mysql-server


    Err http://security.ubuntu.com/ubuntu/ raring-security/main mysql-server all 5.5.34-0ubuntu0.13.04.1
    404 Not Found [IP: 91.189.88.153 80]
    Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/liba/libaio/libaio1_0.3.109-3_amd64.deb 404 Not Found [IP: 91.189.91.13 80]
    Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-common_5.5.34-0ubuntu0.13.04.1_all.deb 404 Not Found [IP: 91.189.88.153 80]
    Failed to fetch http://security.ubuntu.com/ubuntu/p...sqlclient18_5.5.34-0ubuntu0.13.04.1_amd64.deb 404 Not Found [IP: 91.189.88.153 80]
    Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/libd/libdbi-perl/libdbi-perl_1.622-1_amd64.deb 404 Not Found [IP: 91.189.91.13 80]
    Failed to fetch http://archive.ubuntu.com/ubuntu/po...ysql-perl/libdbd-mysql-perl_4.021-1_amd64.deb 404 Not Found [IP: 91.189.91.13 80]
    Failed to fetch http://security.ubuntu.com/ubuntu/p...nt-core-5.5_5.5.34-0ubuntu0.13.04.1_amd64.deb 404 Not Found [IP: 91.189.88.153 80]
    Failed to fetch http://security.ubuntu.com/ubuntu/p...-client-5.5_5.5.34-0ubuntu0.13.04.1_amd64.deb 404 Not Found [IP: 91.189.88.153 80]
    Failed to fetch http://security.ubuntu.com/ubuntu/p...er-core-5.5_5.5.34-0ubuntu0.13.04.1_amd64.deb 404 Not Found [IP: 91.189.88.153 80]
    Failed to fetch http://security.ubuntu.com/ubuntu/p...-server-5.5_5.5.34-0ubuntu0.13.04.1_amd64.deb 404 Not Found [IP: 91.189.88.153 80]
    Failed to fetch http://security.ubuntu.com/ubuntu/pool/main/m/mysql-5.5/mysql-server_5.5.34-0ubuntu0.13.04.1_all.deb 404 Not Found [IP: 91.189.88.153 80]
    E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

    any1?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 14, 2016
  2. Offline

    RockyMan13

    If you would like this error fixing, Please add me on Skype - alex.ingram97

    I will Skype call you and share screen and talk you through the process (If you like)
     
  3. Offline

    jwpwns

  4. Offline

    RockyMan13

    jwpwns

    Your best bet is to use
    Code:
    apt-get update
    then try again... but
    Code:
    sudo reboot or reboot

    I know nothing is wrong with that link because mysql worked fine from using that link you provided.

    Okay, Follow this here

    You also need PHP - Apache

    So after you have installed it, Go to your web address that is http://yourdomain.com/phpmyadmin

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 14, 2016
  5. Offline

    jwpwns

    ok thanks will try it in a bit

    updated it ran the commands still getting the same error 404

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 14, 2016
  6. Offline

    lycano

    jwpwns the output is perfectly fine. Those files are not available any longer. To correct the problem you need a valid repository.

    Your sources.list becomes invalid when the OS is updated via an iso image for example or you are trying to update after missing a major release.

    However please post the output of "uname -a" and "cat /etc/lsb-release". If the latter does not work dont worry we will find a way =)
     
Thread Status:
Not open for further replies.

Share This Page