I wonder if we'll ever get /usr/bin/python back. Or is it going to be like browser user-agent strings where we call it "python3" forever and forget why we can't just call it python?
Ubuntu 20.04 LTS (Focal Fossa)
261–270 of 394 posts
Re: Ubuntu 20.04 LTS (Focal Fossa)
#262Was anyone able to run 18.04 or 20.04 successfully on a relatively modern desktop spec (AMD Ryzen 9 3950X / Nvidia 2080 TI / 32GB RAM / Custom water cooling) and two displays? I'm thinking of upgrading my development machine and running ubuntu only and I'm looking for some hints as to what could go wrong.
Re: Ubuntu 20.04 LTS (Focal Fossa)
#263Most reviews are very positive. Faster, better, Amazon removed, maybe the best Ubuntu release until now. The only 'con' is the pushing of Snap packages. It looks like deb files only can be installed via the terminal. Ubuntu is also researching if they can get Adobe on board. I doubt this would ever happen, but that would be huge. Most people stick on Windows and MacOS because Adobe software is not available on Linux.…
> The only 'con' is the pushing of Snap packages. It looks like deb files only can be installed via the terminal. My main concern with Snap is security. Using the default Ubuntu Apt repositories, I can `apt install` pretty much anything I want and it's almost guaranteed to not be malicious/dangerous, as only trusted/well-established developers can get their package into the Apt repos. However, with Snap, everybody in…
This is why I don't bother installing snaps unless the developer themselves are actually providing(or at least promoting) the snap. There's been a couple of occasions where I went to install the snap and it turned out to either be an old or broken version of the software.
I don't have too many technical quibbles with snaps, it's just the way Ubuntu has the ecosystem setup now.
Re: Ubuntu 20.04 LTS (Focal Fossa)
#264Maybe in 2022.04 LTS then ...
Re: Ubuntu 20.04 LTS (Focal Fossa)
#265Was anyone able to run 18.04 or 20.04 successfully on a relatively modern desktop spec (AMD Ryzen 9 3950X / Nvidia 2080 TI / 32GB RAM / Custom water cooling) and two displays? I'm thinking of upgrading my development machine and running ubuntu only and I'm looking for some hints as to what could go wrong.
Re: Ubuntu 20.04 LTS (Focal Fossa)
#266Most reviews are very positive. Faster, better, Amazon removed, maybe the best Ubuntu release until now. The only 'con' is the pushing of Snap packages. It looks like deb files only can be installed via the terminal. Ubuntu is also researching if they can get Adobe on board. I doubt this would ever happen, but that would be huge. Most people stick on Windows and MacOS because Adobe software is not available on Linux.…
I understand the hate for snap (and flatpak) and I personally use deb as much as I can, but they are the right move. Yes, right now it's a subpar experience. But you need to deploy it now to be able to improve on it and have it as the default in the future. And I believe it's a better future, because: - packaging a deb is difficult. I've done it, and it's a lot of complicated hard work you get to repeat for every rel…
From a distributor perspective, I love that it was simple and publishing at https://snapcraft.io/cyph gets us on every distro with no hassle. The alternative was likely not supporting Linux at all right away, or at best supporting a couple distros and requiring more work on the user end.
Re: Ubuntu 20.04 LTS (Focal Fossa)
#267Earlier quoted context omitted.
I can recommend Kubuntu, KDE has better support for fractional scaling and is a very usable and distraction-free window manager. In general I'd try to stay away from NVIDIA drivers on Linux, unless you're doing GPU-intensive work the embedded graphics is often the better choice as it's less power-hungry as well and sufficient for most tasks.
And for KDE+Ubuntu it's always advisable to also check the official KDE distro KDE Neon, based on Ubuntu LTS. I don't know of the timeline for 20.04 based version though.
Re: Ubuntu 20.04 LTS (Focal Fossa)
#268Most reviews are very positive. Faster, better, Amazon removed, maybe the best Ubuntu release until now. The only 'con' is the pushing of Snap packages. It looks like deb files only can be installed via the terminal. Ubuntu is also researching if they can get Adobe on board. I doubt this would ever happen, but that would be huge. Most people stick on Windows and MacOS because Adobe software is not available on Linux.…
> The only 'con' is the pushing of Snap packages. It looks like deb files only can be installed via the terminal. My main concern with Snap is security. Using the default Ubuntu Apt repositories, I can `apt install` pretty much anything I want and it's almost guaranteed to not be malicious/dangerous, as only trusted/well-established developers can get their package into the Apt repos. However, with Snap, everybody in…
Re: Ubuntu 20.04 LTS (Focal Fossa)
#269Earlier quoted context omitted.
For the life of me I don't get how people always say upgrades are so easy on Ubuntu. They do? I just assume that I have to do a backup of my data, wipe the disk and install they new version. Ubuntu updates never worked for me.
I think it's one of the things Ubuntu dropped from the Debian experience. In-place upgrades are much less reliable. I also tend to wipe and reinstall on the desktop at least. Makes me keep configs in dotfiles/puppet and is good training for having to replace a computer. On the server side, upgrading between LTS releases seems to work better.
As you said, server users always upgrade. Enterprise desktop users upgrade. A lot of general users don't - they reinstall.
The upgrade process you should use with Ubuntu is different to Debian. In Debian you'd use apt, in Ubuntu you should use the update manager. Update manager specifically checks for upgradability, it has specific warnings and workarounds that are added for each release following testing and reports from end-users. This makes it much easier to upgrade.
The reason why users think the Ubuntu upgrade process is less reliable compared to Debian is they serve different user segments. Most Debian users are technically advanced, engage with the distribution and they often stay in their stream (e.g. testing). Ubuntu is used by lots of normal users - many may not pay particular attention to how packaging works - this means they often do things that make upgrades complex: install community PPA's that advance packages past the next LTS version, install Node into /usr by wiping out apts package knowledge, etc, etc. The range is just bigger.
For many normal users upgrading may no longer be the best option - it's just faster to reinstall. I personally do upgrades, I still find them magical and it's part of the fun: http://www.futurile.net/resources/ubuntu-upgrades/
Re: Ubuntu 20.04 LTS (Focal Fossa)
#270Earlier quoted context omitted.
Snaps also create a myriad on mount points which is quite annonying. I like Appimage though.
Tell me about it df -m was like myles long. And it [meaning snap] had separate auto-update procedures and janitorial daemons, which I had a hell of a time removing and disabling etc. I guess the best thing about snap is that you can uninstall all of them, I hope, and find the alternatives of the same features either in the main repositories or through every-lovable ppa. I loved 12.04 LTS, 14.04 LTS, even, but, this i…