Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
It looks like you made the change correctly. Unfortunately that's all the help I can give you, I've never used Mint.View attachment 5766373
View attachment 5766388
am i doing something wrong? the file looks different for me but it seems like the changes only affect the terminal prompts, which is the same issue i had years ago
#!/bin/bash
sudo apt update
sudo apt upgradesudo apt install unattended-upgrades
sudo systemctl enable apt-dailythanks for the tips but i'm not trying to set up linux for daily use, i was just checking if what 419 replied with was correct. it kinda was but you still have to do more config file fuckery to fully remove the annoyances that only take 5 seconds to permanently disable in windowsThis should automatically install updates each day.
Hate to quote myself butYou can make a file "update.sh" containing:
#!/bin/bash sudo apt update sudo apt upgrade
and set that to run automatically once per day
"terminally online"
Yeah? Don’t use Linux if you’re that averse to the terminal. It’s not windows or macOS, Linux is a command line OS first, GUI second, unlike windows which is a GUI OS with a surprisingly capable terminal tacked on after the fact, or macOS which is a command line OS that puts GUI first.Hate to quote myself but
Don’t use Linux if you’re that averse to the terminal
This is probably the ideal way to do the automatic update, but I don't know that I actually recommend doing the updates automatically; there's a few problems with that. For one, if something like your browser gets updated, it'll just be killed while you're using it so the package can be updated. Additionally, it's good to use apt's autoremove and autoclean every so often to make sure you're not getting cluttered up with unneeded packages.You could also set automatic updates using a systemd timer. That's the best solution, since it doesn't require you to compromise your system with an insecure sudoers config (any malicious script can elevate permission and wreck your VM with that sudo config). Debian has presets for this, so presumably Mint does as well:
sudo apt install unattended-upgrades sudo systemctl enable apt-daily
This should automatically install updates each day.
Is this behaviour unique to apt? My experience is that Linux will happily update a running application, which may or may not promptly break, or merrily run asking for hours until it randomly loads something that is not incompatible and crashes then, or just keep running just fine until you close it if it happened to load all its binary into memory already.For one, if something like your browser gets updated, it'll just be killed while you're using it so the package can be updated.
I'm not sure, I don't remember how other managers handled it; it could be that the programs I've been using are just breaking as the package is updated by apt, and I'm seeing that as the program getting killed.Is this behaviour unique to apt? My experience is that Linux will happily update a running application, which may or may not promptly break, or merrily run asking for hours until it randomly loads something that is not incompatible and crashes then, or just keep running just fine until you close it if it happened to load all its binary into memory already.
I do agree automatic updates are not a great idea though. Especially not if you’re using a rolling release, it will eventually break.
complete gibberish
I'm here from Linuxland and I came to laugh at all the windows ltsc 10 and 7 users.
Ding DONG
Time to update faggots.
That's not sudo related, it's most likely polkit.View attachment 5766221
does this count as a sudo prompt? these are so annoying and unnecessary
polkit.addRule(function(action, subject) {
if (subject.isInGroup("sudo")) {
return polkit.Result.YES;
}
});
why don't linux users say stuff like this when people show interest in trying out linux? it's always the same bullshit about how X distro (usually mint) is totally just like windows and you never ever need to use the terminal for anythingI'd recommend you use commands instead of graphical package managers, but if you insist on being a nigger
this isn't about system updates, it asks for the password every time you try to install or remove a program. gets tiresome really fucking quick when you're burning through the Great Value™ alternatives to the windows programs that are not on linuxI don't know why you feel compelled to use linux if you're going to do something as retarded as the above statement because you are mad at typing a password every month when you update, but here you go.
what even makes this such a bad idea that no distros ever give you a simple checkbox for it? you can run windows without a password or UAC and never have any issues because of itsomething as retarded as the above statement
it was whatever the default is for mint, that install was running off a ramdisk in hyper-v and i'm not reinstalling it again just to checkCheck what group your user is in by running 'groups'.
I haven't had any problem. Firefox will simply force you to restart when you try to open a new tab or load a new page. Most anything loaded into memory will continue to use the old version, and I believe this includes shared objects. With apt, any relevant services will be restarted, but its not guarranteed that this will leave your system in a fully functional state. With pacman, following a kernel update, any kernel modules that can be unloaded will be, and you can't reload them, which effectively forces you to restart your system eventually.Is this behaviour unique to apt? My experience is that Linux will happily update a running application, which may or may not promptly break, or merrily run asking for hours until it randomly loads something that is not incompatible and crashes then, or just keep running just fine until you close it if it happened to load all its binary into memory already.
I do agree automatic updates are not a great idea though. Especially not if you’re using a rolling release, it will eventually break.
Ubuntu is moving more and more of the core OS into snaps. Eventually you won't be able to effectively use Ubuntu without snapd.Ubuntu ships with snap which is a satanic globo homo self updating piece of shit, but you can just remove it. Apt will never do anything you dont ask it to.
I have an uptime of 62 days, my highest was six months, and i dont update shit
View attachment 5774121
(i will also switch to debian eventually ubuntu is a bit shite tbh)
Updating your system and installing or removing packages is usually the same thing on Linux.this isn't about system updates, it asks for the password every time you try to install or remove a program. gets tiresome really fucking quick when you're burning through the Great Value™ alternatives to the windows programs that are not on linux
Usually it's an excuse to put someone down to feed an inferiority complex.why don't linux users say stuff like this when people show interest in trying out linux? it's always the same bullshit about how X distro (usually mint) is totally just like windows and you never ever need to use the terminal for anything
speaking from windows experience?you when whatever software you're trying to run just won't work and you spend five hours trying to fix it only to eventually have some tranny tell you that some driver you need only exists as a closed-source one on Windows, so therefore you don't need that software anyway
Most cases yes, but sometimes you'll come across something that you'll need to use the terminal in one form or another.you never ever need to use the terminal for anything
sudo apt-get update
sudo apt-get upgrade
cd ~/[filepath to where program is located]
wine [insert program name (with extension such as .exe) here]
cd ~/[path to source/build folder]
configure
make
sudo make install