You are not logged in.

#1 2021-04-07 14:24:17

tonimark
Member
Registered: 2021-04-05
Posts: 33

[SOLVED]missing depency -> unzip in makepkg command

i tried to add a 3rd party dictionary for libreoffice (installed beforehand) from AUR
i did git the link which downloaded the file then CD into it but it wasn't able to make a package (makepkg) it showed
==>missing depency:
       ->unzip

so how do i get that depency and fix the problem?
if needed the entire console (translated from system language) could be pasted

Last edited by tonimark (2021-04-07 14:30:49)

Offline

#2 2021-04-07 14:27:16

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,463

Re: [SOLVED]missing depency -> unzip in makepkg command

You install it from the repos, or you tell makepkg to install all deps.

Offline

#3 2021-04-07 14:27:38

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,425

Re: [SOLVED]missing depency -> unzip in makepkg command

Either install it manually with pacman or invoke makepkg with

makepkg -s

so that it resolves resolvable deps automatically, https://wiki.archlinux.org/index.php/Ar … he_package note the list of flags

Last edited by V1del (2021-04-07 14:28:06)

Offline

#4 2021-04-07 14:28:33

seth
Member
Registered: 2012-09-03
Posts: 49,981

Offline

#5 2021-04-07 14:28:35

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,463

Re: [SOLVED]missing depency -> unzip in makepkg command

Please don't indiscriminately recommend -i. People don't get the difference between building and installing a package this way and get completely confused.

Offline

#6 2021-04-07 14:30:36

tonimark
Member
Registered: 2021-04-05
Posts: 33

Re: [SOLVED]missing depency -> unzip in makepkg command

thanks the packages was installed

Offline

Board footer

Powered by FluxBB