Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hello guys.!
I run Ubuntu 8.04.
I haven't been able to update my system for a while due to a Package Manager's fit.
Weird things have been going on, such as date drop back to 2007 and a new Gnome not loading right. So I wish I could get the corresponding patches. But, this is what I get whenever I run Synaptics:
E: could not get lock/var/cache/apt/archives/lock-open (11 Resource temporarily unavailable)
E: Unable to unlock the download directory
Clamdscan:
ERROR: LOCAL: Socket file /var/run/clamav/clamd.ctl is in use by another process.
root@demiano:/home/demian#
Unable to open file or directory ERROR
My stuff is:
Ubuntu 8.04 Hardy
kernel Linux 2.6.24-24 generic
genome 2.22.3
processor Core duo E 8400 @ 3.00 Ghz
Motherboard Asrock Wolfdale 333-D667
DDR2 667
RAM 2 Gb
It looks mostly like you have another synaptic or apt running in some other window or terminal somewhere. Double-check that you don't have it open anywhere. Reboot if necessary.
It could also be that you aborted a previous install in the middle, so try to run:
sudo apt-get install -f
The "install -f" tells apt-get to fix, or resume, interrupted installations.
Then try this:
sudo apt-get update
sudo apt-get upgrade
The 'update' command synchronizes apt-get with the repositories, and the 'upgrade' command will upgrade all your system to the latest version of the packages (if that's not what you want, don't run the 'upgrade' command, but do run the 'update').
You can also try to clean the apt cache:
sudo apt-get clean
You are also seeing errors that are related to clam antivirus. Can you give us more info on how that fits in here?
It looks mostly like you have another synaptic or apt running in some other window or terminal somewhere. Double-check that you don't have it open anywhere. Reboot if necessary.
It could also be that you aborted a previous install in the middle, so try to run:
sudo apt-get install -f
The "install -f" tells apt-get to fix, or resume, interrupted installations.
Then try this:
sudo apt-get update
sudo apt-get upgrade
The 'update' command synchronizes apt-get with the repositories, and the 'upgrade' command will upgrade all your system to the latest version of the packages (if that's not what you want, don't run the 'upgrade' command, but do run the 'update').
You can also try to clean the apt cache:
sudo apt-get clean
You are also seeing errors that are related to clam antivirus. Can you give us more info on how that fits in here?
Hi...!
I did run the commands you recommended. apt-get update, apt-get autoremove, apt-get upgrade. Then the syst asked to set the Xubuntu 8.10 Intrepid Ibex...Although my distro is Hardy Heron...
To post a fuller report on this machine's "fits", i will let it be for a while. In a couple of days i'll post again.
Thank you very much..!!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.