Murassa [TR] 15 JUN 2021 a las 9:47
sudo apt install = sudo apt-get install??
Are the same thing?
< >
Mostrando 1-8 de 8 comentarios
Omega 15 JUN 2021 a las 9:51 
Both will do the same thing.

apt is apt-get's modern replacement. Use apt.
Murassa [TR] 15 JUN 2021 a las 9:58 
Publicado originalmente por Omega:
Both will do the same thing.

apt is apt-get's modern replacement. Use apt.

And apptitude does the same?

I remember a command like this existed for installing packages
Omega 15 JUN 2021 a las 10:01 
Publicado originalmente por AS BAYRAKLARI AS:
Publicado originalmente por Omega:
Both will do the same thing.

apt is apt-get's modern replacement. Use apt.

And apptitude does the same?

I remember a command like this existed for installing packages
Apptitude is a text-based front-end for apt. It just runs apt in the background.
Crashed 15 JUN 2021 a las 13:54 
Publicado originalmente por Omega:
Both will do the same thing.

apt is apt-get's modern replacement. Use apt.
apt shows a progress bar.
apt-get is likely retained for backwards compatibility.
Última edición por Crashed; 15 JUN 2021 a las 13:54
Talby 15 JUN 2021 a las 13:59 
I use "apt" when I need to install stuff and am on the console / remote ssh session, since it has interactive choices when needing to update config files as part of the update

I use "apt-get" for scripted automated package installation since it handles non-interactive remote installs quite nicely
Omega 15 JUN 2021 a las 14:07 
You can use apts just fine for scripts. But when doing so it will warn you that it's "CLI interface is not stable" and that you should use apt-get. By this they mean that stuff might change causing your scripts to break.

apt-get which sees no more major changes to the codebase does not have this issue.
Murassa [TR] 15 JUN 2021 a las 14:21 
Btw is modprobe installed by default on every Linux distro?

I need It for RAID
Crashed 15 JUN 2021 a las 14:51 
Publicado originalmente por AS BAYRAKLARI AS:
Btw is modprobe installed by default on every Linux distro?

I need It for RAID
It is a basic utility. Of course if you have a third party RAID driver you have to compile it for your specific kernel, assuming it isn't in your kernel package already.
< >
Mostrando 1-8 de 8 comentarios
Por página: 1530 50

Publicado el: 15 JUN 2021 a las 9:47
Mensajes: 8