Results 1 to 5 of 5
Ubuntu keeps notifying me to install its new update but it will not download. A little bit downloads and then it starts over again and again. Is there anything that ...
- 03-20-2009 #1
Update labavcodec1d will not download!
Ubuntu keeps notifying me to install its new update but it will not download. A little bit downloads and then it starts over again and again. Is there anything that I can do about this, please?
Linux registered user # 414321
You Should Not Give In To Evils, But Proceed Ever More Boldly Against Them!! -from book six of Virgil's Aeneid
http://www.paynal.com
Everything Within The Universe Is Related; We Are All Cousins!!
- 03-21-2009 #2
Try this commands in a terminal window.
Code:sudo apt-get clean
Code:sudo apt-get update
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 03-21-2009 #3
Hello MikeTBob and thank you. I just came back to this thread to announce that I have solved the problen by using sudo apt-get upgrade in the terminal. The labavcodec1d update is now installed in my computer.
What does sudo apt-get clean do? I tried sudo apt-get clean and got a " command not found "Linux registered user # 414321
You Should Not Give In To Evils, But Proceed Ever More Boldly Against Them!! -from book six of Virgil's Aeneid
http://www.paynal.com
Everything Within The Universe Is Related; We Are All Cousins!!
- 03-21-2009 #4
Hi, Lucky!
Basically, it just clears the cache.clean clears out the local repository of retrieved package files. It removes everything but the lock file from /var/cache/apt/archives/ and /var/cache/apt/archives/partial/. When APT is used as a dselect(
method, clean is run automatically. Those who do not use dselect will likely want to run apt-get clean from time to time to free up disk space.
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 03-21-2009 #5
Thanks JD! Someone needs to put together a command line for dummies book or a command line dictionary. I was about to put out what little hair I have left hunting for the gksudo nautilus code that lets me access my Ubuntu files as " root ".
I wish that someone developed a software program that asked you just what you wanted to do and then gave you all of the relevant codes that might help you do what you wanted to do.
If there was a website that us computer illiterates could subscribe to that provided the information the owners would be making a lot of money.Linux registered user # 414321
You Should Not Give In To Evils, But Proceed Ever More Boldly Against Them!! -from book six of Virgil's Aeneid
http://www.paynal.com
Everything Within The Universe Is Related; We Are All Cousins!!


Reply With Quote