Earlier quoted context omitted.
Judging by your other comment ( https://news.ycombinator.com/item?id=22954061 ) you were using Software Center for the installing. Gdebi was working fine back before Software Center.
I was using whatever popped up in a default Ubuntu VM when I double clicked a .deb file. If they've chosen to make that not the best software for installing .deb's... lets just say I can see why people say Linux distributions tend to be user-unfreindly.
Ubuntu 20.04 LTS (Focal Fossa)
181–190 of 394 posts
Re: Ubuntu 20.04 LTS (Focal Fossa)
#182Earlier quoted context omitted.
Apt isn't going anywhere. What changed for you on the server side?
Just upgraded on my non-essential home server, and apparently lxd is only available via snap now, for whatever reason. https://packages.ubuntu.com/search?keywords=lxd&searchon=nam...
Re: Ubuntu 20.04 LTS (Focal Fossa)
#183Earlier quoted context omitted.
Sounds like something a human wouldn't have any use looking at anyway. Multi gb excel files? This is what programming is for.
Excel is a very nice purely functional programming environment with a fantastic debugger.
Edit: here's the procedures to activate a flight sim in excel 97 as I understand https://kb.iu.edu/d/agqw
You can fly around using your mouse or the arrow keys. The monolith lists Excel 97's developers.
Re: Ubuntu 20.04 LTS (Focal Fossa)
#184For a long time I've been using Lubuntu on my laptop. However, a couple of years ago they changed focus and From wikipedia: Lubuntu was originally touted as being "lighter, less resource hungry and more energy-efficient", but now aims to be "a functional yet modular distribution focused on getting out of the way and letting users use their computer" I stopped updating my OS since (I'm on 14). Does anyone care to sugg…
Otherwise, go with a Debian or Devuan based distro like antiX, MX Linux, Q4OS Trinity, Refracta or EXE Linux.
Re: Ubuntu 20.04 LTS (Focal Fossa)
#185Earlier quoted context omitted.
apt is your friend. Or apt-get if you prefer old school. Or aptitude if you are willing to learn something pretty powerful.
huh how well does that work with individual downloaded *.deb packages? You're probably right, but, the included repos are usually full of outdated versions, if you get a too-new deb, from some experimental site, in terms of Ubuntu freshness, and then no pkgs in the repo will have a new enough version. (In terms of dependencies for the local exteriorally-gotten base pkg.deb and it's deps,) I guess ppa's are a thing, b…
You can `apt` to install `.deb` files on the local file system using:
apt install ./path_to_the.debRe: Ubuntu 20.04 LTS (Focal Fossa)
#186Re: Ubuntu 20.04 LTS (Focal Fossa)
#187Just tried upgrading on WSL and I got an endless loop of sleep: cannot read realtime clock: Invalid argument Ctrl+C and then I get $ sudo apt --fix-broken install ... Setting up libc6:amd64 (2.31-0ubuntu9) ... Checking for services that may need to be restarted... Checking init scripts... Nothing to restart. sleep: cannot read realtime clock: Invalid argument dpkg: error processing package libc6:amd64 (--configure):…
Re: Ubuntu 20.04 LTS (Focal Fossa)
#188Earlier quoted context omitted.
apt is your friend. Or apt-get if you prefer old school. Or aptitude if you are willing to learn something pretty powerful.
huh how well does that work with individual downloaded *.deb packages? You're probably right, but, the included repos are usually full of outdated versions, if you get a too-new deb, from some experimental site, in terms of Ubuntu freshness, and then no pkgs in the repo will have a new enough version. (In terms of dependencies for the local exteriorally-gotten base pkg.deb and it's deps,) I guess ppa's are a thing, b…
Re: Ubuntu 20.04 LTS (Focal Fossa)
#189This whole security thing is getting really annoying.
Re: Ubuntu 20.04 LTS (Focal Fossa)
#190Earlier quoted context omitted.
Canonical wisdom is to have separate / and /home so you can wipe system easily. I upgraded by grepping for the packages that were breaking resolution and removing them. But I already know the failure mode so that whole thing took a few minutes. I do have separate mounts for that reason though.
Interesting, is this feasible in everyday life? I do not use Linux on my desktop or notebook but I would like to do so in the near future. This means I should strive to keep all my user created data within the home directory at all times? How about program preferences and configs that get saved elsewhere by default? I imagine having ZFS snapshots of / would be useful for updates going forward.
> This means I should strive to keep all my user created data within the home directory at all times?
Why would the user have privileges to save it outside of the home directory? :) Special cases like databases with storage in /var need to be handled separately.