# Installation problems using the guide from Percona

**URL:** https://forums.percona.com/t/installation-problems-using-the-guide-from-percona/5489
**Category:** General Questions
**Created:** [March 17, 2017, 2:22pm UTC](https://forums.percona.com/t/installation-problems-using-the-guide-from-percona/5489 "2017-03-17T14:22:51Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![twelvell](https://avatars.discourse-cdn.com/v4/letter/t/838e76/32.png) [@twelvell](https://forums.percona.com/u/twelvell)
#### Post date: [March 17, 2017, 2:22pm UTC](https://forums.percona.com/t/installation-problems-using-the-guide-from-percona/5489/1 "2017-03-17T14:22:51Z")

</div>

Dear community,

I am experiencing problems to install the Percona 5.7 on my Debian 8.7. I used this guide:  
[URL=“[Installing Percona Server for MySQL on Debian and Ubuntu — Percona Server 5.7 Documentation](https://www.percona.com/doc/percona-server/5.7/installation/apt_repo.html)”][https://www.percona.com/doc/percona-.../apt\_repo.html[/URL]](https://www.percona.com/doc/percona-.../apt_repo.html%5B/URL%5D)

I tried these steps:

```auto
wget https://repo.percona.com/apt/percona-release_0.1-4.$(lsb_release -sc)_all.deb

```

This returned to error 404.

EDIT: is this even correct URL? I might missed something important into this part and it must be replaced with Percona version here? - (lsb\_release -sc)

Then I tried the other way:

1

```auto
wget [URL="https://www.percona.com/downloads/Percona-Server-5.7/Percona-Server-5.7.17-11/binary/debian/jessie/x86_64/Percona-Server-5.7.17-11-rf60191c-jessie-x86_64-bundle.tar"]https://www.percona.com/downloads/Pe..._64-bundle.tar[/URL] 

```

2

```auto
tar xvf Percona-Server-5.7.17-11-rf60191c-jessie-x86_64-bundle.tar

```

3

```auto
dpkg -i *.deb

```

And this got me an error: [IMG2=JSON]{“data-align”:“none”,“data-size”:“full”,“src”:“https://www.percona.com/forums/filedata/fetch?filedataid=634&type=thumb”}[/IMG2]

What did I do wrong? Please help me out, the server is offline and I need to figure this out.

P.S. I ran the install on a completely clean Debian 8.7

EDIT: regarding all tutorials the

```auto
wget https://repo.percona.com/apt/percona-release_0.1-4.$(lsb_release -sc)_all.deb

```

must work, but on my end it returns 404 error. Really confused.

Regards

 ![photoid=47691](https://us1.discourse-cdn.com/flex019/uploads/percona1/original/2X/9/915a8517b1dd3baef51102ec56ff88f464ad2e2f.png)

---

<div class="post-metadata">

### Author: ![twelvell](https://avatars.discourse-cdn.com/v4/letter/t/838e76/32.png) [@twelvell](https://forums.percona.com/u/twelvell)
#### Post date: [March 17, 2017, 3:30pm UTC](https://forums.percona.com/t/installation-problems-using-the-guide-from-percona/5489/2 "2017-03-17T15:30:03Z")

</div>

Figured it out.

Just in case if someone struggles and experience the same problems, then you should change the part percona-release\_0.1-4.$(lsb\_release -sc)\_all.deb from

```auto
wget https://repo.percona.com/apt/percona-release_0.1-4.$(lsb_release -sc)_all.deb

```

to the appropriate one from the listed ones in here - [url][https://repo.percona.com/apt/[/url]](https://repo.percona.com/apt/%5B/url%5D) In my case this was Jessie, so I picked the percona-release\_0.1-4.jessie\_all.deb and put it into the command link like this:

```auto
wget https://repo.percona.com/apt/percona-release_0.1-4.jessie_all.deb

```

Then the command:

```auto
dpkg -i percona-release_0.1-4.jessie_all.deb

```

Then:

```auto
apt-get update

```

And finally:

```auto
apt-get install percona-server-server-5.7

```
