-bash: column: command not found

1 개요[ | ]

-bash: column: command not found
root@wsl:~# cat /etc/protocols | tail | column -t
-bash: column: command not found
root@wsl:~# cat /etc/os-release | grep PRETTY
PRETTY_NAME="Debian GNU/Linux 11 (bullseye)"
root@wsl:~# apt install bsdmainutils
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  bsdextrautils ncal
Suggested packages:
  calendar whois vacation mailutils
The following NEW packages will be installed:
  bsdextrautils bsdmainutils ncal
0 upgraded, 3 newly installed, 0 to remove and 49 not upgraded.
Need to get 192 kB of archives.
After this operation, 490 kB of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 http://deb.debian.org/debian bullseye/main amd64 bsdextrautils amd64 2.36.1-8+deb11u1 [145 kB]
Get:2 http://deb.debian.org/debian bullseye/main amd64 ncal amd64 12.1.7+nmu3 [30.1 kB]
Get:3 http://deb.debian.org/debian bullseye/main amd64 bsdmainutils all 12.1.7+nmu3 [16.4 kB]
Fetched 192 kB in 0s (507 kB/s)
Selecting previously unselected package bsdextrautils.
(Reading database ... 29731 files and directories currently installed.)
Preparing to unpack .../bsdextrautils_2.36.1-8+deb11u1_amd64.deb ...
Unpacking bsdextrautils (2.36.1-8+deb11u1) ...
Selecting previously unselected package ncal.
Preparing to unpack .../ncal_12.1.7+nmu3_amd64.deb ...
Unpacking ncal (12.1.7+nmu3) ...
Selecting previously unselected package bsdmainutils.
Preparing to unpack .../bsdmainutils_12.1.7+nmu3_all.deb ...
Unpacking bsdmainutils (12.1.7+nmu3) ...
Setting up bsdextrautils (2.36.1-8+deb11u1) ...
update-alternatives: using /usr/bin/write.ul to provide /usr/bin/write (write) in auto mode
Setting up ncal (12.1.7+nmu3) ...
Setting up bsdmainutils (12.1.7+nmu3) ...
root@wsl:~# cat /etc/protocols | tail | column -t
sctp             132  SCTP             #      Stream      Control        Transmission  Protocol
fc               133  FC               #      Fibre       Channel
mobility-header  135  Mobility-Header  #      Mobility    Support        for           IPv6      [RFC3775]
udplite          136  UDPLite          #      UDP-Lite    [RFC3828]
mpls-in-ip       137  MPLS-in-IP       #      MPLS-in-IP  [RFC4023]
manet            138  #                MANET  Protocols   [RFC5498]
hip              139  HIP              #      Host        Identity       Protocol
shim6            140  Shim6            #      Shim6       Protocol       [RFC5533]
wesp             141  WESP             #      Wrapped     Encapsulating  Security      Payload
rohc             142  ROHC             #      Robust      Header         Compression

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}