0

Insufficient space in download directory /var/cache/yum/x86_64/6/base/packages

Hello,When I am downloading the gitlab-ce,I am getting the following error even though i have moved my yum location to some other partition but still its getting stored in the old location.how to resolve this error.

gitlab CentOS Add a comment
caden
asked Jul 22 2019

Answer

0

Just Check your disk usage of the file system , df -hT
Free up some space in /var/cache if you want to install it in the var folder or or else just change the location of the cache **directory in the /etc/yum.conf

vim /etc/yum.conf
[main]
cachedir=<your desired path>/yum/ or /mnt/yum
and then save the file

Now install the gitlab-ce or gitlab-ee edition.

Add a comment
linuxhelp
asked Jul 23 2019
edited Jul 23 2019
Post your Answer