# Trying to install innobackex

**URL:** https://forums.percona.com/t/trying-to-install-innobackex/4124
**Category:** Percona XtraBackup
**Created:** [March 26, 2015, 6:37am UTC](https://forums.percona.com/t/trying-to-install-innobackex/4124 "2015-03-26T06:37:09Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![IGGt](https://avatars.discourse-cdn.com/v4/letter/i/67e7ee/32.png) [@IGGt](https://forums.percona.com/u/IGGt)
#### Post date: [March 26, 2015, 6:37am UTC](https://forums.percona.com/t/trying-to-install-innobackex/4124/1 "2015-03-26T06:37:09Z")

</div>

Hi, I tried installing Percona Toolkit using:

```auto

dpkg -i percona-toolkit.deb apt-get install --fix-missing -f 

```

Eventually I got that to work, but looking in

```auto
/usr/bin

```

there is no sign of

```auto
innobackupex

```

.  
I can see all the

```auto
pt-*

```

files in there though.

I tried reinstalling using:

```auto
apt-key adv --keyserver keys.gnupg.net --recv-keys 1C4CBDCDCD2EFD2A

```

that gives me

```auto

. . .
gpgkeys: key 1C4CBDCDCD2EFD2A not found on keyserver
gpg: no valid OpenPGP data found.
gpg: Total number processed: 0

```

Then I try

```auto
apt-get install xtrabackup

```

which gives me

```auto

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package xtrabackup

```

Am I doing something wrong?

I’ve also tried innobackupex, innobackupex\_55, percona-toolkit, and they all have the same result.

---

<div class="post-metadata">

### Author: ![scott.nemes](https://sea1.discourse-cdn.com/flex019/user_avatar/forums.percona.com/scott.nemes/32/5_2.png) [@scott.nemes](https://forums.percona.com/u/scott.nemes)
#### Post date: [March 26, 2015, 10:35am UTC](https://forums.percona.com/t/trying-to-install-innobackex/4124/2 "2015-03-26T10:35:10Z")

</div>

Hi IGGt;

Xtrabackup is not part of the Percona Toolkit, so you will need to install it separately. Looks like you almost had it in the last step there. Try following the below guide to setup your apt repo, then you should be able to install it:

[url][Percona XtraBackup](http://www.percona.com/doc/percona-xtrabackup/2.2/installation/apt_repo.html%5B/url%5D)

-Scott

---

<div class="post-metadata">

### Author: ![wdeviers](https://avatars.discourse-cdn.com/v4/letter/w/8797f3/32.png) [@wdeviers](https://forums.percona.com/u/wdeviers)
#### Post date: [March 26, 2015, 10:42am UTC](https://forums.percona.com/t/trying-to-install-innobackex/4124/3 "2015-03-26T10:42:33Z")

</div>

Related, but really an answer to your problem, I’ve had issues with a few of the load balanced instances of [keys.gnupg.net](http://keys.gnupg.net) not working for a few weeks. Maybe 10-15% of new installs (with Chef) fail due to the keyserver being broken.

---

<div class="post-metadata">

### Author: ![IGGt](https://avatars.discourse-cdn.com/v4/letter/i/67e7ee/32.png) [@IGGt](https://forums.percona.com/u/IGGt)
#### Post date: [March 26, 2015, 11:00am UTC](https://forums.percona.com/t/trying-to-install-innobackex/4124/4 "2015-03-26T11:00:05Z")

</div>

cheers for your responses.  
It turns out that there was a problem with the Proxy Server blocking access. Once this was fixed, everything worked ok.
