|
Re: dependency issues [message #3965 is a reply to message #3964] |
Mon, 01 January 2018 19:57   |
|
Hello,
You should be able to scroll, copy and paste in the terminal.
There's another way to do it though:
1. Run the command and capture the output and errors:
yum -y update 2>&1 | tee -a yum.txt
2. Upload the log file to the internet, there's a free service for this called transfer.sh:
curl --upload-file ./yum.txt https://transfer.sh/yum.txt
You'll get a link in return, paste it here or download it and attach it here.
[Updated on: Mon, 01 January 2018 19:58] Report message to a moderator
|
|
|
|
|
|
|