free space

Alan Dacey Sr. grokit at ajinfosearch.com
Tue Feb 15 15:21:05 UTC 2011


On Tuesday, February 15, 2011 08:42:06 am rajubhai ramvani wrote:
> dear sir
> i am using kubuntu 9.04.when i am updating kubuntu 9.10 then message is
> displaying "*the upgrade need a total of 1578 m free space on disk "/"
> please free at least an additional 838 m of disk space on "/" empty your
> trash and remove temperary disk space on "/' empty your trash and remove
> temporary packeges of former installations using "sudo apt-get clean"*. sir
> how can i solve the problem i cant update my os.so give me a solution. in my
> pc  there are two os .window and kubuntu.kubuntu is in E drive and there
> already 17 gb free space so why pc required free space and how can i do
> this.i was gone in terminal and typed SUDO APT-GET CLEAN.but pc asking
> password and i am entering password but pc asking ubuntu password and
> displaying is sudo apt get clean not found.hellp me.
> 

The command is apt-get, not apt get, there is a dash in between the words.  This would make the entire command "sudo apt-get clean" without the quotes of course.

When you need to do something that can change your computer you need administrator access and that means that it will ask for your password for security reasons.  Other wise anybody could remote connect to your machine and totally control it, just like in windows.  Also kubuntu is not on the E: when you are running it.  There are no letter drives in linux - ever.

There are two commands that will tell you exactly how much disk space you have.  The first one is a general thing and the second has a bit more detail.  Please copy and paste the following into the terminal (Konsole) and then copy and paste what comes out of them back to this list.  We will know what your actual disk situation is then.

First command:
	df -h
Second command:
	sudo du / -h --max-depth=1


Alan




More information about the kubuntu-users mailing list