I installed LaTeX/texlive yesterday (say, day X) using apt. The exact command I've use was:
sudo apt-get install texlive-full
but now (day X+1) I'm having troubles when I try to use the physics2 package in my document. For example, the code
\documentclass[12pt]{book}
%\usepackage{physics2}
\begin{document}
asdasd
\end{document}
works perfect but when I uncomment \usepackage{physics2}, it doesn't work. I belive that I don't have the package physics2 installed because I got this error:
File 'physics2.sty' not found
I'm using Ubuntu 22.04.1 LTS. When I try to use sudo tlmgr install physics2 (or to update) I get:
(running on Debian, switching to user mode!)
(see /usr/share/doc/texlive-base/README.tlmgr-on-Debian.md)
TLPDB: not a directory, not loading: /home/peluche/texmf
tlmgr: user mode not initialized, please read the documentation!
(I already read the documentation but I don't fully understand what I have to do or to initialize). Any idea how to make physics2 package work? (I'm still a noob at Ubuntu and LaTeX's errors/packages by the way)
aptor the independent installer (https://tug.org/texlive/)? – Dai Bowen Feb 12 '23 at 17:37apt, yes. The exact command I used wassudo apt-get install texlive-full. I installed LaTeX (texlive) yesterday – Peluche Feb 12 '23 at 17:38TeX 3.141592653 (TeX Live 2022/dev/Debian). Should I look here the package? – Peluche Feb 12 '23 at 17:48physics2has only been on CTAN for a few days, while I am seeing it as available throughtlmgron a vanilla install, it might take a while before it's added to the Ubuntu packages. – Dai Bowen Feb 12 '23 at 17:49sudo tlmgr install physics2result into? – alchemist Feb 12 '23 at 17:53sudo tlmgr install physics2gets the same result/error/warning – Peluche Feb 12 '23 at 17:55