当我运行这些时:
sudo apt-get install bitcoin
或者
sudo apt-get install bitcoin-qt
我收到“E:无法找到包裹”我该怎么办?
答案1
例如apt-cache search bitcoin
,发现许多在其名称/描述等中使用“比特币”一词的软件包,但他们没有找到我怀疑你正在寻找的东西。
guiverc@d960-ubu2:~/.local$ apt-cache search bitcoin
base58 - base58 encode/decode: command-line interface
bruteforce-wallet - try to find the password of an encrypted wallet file
cgminer - multi-threaded multi-pool Bitcoin miner
golang-github-btcsuite-btcd-btcec-dev - Go library for Elliptic curve cryptography
libbase58-0 - library for Bitcoin's base58 encoding
libbase58-dev - library for Bitcoin's base58 encoding -- development files
libblkmaker-0.1-6 - implementation of getblocktemplate protocol
libblkmaker-0.1-dev - C implementation of getblocktemplate protocol - development files
libencode-base58-perl - module to shorten numbers using a base58 conversion
libsecp256k1-0 - library for EC operations on curve secp256k1
libsecp256k1-dev - library for EC operations on curve secp256k1 - development headers
python3-base58 - base58 encode/decode for Python
python3-bip32utils - Python implementation of Bitcoin hierarchical deterministic wallet
python3-bitcoinlib - Python module with an easy interface to the Bitcoin protocol
python3-btchip - Python library to communicate with BTChip dongle (Python 3)
python3-mnemonic - Implementation of Bitcoin BIP-0039 (Python 3)
python3-stdnum - Python module to handle standardized numbers and codes (Python3 version)
python3-trezor - library for communicating with TREZOR Bitcoin HW wallet (Python 3)
trezor - utilities for communicating with TREZOR Bitcoin HW wallet
然后我使用进行搜索rmadison
,它检测到它可用于 ESM 版本。
guiverc@d960-ubu2:~/.local$ rmadison bitcoin
bitcoin | 0.3.24~dfsg-1 | precise/universe | source
bitcoin | 0.3.24~dfsg-1ubuntu0.2 | precise-updates/universe | source
这可能就是为什么您收到包裹信息的原因;也就是说,它适用于另一个版本,但不适用于您的(或我的)版本。
在线工具https://packages.ubuntu.com/search?keywords=bitcoin&searchon=names&suite=all§ion=all显示支持的版本,但不是我的终端搜索找到的 ESM 版本。
至于解决方案,请参考@Archisman Panigrahi 的回答。这也许可以解释为什么你会得到这样的答复。
答案2
比特币在官方存储库中不可用,并且比特币 PPA不再维护。相反,使用命令安装官方 snap 版本
sudo snap install bitcoin-core