It seems as a new user of Linux and kubuntu specifically, that after 4 formats the upgrade process in kubuntu is something very frightening for me!!! I don;t what kind of broken packages cause the problem, but now i have a stable system and i'll stick to that. Is there a list of the problematic upgrades and packages that we should avoid to download?
Announcement
Collapse
No announcement yet.
Dangerous packages and upgrades
Collapse
This topic is closed.
X
X
-
Re: Dangerous packages and upgrades
Originally posted by dimmutal
Is there a list of the problematic upgrades and packages that we should avoid to download?
- Top
- Bottom
-
Re: Dangerous packages and upgrades
Welcome to the party.
As you have probably noticed there are a lot of roads leading to Rome in Linux
Some of the people here are not going to totally agree with me but out of my own very humble but painful experience I do the following:
install synaptic:
Code:sudo apt-get install synaptic
kmenu->system->terminal.
and use that as your package manager.
For more reading:
https://help.ubuntu.com/community/SynapticHowto
You will find it in kmenu->system->synaptic
It is much more stable than adept.
Adept will become "adept" soon but is not quite there yet.
As for updates/grades I always do:
Code:sudo apt-get update
Code:sudo apt-get upgrade
Bythw you can always retrieve commands in the terminal with the up/down pointers on your keyboard
EnjoyHP Pavilion dv6 core i7 (Main)
4 GB Ram
Kubuntu 18.10
- Top
- Bottom
Comment
-
Re: Dangerous packages and upgrades
Well there are repositories and there are repositories. If you are using backports:
From UbuntuBackports
https://help.ubuntu.com/community/UbuntuBackports
Stability
However, given the nature of introducing newer versioned packages from a development distribution into a stable, released distribution, problems can arise. The most common side-effects would be a bug that escaped testing, or a new configuration file format (or other kind of incompatibility). If you have problems with a Backports package please report it in the Backports bugtracker and not the main Ubuntu one.Before 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: Dangerous packages and upgrades
Adept has some stability problems and occasionally crash at bad moments. However, there is a simple command that has never failed for me to fix whatever problems occur:
Code:sudo dpkg --configure -a
- Top
- Bottom
Comment
-
Re: Dangerous packages and upgrades
Originally posted by diblOriginally posted by dimmutal
Is there a list of the problematic upgrades and packages that we should avoid to download?
- Top
- Bottom
Comment
-
Re: Dangerous packages and upgrades
Originally posted by dimmutal
Sorry dibl, but after an upgrade in adept i ended up in not booting at all and finally formatting..
OK, how about this:
"In Adept Manager, the packages in the list are harmless, but the Dist-Upgrade button is dangerous."
Sorry.
- Top
- Bottom
Comment
-
Re: Dangerous packages and upgrades
Originally posted by FintanWelcome to the party.
As you have probably noticed there are a lot of roads leading to Rome in Linux
Some of the people here are not going to totally agree with me but out of my own very humble but painful experience I do the following:
install synaptic:
Code:sudo apt-get install synaptic
kmenu->system->terminal.
and use that as your package manager.
For more reading:
https://help.ubuntu.com/community/SynapticHowto
You will find it in kmenu->system->synaptic
It is much more stable than adept.
Adept will become "adept" soon but is not quite there yet.
As for updates/grades I always do:
Code:sudo apt-get update
Code:sudo apt-get upgrade
Bythw you can always retrieve commands in the terminal with the up/down pointers on your keyboard
Enjoy
- Top
- Bottom
Comment
Comment