✓ Solved

Error installing php7.3-bcmath

I'm trying to install php7.3-bcmath in my linode instance, and I'm getting the following error.

What am I doing wrong?

root@****:/# sudo apt install php7.3-bcmath
Reading package lists… Done
Building dependency tree
Reading state information… Done
The following package was automatically installed and is no longer required:
libirs161
Use 'sudo apt autoremove' to remove it.
The following NEW packages will be installed:
php7.3-bcmath
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 15.0 kB of archives.
After this operation, 69.6 kB of additional disk space will be used.
Ign:1 http://mirrors.linode.com/debian buster/main amd64 php7.3-bcmath amd64 7.3.19-1~deb10u1
Err:1 http://mirrors.linode.com/debian buster/main amd64 php7.3-bcmath amd64 7.3.19-1~deb10u1
404 Not Found [IP: 2600:3c03:1::45a4:df28 80]
E: Failed to fetch http://mirrors.linode.com/debian-security/pool/updates/main/p/php7.3/php7.3-bcmath_7.3.19-1~deb10u1_amd64.deb 404 Not Found [IP: 2600:3c03:1::45a4:df28 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

2 Replies

✓ Best Answer

What am I doing wrong?

Probably nothing… The package is not available at the site where you were looking for it. Since the repo is maintained by Linode, you could file a support ticket about it.

-- sw

Thanks! I'll do that.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct