-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Gaspar Núñez wrote: > hi > > i installed octave using the synaptic > but it installs version 3.0.0, > i went to the octave page and the actual version is 3.2.3 > then i downloaded octave-3.2.3.tar.gz > but the GDebi package installer does not recognize it > What you downloaded is the source tarball, not a compiled binary. GDebi can only recognize and install binaries compiled specifically for the Debian APT package manager (if the name isn't grossly misleading).
The basic steps for installation are as follows: 1. Unpack the tarball and change to that directory 2. ./configure # from terminal, of course 3. make 4. make install # may require root privileges, depending on where you install it *However*, usually you will get a failure at ./configure, because you need the -dev packages for many common utilities you have installed, but which you have not needed to compile against before. Usually if the package is named foo, the package you need in order to compile something which requires foo will be called foo-dev. Look in the readme for details on what is required. Octave, being an important GNU project (IIRC), may have a very detailed list of required packages, and you may also get a very complete and polite list of required packages from configure if you are missing something when you run it. Try running a search on installing from source if you are still stuck. There are many guides out there, which are probably better written than you will get here. Tor > how can i install packages in this kind of files? > > thankyou > > -- > Gaspar > > > ------------------------------------------------------------------------ > > _______________________________________________ > gNewSense-users mailing list > gNewSense-users@nongnu.org > http://lists.nongnu.org/mailman/listinfo/gnewsense-users -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkr1O50ACgkQuGYDdRNLSPsw0ACbB7xGclaw8i5w7BD43ItkJDdP 1jYAnAx3v6ptNz1EUCDytdWzhkjeDhg0 =5BZA -----END PGP SIGNATURE----- _______________________________________________ gNewSense-users mailing list gNewSense-users@nongnu.org http://lists.nongnu.org/mailman/listinfo/gnewsense-users