Hello everybody.
I installed Kubuntu 12.10 a week ago and, even I am a little bit familiarized about ubuntu repositories and the apt-get orders, I think that I have some problems trying to install concrete software using the Konsole.
-Gnuplot:
After installing and trying to plot the function "sin(x)" nothing happens. Does it anything to do with the warnings I obtain above?
-Kile
Trying to install Kile, I receive the message that only 4MB will be instales, while in other distros I tried (with GNOME) about 1 GB must be installed. I do not understand what's going on.
Are there any dependencies that maybe are broken?
Thank you in advance!!
I installed Kubuntu 12.10 a week ago and, even I am a little bit familiarized about ubuntu repositories and the apt-get orders, I think that I have some problems trying to install concrete software using the Konsole.
-Gnuplot:
Code:
guillem@guillem-arbeit:~$ sudo apt-get install gnuplot [sudo] password for guillem: Reading package lists... Done Building dependency tree Reading state information... Done The following extra packages will be installed: gnuplot-nox groff liblua5.1-0 Suggested packages: gnuplot-doc The following NEW packages will be installed: gnuplot gnuplot-nox groff liblua5.1-0 0 upgraded, 4 newly installed, 0 to remove and 67 not upgraded. Need to get 4,641 kB of archives. After this operation, 11.1 MB of additional disk space will be used. Do you want to continue [Y/n]? y Get:1 http://de.archive.ubuntu.com/ubuntu/ quantal/main liblua5.1-0 amd64 5.1.5-4 [173 kB] Get:2 http://de.archive.ubuntu.com/ubuntu/ quantal/universe gnuplot-nox amd64 4.6.0-8 [909 kB] Get:3 http://de.archive.ubuntu.com/ubuntu/ quantal/universe gnuplot all 4.6.0-8 [4,534 B] Get:4 http://de.archive.ubuntu.com/ubuntu/ quantal/main groff amd64 1.21-9 [3,554 kB] Fetched 4,641 kB in 2s (1,639 kB/s) Selecting previously unselected package liblua5.1-0:amd64. (Reading database ... 169350 files and directories currently installed.) Unpacking liblua5.1-0:amd64 (from .../liblua5.1-0_5.1.5-4_amd64.deb) ... Selecting previously unselected package gnuplot-nox. Unpacking gnuplot-nox (from .../gnuplot-nox_4.6.0-8_amd64.deb) ... Selecting previously unselected package gnuplot. Unpacking gnuplot (from .../gnuplot_4.6.0-8_all.deb) ... Selecting previously unselected package groff. Unpacking groff (from .../groff_1.21-9_amd64.deb) ... Processing triggers for man-db ... Processing triggers for install-info ... install-info: warning: no info dir entry in `/usr/share/info/lilypond-snippets.info.gz' install-info: warning: no info dir entry in `/usr/share/info/lilypond-usage.info.gz' install-info: warning: no info dir entry in `/usr/share/info/music-glossary.info.gz' install-info: warning: no info dir entry in `/usr/share/info/lilypond-contributor.info.gz' install-info: warning: no info dir entry in `/usr/share/info/lilypond-learning.info.gz' install-info: warning: no info dir entry in `/usr/share/info/lilypond-extending.info.gz' install-info: warning: no info dir entry in `/usr/share/info/lilypond-essay.info.gz' install-info: warning: no info dir entry in `/usr/share/info/lilypond-changes.info.gz' install-info: warning: no info dir entry in `/usr/share/info/lilypond-notation.info.gz' Setting up liblua5.1-0:amd64 (5.1.5-4) ... Setting up gnuplot-nox (4.6.0-8) ... Setting up groff (1.21-9) ... Processing triggers for tex-common ... Running mktexlsr. This may take some time... done. Setting up gnuplot (4.6.0-8) ... Processing triggers for libc-bin ... ldconfig deferred processing now taking place guillem@guillem-arbeit:~$
After installing and trying to plot the function "sin(x)" nothing happens. Does it anything to do with the warnings I obtain above?
-Kile
Trying to install Kile, I receive the message that only 4MB will be instales, while in other distros I tried (with GNOME) about 1 GB must be installed. I do not understand what's going on.
Code:
guillem@guillem-arbeit:~$ sudo apt-get install kile Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required: gnuplot-nox liblua5.1-0 Use 'apt-get autoremove' to remove them. Suggested packages: asymptote context dblatex kile-l10n latex2html texlive-xetex The following NEW packages will be installed: kile 0 upgraded, 1 newly installed, 0 to remove and 67 not upgraded. Need to get 0 B/1,261 kB of archives. After this operation, 4,321 kB of additional disk space will be used. Selecting previously unselected package kile. (Reading database ... 170020 files and directories currently installed.) Unpacking kile (from .../kile_1%3a2.1.2-0ubuntu1_amd64.deb) ... Processing triggers for hicolor-icon-theme ... Processing triggers for shared-mime-info ... Unknown media type in type 'all/all' Unknown media type in type 'all/allfiles' Unknown media type in type 'uri/mms' Unknown media type in type 'uri/mmst' Unknown media type in type 'uri/mmsu' Unknown media type in type 'uri/pnm' Unknown media type in type 'uri/rtspt' Unknown media type in type 'uri/rtspu' Processing triggers for man-db ... Setting up kile (1:2.1.2-0ubuntu1) ... guillem@guillem-arbeit:~$
Are there any dependencies that maybe are broken?
Thank you in advance!!
Comment