How to install statistics package in Octave(4.0.0) in Ubuntu 16.04?
up vote
5
down vote
favorite
I have tried >> pkg install -forge statistics , but it showed
error: the following dependencies were unsatisfied:
statistics needs io >= 1.0.18
What should I do now?
16.04 octave statistical
add a comment |
up vote
5
down vote
favorite
I have tried >> pkg install -forge statistics , but it showed
error: the following dependencies were unsatisfied:
statistics needs io >= 1.0.18
What should I do now?
16.04 octave statistical
Did you installoctave
from the repo, or from source? if from the repo, you should be able to install theoctave-statistics
package the same way
– steeldriver
Jul 14 '17 at 12:28
1
I installed octave using [sudo apt install octave] .
– Rangerix
Aug 26 '17 at 11:29
add a comment |
up vote
5
down vote
favorite
up vote
5
down vote
favorite
I have tried >> pkg install -forge statistics , but it showed
error: the following dependencies were unsatisfied:
statistics needs io >= 1.0.18
What should I do now?
16.04 octave statistical
I have tried >> pkg install -forge statistics , but it showed
error: the following dependencies were unsatisfied:
statistics needs io >= 1.0.18
What should I do now?
16.04 octave statistical
16.04 octave statistical
asked Jul 14 '17 at 7:37
Rangerix
14638
14638
Did you installoctave
from the repo, or from source? if from the repo, you should be able to install theoctave-statistics
package the same way
– steeldriver
Jul 14 '17 at 12:28
1
I installed octave using [sudo apt install octave] .
– Rangerix
Aug 26 '17 at 11:29
add a comment |
Did you installoctave
from the repo, or from source? if from the repo, you should be able to install theoctave-statistics
package the same way
– steeldriver
Jul 14 '17 at 12:28
1
I installed octave using [sudo apt install octave] .
– Rangerix
Aug 26 '17 at 11:29
Did you install
octave
from the repo, or from source? if from the repo, you should be able to install the octave-statistics
package the same way– steeldriver
Jul 14 '17 at 12:28
Did you install
octave
from the repo, or from source? if from the repo, you should be able to install the octave-statistics
package the same way– steeldriver
Jul 14 '17 at 12:28
1
1
I installed octave using [sudo apt install octave] .
– Rangerix
Aug 26 '17 at 11:29
I installed octave using [sudo apt install octave] .
– Rangerix
Aug 26 '17 at 11:29
add a comment |
2 Answers
2
active
oldest
votes
up vote
4
down vote
I installed octave the following way:
sudo apt-get install octave
Then I ran
sudo apt-get install octave-statistics
If you then want to use a function from the statistics package, you will have to use (from the octave prompt):
pkg load statistics
That worked fine for me on Ubuntu 18.04
add a comment |
up vote
0
down vote
You should first install io: enter
pkg install -forge io
on the octave command line.
Then install the statistics package and when you want to use it enter
pkg load statistics
to load it.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
4
down vote
I installed octave the following way:
sudo apt-get install octave
Then I ran
sudo apt-get install octave-statistics
If you then want to use a function from the statistics package, you will have to use (from the octave prompt):
pkg load statistics
That worked fine for me on Ubuntu 18.04
add a comment |
up vote
4
down vote
I installed octave the following way:
sudo apt-get install octave
Then I ran
sudo apt-get install octave-statistics
If you then want to use a function from the statistics package, you will have to use (from the octave prompt):
pkg load statistics
That worked fine for me on Ubuntu 18.04
add a comment |
up vote
4
down vote
up vote
4
down vote
I installed octave the following way:
sudo apt-get install octave
Then I ran
sudo apt-get install octave-statistics
If you then want to use a function from the statistics package, you will have to use (from the octave prompt):
pkg load statistics
That worked fine for me on Ubuntu 18.04
I installed octave the following way:
sudo apt-get install octave
Then I ran
sudo apt-get install octave-statistics
If you then want to use a function from the statistics package, you will have to use (from the octave prompt):
pkg load statistics
That worked fine for me on Ubuntu 18.04
edited 59 mins ago
answered Aug 22 at 19:14
Cleb
16619
16619
add a comment |
add a comment |
up vote
0
down vote
You should first install io: enter
pkg install -forge io
on the octave command line.
Then install the statistics package and when you want to use it enter
pkg load statistics
to load it.
add a comment |
up vote
0
down vote
You should first install io: enter
pkg install -forge io
on the octave command line.
Then install the statistics package and when you want to use it enter
pkg load statistics
to load it.
add a comment |
up vote
0
down vote
up vote
0
down vote
You should first install io: enter
pkg install -forge io
on the octave command line.
Then install the statistics package and when you want to use it enter
pkg load statistics
to load it.
You should first install io: enter
pkg install -forge io
on the octave command line.
Then install the statistics package and when you want to use it enter
pkg load statistics
to load it.
answered Oct 18 '17 at 14:37
ksyrium
8115
8115
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f936022%2fhow-to-install-statistics-package-in-octave4-0-0-in-ubuntu-16-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Did you install
octave
from the repo, or from source? if from the repo, you should be able to install theoctave-statistics
package the same way– steeldriver
Jul 14 '17 at 12:28
1
I installed octave using [sudo apt install octave] .
– Rangerix
Aug 26 '17 at 11:29