TexStudio on Linux suddenly not able to find installed packages
up vote
0
down vote
favorite
The following code
documentclass{article}
usepackage{lipsum}
begin{document}
lipsum
end{document}
all of a sudden gives the following error in TexStudio on Ubuntu 18.04 with TexLive:
File `lipsum.sty' not found. usepackage
BUT, I can successfully compile from bash:
$ latex top.tex
I'm thinking this might be because I removed LatexDraw using:
apt-get remove --purge latexdraw
apt-get autoremove
I've tried debugging this, so I list the outputs of some of the commands I ran:
which tex
gives/usr/local/texlive/2018/bin/x86_64-linux/tex
kpsewhich -var-value=TEXMFHOME
gives/home/me/texmf
, a non-existing directory
kpsewhich lipsum.sty
gives/usr/local/texlive/2018/texmf dist/tex/latex/lipsum/lipsum.sty
- Inside TexStudio,
Build/Commands ($PATH)
reads/usr/local/texlive/2018/bin/x86_64-linux
Any help is appreciated!
texlive ubuntu
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
up vote
0
down vote
favorite
The following code
documentclass{article}
usepackage{lipsum}
begin{document}
lipsum
end{document}
all of a sudden gives the following error in TexStudio on Ubuntu 18.04 with TexLive:
File `lipsum.sty' not found. usepackage
BUT, I can successfully compile from bash:
$ latex top.tex
I'm thinking this might be because I removed LatexDraw using:
apt-get remove --purge latexdraw
apt-get autoremove
I've tried debugging this, so I list the outputs of some of the commands I ran:
which tex
gives/usr/local/texlive/2018/bin/x86_64-linux/tex
kpsewhich -var-value=TEXMFHOME
gives/home/me/texmf
, a non-existing directory
kpsewhich lipsum.sty
gives/usr/local/texlive/2018/texmf dist/tex/latex/lipsum/lipsum.sty
- Inside TexStudio,
Build/Commands ($PATH)
reads/usr/local/texlive/2018/bin/x86_64-linux
Any help is appreciated!
texlive ubuntu
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
The following code
documentclass{article}
usepackage{lipsum}
begin{document}
lipsum
end{document}
all of a sudden gives the following error in TexStudio on Ubuntu 18.04 with TexLive:
File `lipsum.sty' not found. usepackage
BUT, I can successfully compile from bash:
$ latex top.tex
I'm thinking this might be because I removed LatexDraw using:
apt-get remove --purge latexdraw
apt-get autoremove
I've tried debugging this, so I list the outputs of some of the commands I ran:
which tex
gives/usr/local/texlive/2018/bin/x86_64-linux/tex
kpsewhich -var-value=TEXMFHOME
gives/home/me/texmf
, a non-existing directory
kpsewhich lipsum.sty
gives/usr/local/texlive/2018/texmf dist/tex/latex/lipsum/lipsum.sty
- Inside TexStudio,
Build/Commands ($PATH)
reads/usr/local/texlive/2018/bin/x86_64-linux
Any help is appreciated!
texlive ubuntu
The following code
documentclass{article}
usepackage{lipsum}
begin{document}
lipsum
end{document}
all of a sudden gives the following error in TexStudio on Ubuntu 18.04 with TexLive:
File `lipsum.sty' not found. usepackage
BUT, I can successfully compile from bash:
$ latex top.tex
I'm thinking this might be because I removed LatexDraw using:
apt-get remove --purge latexdraw
apt-get autoremove
I've tried debugging this, so I list the outputs of some of the commands I ran:
which tex
gives/usr/local/texlive/2018/bin/x86_64-linux/tex
kpsewhich -var-value=TEXMFHOME
gives/home/me/texmf
, a non-existing directory
kpsewhich lipsum.sty
gives/usr/local/texlive/2018/texmf dist/tex/latex/lipsum/lipsum.sty
- Inside TexStudio,
Build/Commands ($PATH)
reads/usr/local/texlive/2018/bin/x86_64-linux
Any help is appreciated!
texlive ubuntu
texlive ubuntu
edited Oct 24 at 17:12
asked Oct 24 at 16:46
ToniAz
62
62
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ yesterday
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
I restarted my computer and it went back to working normally. 10 minutes later, the problem is back...
Before edit:
Once again, the solution is: restart your computer. Anyone who has a real solution or followup is welcome to post an answer.
Did you try just logging out and in again? Linux rarely need you to reboot. How exactly do you normally start texstudio.
– daleif
Oct 24 at 17:05
@daleif Yes I did, unfortunately. Must just be this supergreat Ubuntu 18.04 that I got!
– ToniAz
Oct 24 at 17:11
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I restarted my computer and it went back to working normally. 10 minutes later, the problem is back...
Before edit:
Once again, the solution is: restart your computer. Anyone who has a real solution or followup is welcome to post an answer.
Did you try just logging out and in again? Linux rarely need you to reboot. How exactly do you normally start texstudio.
– daleif
Oct 24 at 17:05
@daleif Yes I did, unfortunately. Must just be this supergreat Ubuntu 18.04 that I got!
– ToniAz
Oct 24 at 17:11
add a comment |
up vote
0
down vote
I restarted my computer and it went back to working normally. 10 minutes later, the problem is back...
Before edit:
Once again, the solution is: restart your computer. Anyone who has a real solution or followup is welcome to post an answer.
Did you try just logging out and in again? Linux rarely need you to reboot. How exactly do you normally start texstudio.
– daleif
Oct 24 at 17:05
@daleif Yes I did, unfortunately. Must just be this supergreat Ubuntu 18.04 that I got!
– ToniAz
Oct 24 at 17:11
add a comment |
up vote
0
down vote
up vote
0
down vote
I restarted my computer and it went back to working normally. 10 minutes later, the problem is back...
Before edit:
Once again, the solution is: restart your computer. Anyone who has a real solution or followup is welcome to post an answer.
I restarted my computer and it went back to working normally. 10 minutes later, the problem is back...
Before edit:
Once again, the solution is: restart your computer. Anyone who has a real solution or followup is welcome to post an answer.
edited Oct 24 at 17:35
answered Oct 24 at 17:01
ToniAz
62
62
Did you try just logging out and in again? Linux rarely need you to reboot. How exactly do you normally start texstudio.
– daleif
Oct 24 at 17:05
@daleif Yes I did, unfortunately. Must just be this supergreat Ubuntu 18.04 that I got!
– ToniAz
Oct 24 at 17:11
add a comment |
Did you try just logging out and in again? Linux rarely need you to reboot. How exactly do you normally start texstudio.
– daleif
Oct 24 at 17:05
@daleif Yes I did, unfortunately. Must just be this supergreat Ubuntu 18.04 that I got!
– ToniAz
Oct 24 at 17:11
Did you try just logging out and in again? Linux rarely need you to reboot. How exactly do you normally start texstudio.
– daleif
Oct 24 at 17:05
Did you try just logging out and in again? Linux rarely need you to reboot. How exactly do you normally start texstudio.
– daleif
Oct 24 at 17:05
@daleif Yes I did, unfortunately. Must just be this supergreat Ubuntu 18.04 that I got!
– ToniAz
Oct 24 at 17:11
@daleif Yes I did, unfortunately. Must just be this supergreat Ubuntu 18.04 that I got!
– ToniAz
Oct 24 at 17:11
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%2ftex.stackexchange.com%2fquestions%2f456589%2ftexstudio-on-linux-suddenly-not-able-to-find-installed-packages%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