how to install ubuntu-restricted-extras and linux-firmware-nonfree in rebellin mate 3.5 x64
thanks
- rubynox asked 6 years ago
- You must login to post comments
Hi Rubynox
Rebellin is based on Debian. So we can’t have Ubuntu-related packages in Rebellin. So that’s that.
Also, The firmware-linux-nonfree package is already installed in Rebellin.
Anyway, tell me what apps do you need and I’ll try my best to give you a solution.
Cheers!
– Utkarsh.
- utkarshsevekar answered 6 years ago
- You must login to post comments
root@192:/home/cat# sudo apt-get install oracle-java7-installer
Reading package lists… Done
Building dependency tree
Reading state information… Done
Package oracle-java7-installer is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package ‘oracle-java7-installer’ has no installation candidate
root@192:/home/cat# sudo apt-get install oracle-java6-installer
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package oracle-java6-installer
root@192:/home/cat#
i want to install open jdk 6 or open jdk 7 to xtreme download manager work xdman
- rubynox answered 6 years ago
- You must login to post comments
OpenJDK is pre-installed in Rebellin. If XDMan is all you need, you don’t have to go through the hassle of installing OpenJDK again. Here’s a short guide to install XDMan.
We’ll be using Root Terminal throughout. I assume that you’ve downloaded XDMan from SourceForge. Make sure you download the tar.xz package for correct architecture – 32bit or 64 bit. You can download it from the link below:
http://xdman.sourceforge.net/#downloads
By default, the downloaded file will be stored in your Downloads folder in your Home folder. So let’s begin. Follow these steps:
Enter the Downloads folder:
cd Downloads/
Extract the downloaded archive:
tar -xJvf xdm-setup-x64.tar.xz
Once the extraction is complete we’ll get a folder called xdm-setup. Enter the folder.
cd xdm-setup
This is where the installation script is present. First make it executable:
chmod +x install.sh
Now run the installer:
./install.sh
Don’t miss the dot at the beginning of the above command. The installation will complete in just a few seconds. Now you can launch XDMan from the Internet section of the menu. Process complete.
I’ve summarized the entire process in the screen shot below. Observe it carefully:
If you need Java JDK specifically for other purpose such as development, do let me know. I can fix you a tutorial for the installation of Oracle Java JDK in Rebellin.
Hope this helps.
Cheers!
– Utkarsh.
- utkarshsevekar answered 6 years ago
- last edited 6 years ago
- You must login to post comments
thanks i did it
but sorry can you tell me how to install java runtime as i use mtp devices and android apps need java runtime
thanks
- rubynox answered 6 years ago
- last edited 6 years ago
- You must login to post comments
You’ll need the Oracle Java JDK for that. I’ve written a tutorial in the Rebellin Manual on installation of Oracle JDK in Rebellin. Have you downloaded the manual? Here’s the link:
https://gumroad.com/l/WpFn/freeman3
The tutorial in the manual is nicely formatted. Instead of pasting the whole thing here, I think you should refer to the manual.
Let me know if you get stuck somewhere. Always happy to help.
- utkarshsevekar answered 6 years ago
- thanks
- You must login to post comments
Please login first to submit.