Christian Kruse: Ubuntu 20.04 (LTS) Erste Tests: (Noch nichts für Anfänger)

Beitrag lesen

Hallo Raketenstarter,

keine Ahnung, was du da genau gemacht hast, aber bei einer frischen Standard-Installation von Ubuntu Desktop ist /bin/bash Teil des Paketes bash:

→ ckruse@motte ~  % ls -l /bin/bash
-rwxr-xr-x 1 root root 1183448 Feb 25 13:03 /bin/bash
→ ckruse@motte ~  % dpkg -S /bin/bash
bash: /bin/bash
→ ckruse@motte ~  % uname -a
Linux motte 5.4.0-28-generic #32-Ubuntu SMP Wed Apr 22 17:40:10 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

die Installation ist von heute morgen. Ist übrigens auch reverse dependency von GDM, ist also sehr, sehr unwahrscheinlich, dass sie nicht da ist:

→ ckruse@motte ~  % apt rdepends --installed bash
bash
Reverse Depends:
  Hängt ab von: gdm3 (>= 4.3)
    bash:i386

Oh, da fällt mir ein, man kann auch nachschauen, wann es installiert wurde. Ist Teil des base images:

→ ckruse@motte ~  % grep bash /var/log/dpkg.log
2020-04-23 07:32:38 install bash:amd64 <none> 5.0-6ubuntu1
2020-04-23 07:32:38 status half-installed bash:amd64 5.0-6ubuntu1
2020-04-23 07:32:38 status unpacked bash:amd64 5.0-6ubuntu1
2020-04-23 07:32:41 configure bash:amd64 5.0-6ubuntu1 <none>
2020-04-23 07:32:41 status unpacked bash:amd64 5.0-6ubuntu1
2020-04-23 07:32:41 status half-configured bash:amd64 5.0-6ubuntu1
2020-04-23 07:32:41 status installed bash:amd64 5.0-6ubuntu1

Sie ist auch nicht als Snap installiert:

→ ckruse@motte ~  % snap list
Name               Version                     Rev   Aufzeichnung     Herausgeber   Hinweise
code               ff915844                    31    latest/stable    vscode✓       classic
core               16-2.44.3                   9066  latest/stable    canonical✓    core
core18             20200427                    1754  latest/stable    canonical✓    base
gnome-3-28-1804    3.28.0-16-g27c9498.27c9498  116   latest/stable    canonical✓    -
gnome-3-34-1804    0+git.2c86692               27    latest/stable/…  canonical✓    -
gtk-common-themes  0.1-36-gc75f853             1506  latest/stable/…  canonical✓    -
signal-desktop     1.33.4                      312   latest/stable    snapcrafters  -
slack              4.4.2                       23    latest/stable    slack✓        classic
snap-store         3.36.0-74-ga164ec9          433   latest/stable/…  canonical✓    -
snapd              2.44.3                      7264  latest/stable    canonical✓    snapd
spotify            1.1.26.501.gbe11e53b-15     41    latest/stable    spotify✓      -

Freundliche Grüße,
Christian Kruse