On 14.04.20 19:33, David wrote:
I use the following command to update

          $ sudo dnf update & flatpak update

Is there a better way to do this.     Does anyone have a script or alias thing
that does all that with just     sudo dufu or something simple ?

I am aware, that all I have to do is hit the up arrow key, and it will type the
last used commands.       I think all Linux commands in all distros do that.
Right ?



I put all my alias in a file under /etc/profile.d/

...
alias s='sudo -s';
alias yu='sudo dnf upgrade --refresh';
...

--
sixpack13
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to