LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-04-2012, 07:46 AM   #1
Piyush M
Member
 
Registered: Jan 2011
Location: Maharashtra,India
Distribution: mint 18.2
Posts: 125

Rep: Reputation: 6
Installing software in debian


Hey friends I know this question is so often asked, but I want to know this from its ground level.

I am having debian 6 installed on my laptop. I want to remove "iceweasel" web browser. Will you please tell me how to remove it ?

And my second query is that when we have to install a software, in which folder it should be kept ? And how to give location of a file that have to be installed ?

How to install .tar.gz & .deb software ?
Installing software always seems me very difficult task in linux..!

Last edited by Piyush M; 07-04-2012 at 08:12 AM.
 
Old 07-04-2012, 08:15 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Uninstall iceweasel:

apt-get remove iceweasel

Installing software in Linux is VERY simple! MUCH simpler than windows!

Debian Linux:

run "apt-get install firefox" as root

Windows:

go to getfirefox.com
find download
open download
select installation options / location
etc. etc. etc.

There are always exceptions, but it is usaully MUCH easier on Linux. Linux distros have been using what are fundamentally "app stores" for years longer than iPhones and the likes.

You don't specify where it goes generally. Files are expected to be in certain locations, not in an arbitrary location in "Program Files" style directory.

Last edited by acid_kewpie; 07-04-2012 at 08:18 AM.
 
1 members found this post helpful.
Old 07-04-2012, 08:45 AM   #3
Piyush M
Member
 
Registered: Jan 2011
Location: Maharashtra,India
Distribution: mint 18.2
Posts: 125

Original Poster
Rep: Reputation: 6
Thanks for fast reply.
How to give location while installing ?
Where to save .deb file?
How to run as "root" ?
 
Old 07-04-2012, 08:47 AM   #4
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
Hmmm, how do you get to 100 posts without knowing how to run something as root? Anyway...

Again, you DON'T give a location.

Save it wherever you want IF you don't have access to the pacakge vai apt. You should NOT need to go get a .deb file manually normally.

log in as root directly, or run "su -" to get a root shell. Alterantively run through sudo - "sudo apt-get whatever whatever"
 
2 members found this post helpful.
Old 07-04-2012, 08:54 AM   #5
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
You would do us and yourself a favor if you would start to read the documentation for the distribution you have chosen.
Here is a link in the Debian FAQ about package management (installing and removing software): http://www.debian.org/doc/manuals/de...gtools.en.html
Keep in mind that a DEB file for Ubuntu may or may not be compatible with Debian and may break your system, so since you are a new user I would recommend to install only software from the repositories or known good software sources, like Debian Multimedia or the Debian Firefox repository.

To become root you launch the command
Code:
su -
in a terminal and type in the password you have setup for root during installation. Keep in mind that the cursor will not move during typing the password, so you have to type it in blindly. Be very careful when being root, you can easily damage your system.
 
1 members found this post helpful.
Old 07-04-2012, 09:19 AM   #6
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,886
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
Instead of asking simple questions that can be found by either a simple search of the forum or reading the man page , please READ.

# Debian package management : http://www.debian.org/doc/manuals/de...e/ch02.en.html
# Debian package management tools http://www.debian.org/doc/manuals/de...gtools.en.html
# Aptitude user's manual - http://algebraicthunk.net/~dburrows/...titude/doc/en/
# Apt - Debian Wiki - http://wiki.debian.org/Apt
# The APT, Dpkg Quick Reference http://www.cyberciti.biz/ref/apt-dpkg-ref.html
# Secure APT - http://wiki.debian.org/SecureApt
# Aptitude - Debian Wiki - http://wiki.debian.org/Aptitude
# SourcesList - Debian Wiki - http://wiki.debian.org/SourcesList
# Grokking Debian GNU/Linux - : http://www.linuxquestions.org/questi...nu-linux-3073/

why are you wanting to remove iceweasel?

and what package are you trying to install?

Please post your /etc/apt/sources.list
 
2 members found this post helpful.
Old 07-04-2012, 10:06 AM   #7
Piyush M
Member
 
Registered: Jan 2011
Location: Maharashtra,India
Distribution: mint 18.2
Posts: 125

Original Poster
Rep: Reputation: 6
Thank you.
It worked for me..

I am single person in my friend circle who use linux.
I dont have any teacher to teach me linux here.
I even dont have better internet connection.
Many factors are there, I ask every little thing here because of these things.
Dont be misunderstood.
 
Old 07-04-2012, 10:20 PM   #8
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,337
Blog Entries: 28

Rep: Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144Reputation: 6144
Quote:
I am single person in my friend circle who use linux.
I do understand this, as I was in the same situation for a number of years.

I learned by reading the docs that came with my distro, joining mailing lists, monitoring subscribing to newsgroups, searching the web for answers, and downloading and reading books from The Linux Documentation Project. I still have several of those books, printed out and stuck in binders, sitting on my bookshelf.

You might want to start with Garrels's Introduction to Linux, which is available on the TLDP guides page.

Last edited by frankbell; 07-04-2012 at 10:22 PM.
 
1 members found this post helpful.
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how do i remove software in Debian without installing more baronobeefdip Linux - Software 2 10-27-2011 02:49 PM
LXer: Installing Software on Debian LXer Syndicated Linux News 0 04-07-2006 12:03 PM
Installing Software on Debian Systems Dark_Sniper* Debian 12 01-01-2006 11:06 PM
installing non-Debian software (xnview) michapma Debian 6 12-29-2005 07:48 PM
Apt howto installing software for debian monkeymartin Debian 7 08-20-2003 05:18 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 06:33 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration