I just installed TeXstudio in my computer (I'm running Windows 7) and installed MiKTeX as well. I wrote a file and when I try to compile it messages like File 'cite.sty' not found. \usepackage or File 'url.sty' not found. \usepackage appear.
I tried using the Package Manager as stated in this question but when I try to do that, with any package, a message appears saying that it couldn't connect to the server.
Isn't there another way to install these packages without using the package manager? I've downloaded the file cite.sty from here and saved it in the folder where all the other packages are, but it is still not compiling. Any ideas?
url.tar.lzmafrom a MiKTeX directory on a CTAN mirror, and unzip it at the root of MiKTeX directory (usuallyC:\Program Files\MiKTeX 2.9\``for the 64 bit version). Then launchMiKTeX Settingsand refresh the FNDB. If you install type1 fonts, in addition, you also have to runupdmap.exe` from the command line. – Bernard Feb 16 '17 at 20:28