Results 1 to 3 of 3
Can somebody let me know what i need to do next, i have downloaded a file to /usr/local/src i am able to identify the directory i have made with ls ...
- 09-17-2007 #1Just Joined!
- Join Date
- Aug 2007
- Location
- Christchurch, New Zealand
- Posts
- 57
install a Deb file
Can somebody let me know what i need to do next, i have downloaded a file to /usr/local/src i am able to identify the directory i have made with ls which shows the file cycas3-en_3.80-5_i386.deb what do i need to do to install from here. Not sure what to do next does this have to be opened to access the tar files or can it be executed from here.
cheers
Darthman8
- 09-17-2007 #2
You dont have to do anything special to install .deb packages. Save file anywhere and cd to .deb location.
Let say, you have saved .deb on Desktop. Execute this
Check this link too.Code:cd ~/Desktop su dpkg -i <filename.deb>
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 09-18-2007 #3
Another way is to use mc.
$ mc
Then suggest you enable 'lynx like navigation' in one of the menus, and navigate with the arrow keys to said .deb file. Hit <enter> and the file will open. Go into it and look round; read the info - navigate to it and hit F3.
To install simply go to INSTALL and hit <enter>. This will always install the thing, but leave it unconfigured if the correct dependencies are abscent.


Reply With Quote
