Hey guys, Adept manager doesn't seem to be working right. I want to install ALL of the latest updates, can you do this with apt-get? Could someone walk me through it quick? Thanks!
Announcement
Collapse
No announcement yet.
Adept Manager not working, alternative update install?
Collapse
This topic is closed.
X
X
-
Re: Adept Manager not working, alternative update install?
synaptic, but it will crash eventually too. It's a known bug tryOriginally posted by diblClose anything resembling Adept or Synaptic, open the Konsole and enterCode:sudo dpkg --configure -a
Code:sudo apt-get update
Code:sudo apt-get install
Code:sudo apt-get autoclean
- Top
- Bottom
-
Re: Adept Manager not working, alternative update install?
I want to install ALL of the latest updates, can you do this with apt-get? Could someone walk me through it quick?
#1 Update package database:
Code:sudo apt-get update
Code:sudo apt-get -u upgrade
APT HOWTO, Chapter 3 - Managing packages
...the -u option. This option causes APT to show the complete list of packages which will be upgraded. Without it, you'll be upgrading blindly.
More of the package managers: FAQ: Package ManagersBefore you edit, BACKUP !
Why there are dead links ?
1. Thread: Please explain how to access old kubuntu forum posts
2. Thread: Lost Information
- Top
- Bottom
Comment
-
Re: Adept Manager not working, alternative update install?
Originally posted by CrimsoniteXHey guys, Adept manager doesn't seem to be working right. I want to install ALL of the latest updates, can you do this with apt-get? Could someone walk me through it quick? Thanks!
Also, if your "doesn't seem to be working right" is that the blue "Upgrade" button in Adept Manager stays lit after you do the updgrade, I think that is a phenomenon of the way the packages come into the mirror servers. A certain lot of packages aren't finished coming in from the repository, and so you can't get the entire lot at that moment. Wait an hour and you might get a different result. Here in the middle U.S.A., I almost never get the full upgrade in the evening (blue light stays on), but I can get the rest of it in the morning. So the blue light stays on at night, and goes out when I upgrade in the morning.
- Top
- Bottom
Comment
-
Re: Adept Manager not working, alternative update install?
That is not an "either/or" situation, ickie.
Probably it would help if you review the apt-get manual, where the functions of the various options are explained:
Code:man apt-get
- Top
- Bottom
Comment
Comment