"sudo:yum:command not found" when running build-setup.sh
518 views
Skip to first unread message
Zhe Jiang
unread,
Jan 18, 2024, 4:20:16 AM1/18/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to FireSim
Hi,
I am installing firesim according to firesim documentation. My OS is ubuntu 20.04 LTS. When I run build-setup.sh(The previous steps have been done) , it stops and says "sudo:yum:command not found" . I try to install yum but encountered many difficulties, because ubuntu commonly uses apt. I'm wondering if installation really requires installing yum or something else went wrong?
Best regards,
Zhe Jiang
jin yuan
unread,
Jan 24, 2024, 3:44:43 PM1/24/24
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to FireSim
Hi Zhe,
The only place where a sudo yum command is used is inside the "if wget -T 1 -t 3 -O /dev/null http://169.254.169.254/latest/; ... fi " block in build_setup.sh. Are you in the EC2, otherwise, the script shouldn't run this command, I think.