The way I see it is if I didn't trust the updates that the operating system were going to provide, why would I install it in the first place?
Announcement
Collapse
No announcement yet.
Is Kubuntu turning into Windows? Unattended upgrades? Seriously?
Collapse
This topic is closed.
X
X
-
I don't trust the updates which are blindly presented to my system for installation. I want to see a list of what is to suggested and I want to be able to accept/reject on a line item basis. Windows taught me that...Kubuntu 24.11 64bit under Kernel 6.11.0, Hp Pavilion, 6MB ram. Stay away from all things Google...
- Top
- Bottom
Comment
-
Originally posted by TWPonKubuntu View PostI don't trust the updates which are blindly presented to my system for installation.Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
Originally posted by Snowhog View Post...(can't say zero risk; you can't eliminate ALL risk)...Kubuntu 24.11 64bit under Kernel 6.11.0, Hp Pavilion, 6MB ram. Stay away from all things Google...
- Top
- Bottom
Comment
-
Well, in that sense, I agree, and why I don't use a Graphical Package Manager OF ANY ILK to maintain my system; I use apt from the CLI. I get to see what is coming down the pike, and can choose to accept (allow the upgrade) or reject (cancel the upgrade).Windows no longer obstructs my view.
Using Kubuntu Linux since March 23, 2007.
"It is a capital mistake to theorize before one has data." - Sherlock Holmes
- Top
- Bottom
Comment
-
I also use apt, and I find it vastly superior to "Graphical Package Managers OF ANY ILK" in almost any respect.
It doesn't seem to have a way to choose packages "on a line item basis" though.
Which doesn't worry me at all. I mean, how am I to know which package I should reject - before I install it?
I use neon Testing, mind you, and some packages do turn out to be slightly dodgy.
As Miles Davis would say though... so what? They're mostly minor annoyances - even with Testing - and if they aren't, I complain here and usually get a fast fix (thanks Acheron ;·) or on bugs.bunnykde...
- Top
- Bottom
Comment
-
Originally posted by GreyGeek View PostBecause, if he is like me, the alias is just as hard to remember.
That's why I keep my most often used commands on a sheet of paper taped to the wall next to me.
- Top
- Bottom
Comment
-
Aliases are great if you use ones that make sense to you. Here;
"update" does "sudo apt update & sudo apt list --upgradable"
"upgrade" doe "sudo apt full-upgrade"
"updb" does "sudo updatedb"
and many others of course...
- Top
- Bottom
Comment
-
I get annoyed by the warning generated by my alias al='apt list --upgradable'
Code:$ al | less WARNING: apt does not have a stable CLI interface. Use with caution in scripts. Listing... [I]<whatever...>[/I]
Regards, John Little
- Top
- Bottom
Comment
-
Originally posted by Snowhog View PostWell, in that sense, I agree, and why I don't use a Graphical Package Manager OF ANY ILK to maintain my system; I use apt from the CLI. I get to see what is coming down the pike, and can choose to accept (allow the upgrade) or reject (cancel the upgrade)."A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
– John F. Kennedy, February 26, 1962.
- Top
- Bottom
Comment
-
Originally posted by jlittle View PostI get annoyed by the warning generated by my alias al='apt list --upgradable'...
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Following that advice,
Code:$ apt list --installed | grep -i rofi WARNING: apt does not have a stable CLI interface. Use with caution in scripts. rofi/bionic,now 1.5.0-1 amd64 [installed] $ apt list --installed 2>/dev/null | grep -i rofi rofi/bionic,now 1.5.0-1 amd64 [installed] $
Code:alias apli='apt list --installed 2>/dev/null | grep -i'
Last edited by chimak111; Mar 22, 2020, 06:47 AM.Kubuntu 20.04
- Top
- Bottom
Comment
-
Originally posted by chimak111 View PostThere's a nice answer ...
Originally posted by chimak111 View Post$ apt list --installed 2>/dev/null
Originally posted by chimak111 View PostEdit: https://askubuntu.com/questions/9908...erface-warning is also a nice read.
With even more digging, the package colorized-logs has a utility that can subvert apt's obnoxious (IMO) behaviour:
Code:$ pipetty apt list --upgradable | less -r
Regards, John Little
- Top
- Bottom
Comment
-
Having built 1000's of Kubuntu/ubuntu machines for both home use and IT customers, I can honestly say I have never lost a machine due to faulty updates or bad updates. I've lost a few machines but never to that. I've been using Kubuntu since 5.10 back in the day. I was so impressed I wrote an install for 6.06 that 1000's of forum users used to install and convert from Windoze to Linux. Linux has come along way and KDE has been advancing right along with it. Specifically, Kubuntu has been really quite good. I only run the LTS versions since they started and have never had any problems. Its had its hickups and various things but compared to Windoze its a solid beast that can perform everything from running a gaming machine all that way up to multi processor database machines. I have a 4 node 16cpu cluster running DB2 and it has been running flawlessly for over 5 years. Its a whole process to upgrade OS versions but we have it worked out. That thing is so fast. We're running it on IBM X-series machines.
We also have a couple running on IBM P-series but its real Debian and a whole other ball game.
I am finally getting ready to build a new desktop with 20.04. I've been upgrading all along since 14.04 on the same hardware. The only thing I've done is update video cards, ram, and an occasional set of harddrives by replacing one of the mirrored drives and just rebuilding the array onto the new set of drives one at a time. Some of the early releases utilizing systemd were a bit of a challenge to upgrade but not impossible.
That being said, I want to play some of the newer games and the old Gigabyte 980 is just not up to the task anymore. Sad really... but it will make a great addition to the KVM farm. I'll let you know how the 20.04 install goes on the new Gigabyte Aorous board with a 3600 cpu. I unfortunately was not able to acquire an Nvidia 3060TI But my 1060 will due for now. I'm looking forward to the M2 ssd drives. I hear boot times are under 15 seconds of pushing the power button. I can only imagine how well kdenlive will run.
- Top
- Bottom
Comment
Comment