Ubuntu :: Cannot Install Thunderbird Or TeXLive?
Mar 23, 2010
I just recently upgraded Karmic 32 bit to 64 bit (as I wish to have the full functionality of my 64 bit system). Unfortunately, I now cannot seem to install Thunderbird or TeXlive.When I go to the terminal and try to install this is what I get:
Code:
sudo apt-get install texlive-full
Reading package lists... Done
[code]....
View 2 Replies
ADVERTISEMENT
Mar 27, 2011
I am running texlive-20100722. To build it I have used a modified version ot Robby's SlackBuild. Now I need to update the pgf package. The package manager for texlive is tlmgr. However, when I issue:
Code:
tlmgr update pgf
I get:
[QUOTE]/usr/share/texmf/bin/tlmgr: open(/usr/share/tlpkg/texlive.tlpdb) failed: No such file or directory at /usr/lib/perl5/5.10.1/TeXLive/TLPDB.pm line 282.[QUOTE]
Some googling revealed that texlive.tlpdb is the installation�s TEX Live Package Database. However, in my installation is is not present.
View 3 Replies
View Related
Dec 19, 2010
This is what i get:
Code:
View 7 Replies
View Related
Dec 9, 2010
I'm trying to install texlive from [URL], do I need to download all the files for the build script to work or just the main file?
View 5 Replies
View Related
Mar 19, 2010
Does anybody know why the upgrade/install of TeXLive on Fedora12 does not create the directory /usr/local/ texlive/2009.I have seen this directory mentioned for other 2009s, but when I installed 2009 it did not create this. (Or, maybe there was some problem... ?) It is only slightly relevant because (sudo) texhash does not include any /usr/local directories in 2009, only /usr/share.
In my 2007 version I had the usual /usr/local/share/texmf/tex structure in which I place /latex and a /bibtex. I had read/write access and so I placed all my .sty and .bib files, as well as image files and other stuff I shared between projects. Now, I have a ~/texmf with /tex and /bibtex and have gotten rid of /latex subdirectory. Now I don't have to texhash when I add new stuff.Other than this, is there any reason why Fedora TeXLive-2009 would not create /usr/local/texlive ? (Unless this is because, as the wiki page notes , "it is in testing state so bugs could occur."
View 1 Replies
View Related
Jan 23, 2010
I'm new on these forums (and to Linux generally); I'm not sure if this is the right place for this question. If not, I'd appreciate it if one of the mods could move it to where it belongs. OK, so I've already install my TeX system on Ubuntu 9.10 by means of the TeXLive 2008 DVD. Now, I want to install LyX with
Code:
sudo apt-get install lyx It then asks me to install the following packages:
[Code]...
View 1 Replies
View Related
Aug 26, 2010
Thanks to Lucid not working properly on i845, i855 and other 8xx chips, had to re-install Karmic on my mum's computer.I saved all the data from her old install and I ve managed to get all her old emails from thunderbird, but I cant import her address book.In Thunderbird/tools/import/addressbooks it only allows importing of LDIF, .tab, .csv and .txt files, but I cant find any of these files in any of the Thunderbird, .Thunderbird, Mozilla-Thunderbird or Mozilla folders in Home folder or anywhere, all I can find is "abook.mab" which IS supposed to be her address book, but when I try and import it the entries are blank and/or indecipherable (prob cos not a compatible file type).
Its one of those "simple" things to do, thats taken hours and hours of time, but that I cant actually find out how to do.
View 1 Replies
View Related
Mar 9, 2010
I've recently had to update my own package blah.cls in the texlive distro on Ubuntu. I duly put it in /usr/local/share/texmf and ran texhash and mktexlsr (the latter just in case). The database has updated: checked with kpsewhich.
Now the problem: I'm able to compile my Latex file using that package blah.cls only when I run latex (or Kile, or gedit) in sudo mode. When I run it with no sudo, the error is "can't find the package blah.cls" Obviously other files compile nicely, sudo or no sudo.
View 1 Replies
View Related
Jun 2, 2010
I'm trying to get a template working with texlive in Karmic. When I try to compile normally, I get errors that it can't find certain .sty files, which are part of the standard packages that get installed. (amsmath.sty, etc... graphics.sty, xspace.sty). If I run latex with sudo, the problem disappears. I guess this has something to do with file read permissions. So I found where all of these files are located and did:
Code:
sudo chmod -R 777 /usr/share/texmf-texlive/
This did not solve the problem. Does anybody happen to know what the issue is here? I have done some searching around and haven't found anything useful that doesn't involve copying all the files somewhere else.
View 3 Replies
View Related
Jun 8, 2010
compiling texlive2009 from slackbuilds.org with xindy on 13.1. I need xindy for my documents so I had no option but to solve the issue. I turned out that I had to remove clisp, install libsigsegv with the option "--enable-shared", then build clisp without libsigsegv (the stock clisp ships with libsigsegv built in), and then texlive2009 compiles ok.Maybe it would be better if Slackware shipped with libsigsegv compiled with shared libraries? xindy is really important for non latin alphabets.
View 3 Replies
View Related
May 7, 2010
I have installed both TexLive and Texmaker (using the package manager). Now I am trying to set up Texmaker to use TexLive for compiling. Everything I can find online suggests that the files should be located in a location such as this:
Code:
/usr/local/texlive/2005/bin/i386-linux
However, for me the "texlive" folder does not exist within "/usr/local". Where else might the necessary files be located?
Also, running
Code:
tex -version
suggests that TexLive 2009 is installed correctly.
View 1 Replies
View Related
Jan 2, 2011
Today I tried to install the Tex system on my notebook butI encountered an error during installing texlive-base package
Code:
The following NEW packages will be installed:
texlive-base
[code]....
View 2 Replies
View Related
Sep 13, 2010
I had a portable apps version of Thunderbird (windows) that runs off a thumb drive and wanted to take the settings and transfer them to my Thunderbird that's on my Linux computer.
This is what I did:
First, I installed thunderbird on my Ubuntu 10.04 Linux box and opened it, and closed it (so that it would create the /home/<username>/.thunderbird folder in the user account).
Then, I renamed the linux /home/<username>/.thunderbird folder to .thunderbird_ORIGINAL
Then, I created a new /home/<username>/.thunderbird folder
Then, I took the windows e:ThunderbirdPortableDataprofile folder and copied it to the /home/<username>/.thunderbird folder.
Then, I looked into the /home/<username>/.thunderbird_ORIGINAL folder and wrote down the name of the folder with the ".default" extension.
Then, I renamed the profile folder (that came from the windows e:ThunderbirdPortableData folder) "<name-I-wrote-down>.default".
And then, I copied the profiles.ini folder from /home/<username>/.thunderbird_ORIGINAL to the /home/<username>/.thunderbird folder.
I opened up Thunderbird in Linux and everything seems fine! (I'll definitely be keeping a backup just in case)
My question is: is this fine and dandy, or a recipe for disaster?
View 2 Replies
View Related
Nov 30, 2009
is texlive package exits in fedora 12 ?i haven't found it.in previous release of fedora i was just installing kile and latex was working but in fedora 12 i think that tex doesn't exist.i wanna to know if it exist or not
View 2 Replies
View Related
Jan 13, 2010
I just download Thunderbird 3 and a file named as thunderbird-3.0.tar.bz2 got downloaded.
But I do not know how to install this file. I am very new to Ubuntu and recently migrated from Windows Vista to Ubuntu 9.10.
I know how to install the .deb files but how do I install the source code files.
I already got some answers from various websites... but they are too confusing, since I am very new to Linux and do not know much about it. But I am trying to learn.
So please suggest me a simple solution.
View 8 Replies
View Related
Apr 18, 2010
Wondering if i could get some help installing Thunderbird 3.1 on Lucid Lynx x64.
View 9 Replies
View Related
Feb 3, 2010
trying to install Thunderbird 3.0.1. I downloaded the tar.bz2 file from the Thunderbird site, tar -jxvf thunderbird.3.0.1.tar.gz2 to get the thunderbird folder. ./thunderbird gives the following error message.
(thunderbird-bin:5925): GLib-WARNING **: g_set_prgname() called multiple times
View 6 Replies
View Related
May 1, 2010
Somebody, have you know how to install thunderbird on ubuntu 64 bit?i have download file and checked the content folder no file to config. any suggestion?
View 6 Replies
View Related
Nov 27, 2009
I (or rather, the Yum auto-update) try to update the TeXLive on my FC11 machine but the update fails due to 'missing dependency', spitting out
Missing Dependency: libpoppler.so.4()(64bit) is needed by package texlive-2007-46.fc11.x86_64 (updates)
And strangely now (perhaps for a combination of reasons) I cannot use my auctex. I would like to finish this update anyway, and tried to find libpoppler.so.4 separately, which I haven't yet been able to locate. Poppler itself is installed and updated, and I do see libpoppler.so.5 in my system. So where would I find libpoppler.so.4 on its own? Or should I perhaps downgrade poppler?
View 2 Replies
View Related
Sep 21, 2010
Is there anyone whose residence is in Hong Kong? I am trying to installing TeXLive 2010 through web-installation, and the source is in [URL] but the download speed is too low, sometime it even quit installation. Can I use some command to force the installing program to use another source?
View 3 Replies
View Related
Apr 26, 2011
can get TexLive 2010 for Fedora using a special yum repository at [URL] What yum commands should one use to install it? Does it automatically replace the default Fedora TexLive 2007 installation?
View 13 Replies
View Related
Nov 16, 2010
I have the "publishing" repo enabled. Today I received an update to texlive (to version 2010-37.1) and almost all the documentclasses disappeared! Not even the article documentclass is available!
EDIT: I forgot to mention I'm using openSUSE 11.2 64 bits.
View 2 Replies
View Related
Aug 6, 2011
I downloaded texlive-latex-doc by YaST. I would have a question:
1. I can't find it on my OpenSuse 11.4. Where was downloaded?
View 8 Replies
View Related
Feb 28, 2011
Think the Feb 10th upgrade of Current messed up the shared libraries to TexLive Code: bash-4.1$ latex file.tex latex: error while loading shared libraries: libpoppler.so.7: cannot open shared object file: No such file or directory bash-4.1$ ldd /usr/share/texmf/bin/pdflatex | grep libpoppler* libpoppler.so.7 => not found
View 6 Replies
View Related
May 9, 2010
When I upgraded from Karmic to Lucid, I guess one of those upgrades was the tex engine, it was upgraded to texlive 2009.Though It can render everything I could render beforehand, I am having trouble about one thing. I cannot use the additional preferences that can be used to edit an image when using includegraphics function.
For example:
egin{figure} [H]
centering
includegraphics[width=0.7linewidth,angle=-90,trim = 5mm 8mm 10mm 0mm, clip]{example.ps}
end{figure}
Used to rotate my ps file, trim it, then scale it as specified. Now, I get an error:
./Rapor.tex:59:Illegal unit of measure (pt inserted) ...e=-90,trim = 5mm 8mm 10mm 0mm, clip]{example.ps}
If there is only [width=linewidth] tex doesn't recognize linewidth and prints:
./Rapor.tex:59:Missing number, treated as zero...includegraphics[width=linewidth]{example.ps}
and the output file has the text within the square brackets, rather than the image.
Somehow there is a problem or a change in how this usage is interpreted. I am using:
usepackage{float}
usepackage{graphicx}
packages that are related to graphics. I'm using Kile 2.0.85, but the problem is editor independent, I get the same results with Texmaker. I am using the exact same .tex sources that I used with Karmic.
What I've tried:
I installed texlive packages from scratch, with Kile.I changed the graphicx.sty file with a version that I found on the net.
View 1 Replies
View Related
May 14, 2010
How to install the Thunderbird.tar.bz2 file in ubuntu 10.4 ?
View 2 Replies
View Related
Feb 7, 2010
I have Ubuntu and Windows on the same machine. If I install Thunderbird on both operating systems is it possible that both installs can access the same email files so that all of my emails will be in one file no matter which operating system was running when emails are downloaded or sent?
View 6 Replies
View Related
Mar 24, 2010
After a fresh install of Karmic, I am trying to restore thunderbird's emails. I tried to just replace the whole folder but this did not work.
View 9 Replies
View Related
Apr 30, 2010
How do I install thunderbird 3.04 danish at ubuntu 9.10 ?.. I have downloaded the pakcage ... but I need som text strings
View 1 Replies
View Related
Jul 26, 2010
I was trying to install Lightning as an add-on with Thunderbird.
After doing some reading I was not the only one having some problems,
To Install Lightning, I needed Thunderbird 3.1, and installed on my system is 3.06.
When I did that I now get this message,
W: Failed to fetch [URL... 404 Not Found
E: Some index files failed to download, they have been ignored, or old ones used instead.
View 9 Replies
View Related