OK, Ta for that.
With Pi's and ARM I go out of my comfort zone, so I will likely defer to Pi users.
You haven't said whether the Pi is
- Running a Linux, if so which? and
- Whether it has internet connectivity?
If yes to both, then you could likely download the package straight to the Pi, provided the Linux Distro is Debian-based. But if that is the case, then it will likely be in your Repositories, and you could follow the procedure outline by
@arochester above.
Given, on your Desktop, your output to "foreign" was
i386
and not
i386
armhf
... you could download the ARM package but not use it, you would have to transfer it to the PI.
If you go the pkgs.org route, I'll give you an example, this for AMD, to be followed by ARM one.
1, At pkgs.org, you will have searched for
libbluetooth-dev
2. Click the chosen entry for Hirsute Hippo. It will take you to a page where you scroll down to Downloads, and there will be a URL saying
3. Copy and paste that URL into Terminal and preface it with
wget and a space, so it may be be
Code:
cd Downloads
wget http://archive.ubuntu.com/ubuntu/pool/main/b/bluez/libbluetooth-dev_5.56-0ubuntu4_amd64.deb
and press Enter and it will download
4. If you wish to get the ARM one, backtrack to an earlier level and choose its link and enter to get the Downloads page.
Different URL, so it will be
Code:
wget http://ports.ubuntu.com/pool/main/b/bluez/libbluetooth-dev_5.56-0ubuntu4_arm64.deb
and Enter.
Once downloaded, you can use
dpkg or
gdebi or
apt
to install.
BUT
(Wizard's but usually follows close behind him)
Two points.
a. If this is all about running the package on the Pi, you should be in
https://linux.org/forums/single-board-computers.12/
b. and I note you had this at Launchpad two and a half years ago, have not read it all
https://answers.launchpad.net/ubuntu/+question/679753
Was that of any use to you?
Wizard