I'm a beginner so sorry if this is a stupid question, but is there a way to delete the .tar.gz archive of Vivado once the extraction is complete? I'm trying to compile the package with makepkg -si
, it works fine while doing the checksum and extraction, but then fails telling me that there is not enough space (180GB). So I would like to delete the original archive before continuing with the installation, is there a way to do so?
EDIT -- I don't know if there is a better way to do this, but, once the package is extracted in src
, one simple way I found is to delete the .tar.gz, then remove the .tar.gz from the source
list in PKGBUILD and also its md5 checksum from the below list and run again makepkg -i
.
Pinned Comments
leuko commented on 2024-01-14 21:14 (UTC) (edited on 2024-09-26 06:41 (UTC) by leuko)
PKGBUILD
cannot download Vivado, you have to download Vivado before executing thePKGBUILD
. Refer toPKGBUILD
.This
PKGBUILD
is also able to install Vitis with some errors, however there is a standalone package called vitis AUR which seems to be more advanced than the installation in thisPKGBUILD
.