You are not logged in.

#1 2021-02-20 09:04:49

j1simon
Member
From: Denmark
Registered: 2016-01-28
Posts: 189

[SOLVED] How to list files in a compressed archive?

So, how can I check the list of files contained in a ".pkg.tar.zst" package without installing it?
Thanks. Regards.

Last edited by j1simon (2021-02-20 12:16:22)

Offline

#2 2021-02-20 09:15:23

paulkerry
Member
From: Sheffield, UK
Registered: 2014-10-02
Posts: 611

Re: [SOLVED] How to list files in a compressed archive?

tar tf {file}.pkg.tar.zst

Offline

#3 2021-02-20 10:33:02

schard
Forum Moderator
From: Hannover
Registered: 2016-05-06
Posts: 1,962
Website

Re: [SOLVED] How to list files in a compressed archive?

Or, just for the files that will be installed by the package:

pacman -Qlp /path/to/pkg

Last edited by schard (2021-02-20 10:34:03)

Online

#4 2021-02-20 12:16:07

j1simon
Member
From: Denmark
Registered: 2016-01-28
Posts: 189

Re: [SOLVED] How to list files in a compressed archive?

Thank you both very much. That solves my problem.

Offline

Board footer

Powered by FluxBB