- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » i could't install the openmodelica on...
i could't install the openmodelica on Ubuntu, i don't not how toverify
i could't install the openmodelica on Ubuntu, i don't not how toverify
frost@frost-virtual-machine:~$ for deb in deb deb-src;
> do echo "$deb http://build.openmodelica.org/apt `lsb_release -cs` stable";
> done | sudo tee /etc/apt/sources.list.d/openmodelica.list
[sudo] password for frost:
deb http://build.openmodelica.org/apt trusty stable
deb-src http://build.openmodelica.org/apt trusty stable
frost@frost-virtual-machine:~$ wget -q http://build.openmodelica.org/apt/openmodelica.asc -0- | sudo apt-key add -
wget: invalid option -- '0'
wget: invalid option -- '-'
Usage: wget [OPTION]... [URL]...
Try `wget --help' for more options.
gpg: no valid OpenPGP data found.
unable to locate package openmodelica
Re: i could't install the openmodelica on Ubuntu, i don't not how toverify
You typed wget -0- (zero), but should have used wget -O- (the letter O as in output).
- sjoelund.se
- 1700 Posts
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » i could't install the openmodelica on...