Assuming e.g. I want to install the latest version of Java for games like minecraft, how do I do that? Can someone link me the link for the latest java linux mint version and show me how to download and open it?
Quite simply: you don't do that.
Ubuntuusers can help:
https://wiki.ubuntuusers.de/Java/Installation
https://wiki.ubuntuusers.de/Spiele/Minecraft/
I recommend you read the Ubuntuusers Wiki: https://wiki.ubuntuusers.de/Startseite/
Everything you need is explained there. And since Linux Mint is based on Ubuntu, almost all articles also vote for it.
Quick question: why don't you use Windows when you're having such big problems? (See other questions from you.) Not that I endorse it, but with games I've had generally bad experiences on Linux. Because of that and for other reasons I don't do that anymore…
I had windows 10 until one day it no longer rebooted and i had no money for a new hard drive i chose linux. Are there any possibilities to download windows 10 or windows 7 to a usb stick with 1.8gb, with linux was also possible.
Oh, you run Linux from a USB stick?
Yes exactly
So, I booted linux from a usb stick
Then you don't need to wonder about the FPS or anything. A USB stick is far too slow to run an operating system properly. Especially if it is still a USB 2.0 port or something. Please buy the one SSD so that everything works well…
No, I used the usb stick as a boot medium and then downloaded linux to a hard drive
Despite reading through, I still haven't figured out how I'm installing java or generally programming. For example, can you tell me how to install the AMD Radeon HD 7450 graphics card driver for my linux? Then the fps problem might be solved
How can I see which series my graphics card is, so AMD Radeon 6000 Series etc… How do I know which one I have, could you have a look?
https://praxistipps.chip.de/...ehts_33505
Open Terminal and enter the following command: "lspci -nnk | grep -i VGA -A2" (without quotation marks).
You will then be given the name or chipset of your graphics card.
Maybe it will work.
The last line is the following "Audio device: Advanced Micro Devices, Inc. [AMD / ATI] Caicos HDMI Audio [Radeon HD 6450 / 7450/8450/8490 OEM / R5 230/235 / 235X OEM]"
Well then you have your version yes 👍
Haha apparently i'm blind, which one is it now? R5 200 series?
I guess so. But I don't know anything about graphics cards anymore because of such stress. Just search. If necessary, the installer complains that the driver does not fit.
You can download a file from the AMD website. You have to replace the name of the file there.
I can't open the file D:?
That's why the instructions above -.- I've tried so hard
No, i can't get any further, i copy the download and enter it there as you said, error occurs
What mistake? Please post here.
I try again briefly
I entered that tar -jxvf amdgpu-pro / tmp / mozilla_orcun0 / fglrx_15.201-0ubuntu1_amd64_UB_14.01-1.deb
that came out
tar (child): amdgpu-pro / tmp / mozilla_orcun0 / fglrx_15.201-0ubuntu1_amd64_UB_14.01-1.deb: Can't open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
Oh, that's a .deb. That changes everything. Then please
sudo dpkg -i /tmp/mozilla_orcun0/fglrx_15.201-0ubuntu1_amd64_UB_14.01-1.deb
I entered that: sudo dpkg -i /tmp/mozilla_orcun0/fglrx_15.201-0ubuntu1_amd64_UB_14.01-1.deb
that came out:
tar (child): amdgpu-pro-sudo: Can't open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
The Debian Minecraft Launcher package should actually install Java with it.
You can download it here https://www.minecraft.net/...e/download
If you want to install Java yourself, you can do that here:
sudo apt install openjdk-8-jre
Instead of Java 8 you can also install Java 16, for example, then the package would simply be called
openjdk-16-jre
https://packages.ubuntu.com/search?keywords=openjdk&searchon=names&suite=all§ion=all