On 12/19/20 6:17 PM, Carlos E. R. wrote:
On 20/12/2020 00.14, Jim Flanagan wrote:
On 12/19/20 1:59 PM, Carlos E. R. wrote:
On 19/12/2020 20.23, Jim Flanagan wrote:
On 12/19/20 1:13 PM, Carlos E. R. wrote:
On 19/12/2020 19.39, Jim Flanagan wrote:
On 12/18/20 9:17 PM, Felix Miata wrote: > Jim Flanagan composed on 2020-12-18 20:11 (UTC-0600):
...
Again, i'm rusty on command line. What now?
Keep working on that long string to get the output, or is it too late? Or run zypper up?
I need to see what is the result of those two commands I told you in order to decide what to do next.
Ok I found a way to open a txt file in KDE without the start menu. From another computer I pasted the long rpm string into a txt file to edit it. With thumb drive then pasting into konsole, but I keep getting invalid field width.
If you have another computer, then just open konsole in that good computer, and run:
ssh yourusername@IP_ADDRESS_of_bad_computer
and then paste the command line in there.
Or, create this script in the thumb drive:
+++····················· #/bin/bash rpm -q -a --queryformat "%{INSTALLTIME}\t%{INSTALLTIME:day} \ %{BUILDTIME:day} %-30{NAME}\t%15{VERSION}-%-7{RELEASE}\t%{arch} \ %25{VENDOR}%25{PACKAGER} == %{DISTRIBUTION} %{DISTTAG}\n" \ | sort | cut --fields="2-" | tee rpmlist.txt \ | egrep -v "openSUSE Leap 15\.2|openSUSE_Leap_15.2|-lp152" \
rpmlist_hits.txt
zypper lr --details > repolist.txt ·····················++-
And run it in the bad computer. The script will create files "rpmlist_hits.txt" and "repolist.txt" inside that thumb drive.
If there is an error, you did not paste the script correctly.
Then back in the good computer, upload those two files:
susepaste -n "Jim F" -t "possible wrong rpms" -e 151200 rpmlist_hits.txt susepaste -n "Jim F" -t "possible wrong rpms" -e 151200 repolist.txt
Posted rpmlist.txt to https://paste.opensuse.org/6481544 Jim F