Hello All,
I am running openSUSE 42.3 Leap which I installed a couple of weeks ago. It was a clean install to a freshly formatted SSD. The installation went smoothly with no problems and I have been using this installation of openSUSE without any problems for a couple of weeks. My problem just started today.
I am multibooting with a couple of other distros, but each distro has its own SSD. I was working on my openSUSE a couple of days ago to install VLC and some multimedia CODECS, and at that time YAST was working perfectly. I had to do some stuff with my Linux Mint 18.2 so I logged off of openSUSE on Sunday and began using Linux Mint.When I logged back into openSUSE this morning there was no YAST.
I looked in the System area in the start menu, I typed in yast in the start menu and I also used the command line to try to find YAST, but it is nowhere to be seen.
My system is an Intel 4th generation Haswell i5 4690, Asus Z97-A motherboard and no external GPU. I went back to my other distros and there is no problem there, and right now I am using openSUSE with no problems, it just seems that I can access YAST.
Thank you very much for you help. Apart from the YAST issue, everything seems to be working fine.
Here is the output from the first command;
rocky@linux-8k4p:~> zypper lr -d
If 'zypper' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf zypper
rocky@linux-8k4p:~>
After that Itried the next line of code and a dialog box came up for me to enter my password. I thought, yeah, this will work. After I entered my password and pressed enter, another dialog box came back that said;
“Can not execute command.”
After that I tried the third command, this is what happened.
rocky@linux-8k4p:~> zypper lr -d
If 'zypper' is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf zypper
rocky@linux-8k4p:~> xdg-su -c yast2
rocky@linux-8k4p:~> sudo /usr/sbin/yast
[sudo] password for root:
sudo: /usr/sbin/yast: command not found
rocky@linux-8k4p:~>
But system seems to operate very well, I just have no YAST.
There is more wrong than you realise. For zypper and yast to both be missing is a serious problem - no package management (and likely other missing vital system components).
Try
rpm -qa|egrep "zypper|yast"
echo $PATH
I’d recommend backing up any important data you have in ~/ as you may well need to reinstall openSUSE.
Well I have my USB stick ready just in case I need to do a another install. Everything was fine up until a couple of days ago, but today YAST was missing, but everything else “seems” good. Here is the out put
I am just about ready to do a clean install of openSUSE 42.3 from scratch, but I just have one question. What could have caused this predicament that I am in? Everything was fine because I used YAST the other day to update my system, but then it was gone.
I can only think that during the act of installing some packages, you accepted some changes that then eliminated a number of other system components. The problem is not being able to see your configured repos. Are you sure you didn’t add incompatible repos during the course of adding software? Hard to know the ext scenario without having witnessed it.
Thanks again. I will just go ahead and reinstall openSUSE again. I really appreciate all of your help.
I know that I must have done something wrong, but I just don’t know that much myself to what I did.
I will report back after my reinstall is complete.
Thank you very much for all of your help. I reinstalled openSUSE 42.3 and the process was fairly quick and easy. Here is the print out of some the commands that were requested;