Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.


Closed Thread
 
LinkBack Thread Tools Display Modes
Old 05-08-2009, 01:59 PM   #1 (permalink)
TopTrix
 
pravinbv's Avatar
 
Join Date: Jul 2007
Posts: 229
Default how to install a software without internet.


i have installed LINUX mint 7 Gloria. from Digit dvd.
but
>>how to install new softwares from the digit dvd or from other source. i dont have working internet connection.


>>how to install WINE OR other software to run windows related applications.


>>what is synonyms to .exe files in LINUX.


>>if i have windows and LINUX mint installed and my pen drive is infected with windows related virus will it spread in system while running LINUX.

Last edited by pravinbv; 05-08-2009 at 06:09 PM.
pravinbv is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 05-08-2009, 03:46 PM   #2 (permalink)
Married!
 
Rahim's Avatar
 
Join Date: Apr 2007
Location: Calcutta
Posts: 1,524
Default Re: how to install a software without internet.

Welcome Pravin

You can install apps through Synaptic Package Manager. Linux apps are stored online in repositories, repo in short.
You have to add the DVD as a repo in Synaptic. Make sure you have the dvd in your drive. Open Synaptic Package Manager and click on Settings >Repositories > Add CD/DVD.
Now search for the software in Synaptic and mark them and click Apply. Now this will search the DVD and if it finds the apps, will install them.

You can even try AptonCD for offline installation.

Well people use Linux to remove virus from pend drives and windows partitions The virus needs a Windows environmet to do its magic and hence will be a dead dcuk in Linux. So dont worry. Freedom from malware, spyware and virus.

Nappy Linuxing!!!!
__________________
|| GNU/Linux User || PCLOS KDE 4.6 || 17" DELL Studio ||

topdocumentaryfilms.com
Rahim is offline  
Old 05-08-2009, 06:00 PM   #3 (permalink)
TopTrix
 
pravinbv's Avatar
 
Join Date: Jul 2007
Posts: 229
Default Re: how to install a software without internet.

few more questions-
>how to hide folders on ntfs, fat partition in LINUX.
> can i move home folder to any other location out of /root partition.
>drivers of some devices given for windows can be used for LINUX.
>pls help. i want to completely get rid of my windows xp. started windows only 2 times in last 2months only for my sony ericsson mobile explorer software "my phone explorer " a freeware. and usb driver problem. any option.
thanks.

Last edited by pravinbv; 06-08-2009 at 09:37 PM.
pravinbv is offline  
Old 09-08-2009, 06:30 PM   #4 (permalink)
TopTrix
 
pravinbv's Avatar
 
Join Date: Jul 2007
Posts: 229
Default Re: how to install a software without internet.

why no one is replying.
is it that much difficult to switch to LINUX.



dear a_rahim thanks. but my LINUX mint doesnt find cd dvd player. shows error.
pravinbv is offline  
Old 09-08-2009, 09:32 PM   #5 (permalink)
Human Spambot
 
Cool G5's Avatar
 
Join Date: Aug 2006
Location: Aamchi Mumbai !!!
Posts: 4,228
Default Re: how to install a software without internet.

Quote:
Originally Posted by pravinbv View Post
few more questions-
>how to hide folders on ntfs, fat partition in LINUX.
> can i move home folder to any other location out of /root partition.
>drivers of some devices given for windows can be used for LINUX.
>pls help. i want to completely get rid of my windows xp. started windows only 2 times in last 2months only for my sony ericsson mobile explorer software "my phone explorer " a freeware. and usb driver problem. any option.
thanks.
1) I haven't anytime tried hiding individual folders but you can always unmount your windows partition so that none of the windows folder can be seen under linux. Just right click on the partition & select unmount volume.

2) Most of your devices should work with the drivers supplied under kernel. Some special hardware like graphic card requires drivers to enable 3D hardware acceleration. In that case just head over the manufacturers site & download drivers specific to your device. You can ask a friend who has internet connection to do this for you.

3) Good to hear that you have started liking Linux.
Deleting windows is simple. Just format the partition on which windows is installed & then insert XP CD, boot into rescue mode & issue "fixmbr" without quotes to repair your master boot record. Reboot PC & from now on only windows will boot.


P.S : The questions are not tough but the forum has gone dry with only a handful of members pitching to offer solutions.
__________________
ShutterTux - Photography, Linux & Life! : http://shuttertux.wordpress.com
Cool G5 is offline  
Old 18-08-2009, 11:41 PM   #6 (permalink)
Fresh Stock Since 2005
 
Join Date: Feb 2005
Posts: 1,015
Default Re: how to install a software without internet.

go for keryx or http://www.offlineubuntu.co.cc
__________________
http://www.khattam.info
khattam_ is offline  
Old 04-09-2009, 12:36 AM   #7 (permalink)
Thinking Different
 
sourav123's Avatar
 
Join Date: Dec 2005
Location: Bangalore, India
Posts: 156
Default Re: how to install a software without internet.

Also if you have a friend who has an internet connection, you can download the package for offline installation from http://packages.ubuntu.com
__________________
There is nothing more powerful than an idea whose time has come.
sourav123 is offline  
Old 04-09-2009, 03:28 PM   #8 (permalink)
Married!
 
Rahim's Avatar
 
Join Date: Apr 2007
Location: Calcutta
Posts: 1,524
Default Re: how to install a software without internet.

Quote:
Originally Posted by pravinbv View Post
few more questions-
>how to hide folders on ntfs, fat partition in LINUX.
> can i move home folder to any other location out of /root partition.
>drivers of some devices given for windows can be used for LINUX.
>pls help. i want to completely get rid of my windows xp. started windows only 2 times in last 2months only for my sony ericsson mobile explorer software "my phone explorer " a freeware. and usb driver problem. any option.
thanks.
Sorry Pravin for the late reply.
Anyway, NTFS paritions don't have Unix like permissions, so the only solution for you in this case would be un-mount the ntfs partitions while booting. Further, you can set it in such a way so that ONLY YOU or ROOT can mount and access that ntfs partitions.
So open a Terminal/Konsole and enter
1: Backup your /etc/fstab file
Code:
sudo cp /etc/fstab /etc/fstab.backup
ENter YOUR password when prompted.
2. Edit the fstab file
Code:
sudo gedit /etc/fstab
look for a line /dev/sda1(ntfs-3g) and edit it like this
Quote:
/dev/sda1 /media/wondows ntfs-3g noauto,nouser,defaults 0 0
3. Save the file.
4.Reboot and you will find the ntfs partition is not mounted automatically and when you try to mount, it asks for a password. So give the password and it will mount.

It would be helpful if you go through the various options of fstab file
FSTAB FIle Guide
----------------------------------------------------------------------

You can have a separate /home partitions for your HOME folder.
__________________
|| GNU/Linux User || PCLOS KDE 4.6 || 17" DELL Studio ||

topdocumentaryfilms.com
Rahim is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by Charan
- by Charan

Advertisement




All times are GMT +5.5. The time now is 04:39 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2