Open damirsaleschoice opened 3 years ago
Once the Java is installed on Lubuntu, Weka can be installed too. One thing to note is that we will be using Terminal a lot!
Open Terminal
type: wget https://prdownloads.sourceforge.net/weka/weka-3-8-5-azul-zulu-linux.zip
Install unzip, unzip weka, remove zip: sudo apt-get install unzip unzip weka-3-8-5-azul-zulu-linux.zip sudo rm weka-3-8-5-azul-zulu-linux.zip
get into weka directory and start weka: cd weka-3-8-5/ java -jar weka.jar
You will be prompted about the package manager. DO NOT use the package manager -yet, it may mess-up weka.
Done
Once the Java is installed on Lubuntu, Weka can be installed too. One thing to note is that we will be using Terminal a lot!
Open Terminal
type: wget https://prdownloads.sourceforge.net/weka/weka-3-8-5-azul-zulu-linux.zip
Install unzip, unzip weka, remove zip: sudo apt-get install unzip unzip weka-3-8-5-azul-zulu-linux.zip sudo rm weka-3-8-5-azul-zulu-linux.zip
get into weka directory and start weka: cd weka-3-8-5/ java -jar weka.jar
You will be prompted about the package manager. DO NOT use the package manager -yet, it may mess-up weka.