Skip to main content

Qubes OS: TemplateVM fedora-29 - Install ruby

Ruby is simple in appearance, but is very complex inside, just like our human body.

Install ruby using dnf

[user@fedora-29 ~]$ sudo dnf install -y ruby

Check rube version

Reboot personal domain and check ruby version

[user@personal ~]$ ruby -v
ruby 2.5.3p105 (2018-10-18 revision 65156) [x86_64-linux]
[user@personal ~]$ 

Popular posts from this blog

Office 365: Alert Policies - Creation of forwarding/redirect rule

The default Creation of forwarding/redirect rule alert policy will be triggered when end-users create rule to forward or redirect mail

Linux command: telnet

telnet stands for "Teletype Network".

Powershell: Get-ChildItem

List, search/find files and directories with Get-ChildItem cmdlet.