Uninstall Opensuse 12 3 Wire
Mon Sep 07, 2015 3:15 pm. I do not find a way to remove wiringPI, apart from executing a clean install of raspbian and installing my add ons. A clean install is good for practice, but if I can avoid it. FTrevorGowen: Forum Moderator Forum Moderator: Posts: 4144: Joined: Mon Mar 04, 2013 6:12 pm: Location: Bristol, U.K.
I installed openSUSE 13.1 and I want to install Oracle jdk. What I intended was to first uninstall open_jdk/ice tea stuff as I won't be needing them anyway but it seems I cannot uninstall them without having other non-Oracle java packages installed.
How do I just uninstall packages without being forced any alternatives? And why zypper behaves like this? To prevent situation when dependencies of other packeges are removed?
1 Answer
This isn't a direct answer (I'm not an SUSE/zypper user), but it's a recommendation based on your description of your actual problem: 'I want to install Oracle jdk. What I intended was to first uninstall open_jdk/ice tea stuff').
You don't need to uninstall ice tea, and this hassle w/ the package manager is the first indication that life will be easier if you don't uninstall it. It does not do any harm to have both installed, and the system can be configured to prefer the Oracle version if that's what you want. I'm presuming you're intending to use the package directly from Oracle and not some SUSE non-free repo (if there's such a thing). Use the linux tar.gz
package from Oracle (the one that's not marked 'RPM'; note you need the 'x64' one if your system is 64-bit), and follow the instructions for unpacking it.
You now need to put the bin
directory in your executable path. You can do this however you like, but a normative way to do this system wide is to add a .sh
file to /etc/profile.d
and
You'll have to log in again to make this effective, then double check w/ echo $PATH
. Directories at the beginning will take precedence, so anything that invokes java
will now be invoking the Oracle version, and the package manager will be happy WRT things that require a JRE/JDK.
Free font downloads century schoolbook. Images High-quality images will draw people in more than anything else. By looking at these, the potential buyer will immediately get a sense of whether or not the house is what they are looking for. The content on your free real estate flyer template is broken into two important groups: images and text.
goldilocksgoldilocksNot the answer you're looking for? Browse other questions tagged package-managementopensusejava or ask your own question.
I installed Sublime following steps from this Site. But I read on here that it is wrong way to install. Now my question is how do i remove it.
2 Answers
Those steps are not wrong, but it would be easier (and sometimes saver as pointed out by your link) to do it using a ppa. So if you still want to remove it then you will have to 'reverse' step 2, 3, 4 and 5 using the following commands.
Step 2 reversesudo rm -R /opt/Sublime Text 2
Step 3 reversesudo rm /usr/bin/sublime
Step 4 reversesudo rm /usr/share/applications/sublime.desktop
Step 5 reversesudo gedit /usr/share/applications/defaults.list
and replace all occurrences of sublime.desktop with gedit.desktop