Artix Linux Forum

Artix Linux => Package management => AUR Packages => Topic started by: Sigmund Fury on 01 April 2024, 10:59:35

Title: [SOLVED] Problem with "terminus-font" "Maximum file size exceeded"
Post by: Sigmund Fury on 01 April 2024, 10:59:35
Hi. I'm quite new to linux entirely so bear with me please, thanks.

I downloaded artix-plasma-runit-20230814-x86_64.iso weeks ago and installed it into a virtual machine on Virtual Box. I started by updating the system using
Code: [Select]
sudo pacman -Syu
and everything went fine until it was the upgrading phase where the package terminus-font just decided it's not going to get installed today and gave me the errors available in the screenshots attached with this post. I searched for that maximum size error but the answers were not clear.
What to do now? I'm ready to provide more info if needed!
Title: Re: Problem with "terminus-font" "Maximum file size exceeded"
Post by: Artist on 01 April 2024, 11:08:09
thx for reporting; fixed
now just run: pacman -Sy terminus-font

artist
Title: Re: Problem with "terminus-font" "Maximum file size exceeded"
Post by: Sigmund Fury on 01 April 2024, 11:19:52
thx for reporting; fixed
now just run: pacman -Sy terminus-font

https://imgur.com/a/Nfg2w2M
Didn't work. Did the same command two times, to no avail.
Title: Re: Problem with "terminus-font" "Maximum file size exceeded"
Post by: lq on 01 April 2024, 12:07:36
The solution is very simple:

Code: [Select]
pacman -Syy galaxy/terminus-font
Title: Re: Problem with "terminus-font" "Maximum file size exceeded"
Post by: Sigmund Fury on 01 April 2024, 12:17:02
The solution is very simple:

Code: [Select]
pacman -Syy galaxy/terminus-font

It worked! Thank you very much for your time and help. May I ask how did you troubleshoot it to be that sure that this is the solution?
Title: Re: [SOLVED] Problem with "terminus-font" "Maximum file size exceeded"
Post by: lq on 02 April 2024, 08:27:32
May I ask how did you troubleshoot it to be that sure that this is the solution?

Code: [Select]
man pacman