How to correct a package "building" error?

Hello everyone. I’m new to the Julia community and in the process of going through various tutorials.

During a packages update to the Julia-DataFrames-Tutorial, I obtained a segmentation fault and the update aborts.

(@v1.6) pkg> activate .
  Activating environment at `~/Documents/Code/Julia/Tutorials/Julia-DataFrames-Tutorial/Project.toml`

(Julia-DataFrames-Tutorial) pkg> status
      Status `~/Documents/Code/Julia/Tutorials/Julia-DataFrames-Tutorial/Project.toml`
  [69666777] Arrow v1.6.2
  [6e4b80f9] BenchmarkTools v1.1.3
  [336ed68f] CSV v0.8.5
  [324d7699] CategoricalArrays v0.10.0
  [8be319e6] Chain v0.4.8
  [944b1d66] CodecZlib v0.7.0
  [a93c6f00] DataFrames v1.2.2
  [1313f7d8] DataFramesMeta v0.9.0
  [5789e2e9] FileIO v1.11.0
  [da1fdf0e] FreqTables v0.4.4
  [7073ff75] IJulia v1.23.2
  [babc3d20] JDF v0.4.4
  [9da8a3cd] JLSO v2.6.0
  [b9914132] JSONTables v1.0.1
  [86f7a689] NamedArrays v0.9.6
  [2dfb63ee] PooledArrays v1.2.1
  [f3b207a7] StatsPlots v0.14.26
  [bd369af6] Tables v1.5.0
  [a5390f91] ZipFile v0.9.3
  [9a3f8284] Random
  [10745b16] Statistics

(Julia-DataFrames-Tutorial) pkg> update
    Updating registry at `~/.julia/registries/General`
   Installed TimeZones ─ v1.5.7
  No Changes to `~/Documents/Code/Julia/Tutorials/Julia-DataFrames-Tutorial/Project.toml`
    Updating `~/Documents/Code/Julia/Tutorials/Julia-DataFrames-Tutorial/Manifest.toml`
  [f269a46b] ↑ TimeZones v1.5.6 ⇒ v1.5.7
    Building TimeZones → `~/.julia/scratchspaces/44cfe95a-1eb2-52ea-b672-e2afdf69b78f/6c9040665b2da00d30143261aea22c7427aada1c/build.log`
ERROR: Error building `TimeZones`: 

signal (11): Segmentation fault
in expression starting at /home/r0b0ty/.julia/packages/TimeZones/kDO1y/deps/build.jl:3

What is the proper way to recover from this? My first instinct was to delete the directory and clone Bogumil’s repository and start again, or maybe adding the TimeZones package again, but I’m curious to know if there is a more appropriate way. Thanks for your help!

I would also delete stuff first, then if the problem persists report an issue for TimeZones.