You are not logged in.

#1 2025-12-03 20:07:14

NominalSum
Member
Registered: 2025-12-02
Posts: 58

sha256sum: 'standard input': no properly formatted checksum lines foun

I am trying to get black arch repo on an arch install and ran into this

[backalley@archlinux ~]$ sudo pacman -Syu
[sudo] password for backalley: 
:: Synchronizing package databases...
 core is up to date
 extra                             8.0 MiB  4.59 MiB/s 00:02 [################################] 100%
 multilib                        125.0 KiB   120 KiB/s 00:01 [################################] 100%
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...

Packages (6) lib32-libxkbcommon-1.13.1-1  libxkbcommon-1.13.1-1  libxkbcommon-x11-1.13.1-1
             lilv-0.26.2-1  zix-0.8.0-1  zlib-ng-2.3.2-1

Total Download Size:   0.69 MiB
Total Installed Size:  2.21 MiB
Net Upgrade Size:      0.03 MiB

:: Proceed with installation? [Y/n] y
:: Retrieving packages...
 zix-0.8.0-1-x86_64               42.4 KiB   558 KiB/s 00:00 [################################] 100%
 lilv-0.26.2-1-x86_64             78.8 KiB   985 KiB/s 00:00 [################################] 100%
 libxkbcommon-1.13.1-1-x86_64    273.7 KiB  3.30 MiB/s 00:00 [################################] 100%
 zlib-ng-2.3.2-1-x86_64          112.1 KiB  1288 KiB/s 00:00 [################################] 100%
 libxkbcommon-x11-1.13.1-1-...    31.8 KiB   424 KiB/s 00:00 [################################] 100%
 lib32-libxkbcommon-1.13.1-...   163.0 KiB   511 KiB/s 00:00 [################################] 100%
 Total (6/6)                     701.8 KiB  1567 KiB/s 00:00 [################################] 100%
(6/6) checking keys in keyring                               [################################] 100%
(6/6) checking package integrity                             [################################] 100%
(6/6) loading package files                                  [################################] 100%
(6/6) checking for file conflicts                            [################################] 100%
(6/6) checking available disk space                          [################################] 100%
:: Processing package changes...
(1/6) upgrading libxkbcommon                                 [################################] 100%
(2/6) upgrading lib32-libxkbcommon                           [################################] 100%
(3/6) upgrading libxkbcommon-x11                             [################################] 100%
(4/6) upgrading zix                                          [################################] 100%
(5/6) upgrading lilv                                         [################################] 100%
(6/6) upgrading zlib-ng                                      [################################] 100%
:: Running post-transaction hooks...
(1/1) Arming ConditionNeedsUpdate...
[backalley@archlinux ~]$ curl -O https://blackarch.org/strap.sh
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  4680 100  4680   0     0  8142     0  --:--:-- --:--:-- --:--:--  8139
[backalley@archlinux ~]$ echo "$(curl -fsSL https://blackarch.org/strap.sha256) strap.sh" | sha256sum -c
sha256sum: 'standard input': no properly formatted checksum lines found
[backalley@archlinux ~]$ curl -O https://blackarch.org/strap.sh  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  4680 100  4680   0     0 11730     0  --:--:-- --:--:-- --:--:-- 11729
[backalley@archlinux ~]$ echo "$(curl -fsSL https://blackarch.org/strap.sha256) strap.sh" | sha256sum -c
sha256sum: 'standard input': no properly formatted checksum lines found

Is this something Id edit in vim? Very new to this much tweaking so the learning curve is still steep for me. Just an old man going back to school.

Last edited by NominalSum (2025-12-03 20:08:13)

Offline

#2 2025-12-03 20:16:12

arh
Member
Registered: 2024-10-09
Posts: 38

Re: sha256sum: 'standard input': no properly formatted checksum lines foun

$ curl -fsSL https://blackarch.org/strap.sha256

this part does not download a sha256 checksum but the webpage itself (you can check by going to the link in a web browser). where'd you get the command from?

Offline

#3 2025-12-03 20:23:36

NominalSum
Member
Registered: 2025-12-02
Posts: 58

Re: sha256sum: 'standard input': no properly formatted checksum lines foun

It was in some forum that had a few years a responses for getting the repo. It matched what google spit out when I googled it and I tried it.

Offline

#4 2025-12-03 20:27:00

arh
Member
Registered: 2024-10-09
Posts: 38

Re: sha256sum: 'standard input': no properly formatted checksum lines foun

you should probably follow the up to date instructions on the blackarch website then. they have a section dedicated to installing it on top of arch linux.

Offline

#5 2025-12-03 20:29:53

NominalSum
Member
Registered: 2025-12-02
Posts: 58

Re: sha256sum: 'standard input': no properly formatted checksum lines foun

I will try that. I have the wiki open, but I am new to this much bash and dont understand whats its asking me and spend a lot of time figuring out and learning what I can.

Thank you

Offline

#6 2025-12-03 20:33:28

arh
Member
Registered: 2024-10-09
Posts: 38

Re: sha256sum: 'standard input': no properly formatted checksum lines foun

no problem!

Offline

Board footer

Powered by FluxBB