Memory Unclear, how to gain space?

Hello,

I don’t know if this is exactly the section but I could not find a memory section in the top menu of the forum.

I’m trying to install a game but the operation is aborted “by user” (so say the detail message) because I think I have not enough free space.

If I go in the memory details section of KDE it say to me

Total Physic Memory 3,76 Gb
Free Physic Memory 292,82 Mb
Shared Memory 0
Buffer Drive 38 Mb
Cache 2 Gb
Total Swap 2 G
Free Swap 2 G

It say also total free memory 38%
Used Physic memory 61%

Is it not to small the memory I have? How can I make space in the computer?

Thanks

Regards

GM

The memory should be plenty for installing the game.

But as you’re talking about urbanterror, you might just have not enough space on your harddisk (on the / partition in particular).
The game data is big, the urbanterror-data RPM package is 1.8GiB big (compressed).
The package is downloaded and saved to your hard disk, which needs 1.8GiB on /. Then it is uncompressed and installed, which additionally needs at least the same amount of space.

So please post the output of:

df -h

Probably you just should enlarge your / partition. Use some LiveCD (gparted e.g.) for that.

I disinstall the package of urban terror because i don’t use it often. Any way the problem to save space persist.

File system Dim. Used Avaiable Used% On
/dev/sda3 20G 16G 3,2G 83% /
devtmpfs 1,9G 16K 1,9G 1% /dev
tmpfs 1,9G 924K 1,9G 1% /dev/shm
tmpfs 1,9G 972K 1,9G 1% /run
tmpfs 1,9G 0 1,9G 0% /sys/fs/cgroup
tmpfs 1,9G 972K 1,9G 1% /var/run
tmpfs 1,9G 972K 1,9G 1% /var/lock
/dev/sda1 156M 128K 156M 1% /boot/efi
/dev/sda4 437G 75G 362G 18% /home

I think I should trasfer from sda4 to sda3. Is there a way to make it from yast?

Well, 3.2 GiB is not that low… (but too low for installing and then updating urbanterror-data obviously :wink: )
A standard installation does only reserve 20GiB for / if you create a separate /home.

You might be able to gain space by cleaning out /tmp/, /var/tmp/, /var/cache/ (zypp in particular), and/or /var/log/ though.

I think I should trasfer from sda4 to sda3. Is there a way to make it from yast?

Yes, YaST can do that, but there’s no way to do that in the running system.
You have to unmount the involved partitions first, and you obviously cannot do that with / and /home.

Boot from the GParted Live CD e.g. (GParted -- Live CD/USB/PXE/HD) , or any openSUSE Live medium (the Rescue CD should have gparted as well I think, and YaST is on all of them).