how to install kile using cd
I have installed ubuntu10.04 . I want to install kile for latex. It is very easy to install from synaptic package manager. but I want to install using cd . Is it possible ? If yes, the my question is how to create that cd and how to install kile?
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- Ubuntu kile Edit question
- Assignee:
- No assignee Edit question
- Last query:
- 2011-05-23
- Last reply:
- 2011-05-23
Yes, copy ALL the debs you will need to install the app to CD, then copy them to a directory on your drive and run:
sudo dpkg -i *.deb
when the terminal's directory is that of the folder you made. It will install just fine, if any dependencies are missing you will be informed and you will need to fetch those files to then retry. Basically its a messy job and software centre / apt-get handle all this for you.
Can you help with this problem?
Provide an answer of your own, or ask subhasis for more information if necessary.