Ubuntu 18.04にアップグレードしましたが、bash dbのインストールが削除されたことを確認しました。
再インストールしようとしましたが、適切に見つかりませんでした。
m@m-XPS-M1530:~$ sudo apt-get -y update
Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:2 http://gb.archive.ubuntu.com/ubuntu bionic InRelease
Hit:3 http://gb.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:4 http://gb.archive.ubuntu.com/ubuntu bionic-backports InRelease
Ign:5 http://dl.google.com/linux/chrome/deb stable InRelease
Hit:6 http://dl.google.com/linux/chrome/deb stable Release
Reading package lists... Done
m@m-XPS-M1530:~$ sudo apt-get -y upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
m@m-XPS-M1530:~$ sudo apt-get install bashdb
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package bashdb
どのようにインストールしますか?
ベストアンサー1
質問のコメントの1つはbash 4.3.0.91パッケージのダウンロードを提案しました。しかし、最近bash 4.4に基づいて更新されたバージョンがあります。また、18.04にはbash 4.4が含まれていると思います。
行くhttps://sourceforge.net/projects/bashdb/files/bashdb/4.4-1.0.1/変更を確認してください。 4.3.0-91から興味があれば、tarballをダウンロードしてください。ここからは一般的なGNUスタイルのビルドです。
$ tar xpf bashdb-4.4-1.0.1.tar*
$ cd bashdb-4.4-1.0.1
$ ./configure --prefix=/usr # I think /usr/local is the default
$ make
# make check # optional
$ sudo make install
https://wiki.debian.org/RFPDebian パッケージの追加を要求する手順が提供されます。のように見えるhttps://packages.ubuntu.com/xenial/bashdbここでは、過去のUbuntu管理者のアドレスを取得できます。