LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 02-01-2011, 09:56 AM   #1
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Rep: Reputation: 30
Where can download *.deb files for popular applications ?


Where can download *.deb files for popular applications ?
For example, firefox, VLC etc.
 
Old 02-01-2011, 10:01 AM   #2
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Ever used google?
http://archive.ubuntu.com/ubuntu/pool/universe/

Kind regards
 
Old 02-01-2011, 10:08 AM   #3
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
You can also go to the link with all the dependencies, example vlc
http://packages.ubuntu.com/maverick/vlc

The dependencies also have links, marked with a red dot.
You will need all their dependencies too. Total about 50 packages.

..
 
Old 02-01-2011, 10:30 AM   #4
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
Why not use your distro's package manager to download applications from tested and trusted repositories? In Ubuntu you have the Software Center, Synaptic, apt-get, etc.

Code:
sudo apt-get install vlc firefox

Last edited by snowday; 02-01-2011 at 10:44 AM.
 
Old 02-01-2011, 10:38 AM   #5
rivenathos
LQ Newbie
 
Registered: Apr 2009
Location: Georgia (USA)
Distribution: Debian 6 "Squeeze" AMD64 GNOME
Posts: 6

Rep: Reputation: 0
Also, as an option, you may with to try the Linux Mint Debian Edition repositories in addition to the Debian ones.
Quote:
deb http://packages.linuxmint.com/ debian main upstream import
 
Old 02-01-2011, 11:30 PM   #6
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Original Poster
Rep: Reputation: 30
thanks
 
Old 02-06-2011, 03:35 AM   #7
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by repo View Post
no latest Google-chrome deb files.
 
Old 02-06-2011, 04:01 AM   #8
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
The Google-chrome browser for Ubuntu is here
http://www.google.com/chrome/eula.html


'chrome --version' : Google Chrome 9.0.597.84

..
 
Old 02-06-2011, 04:04 AM   #9
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Original Poster
Rep: Reputation: 30
Wink

Quote:
Originally Posted by knudfl View Post
The Google-chrome browser for Ubuntu is here
http://www.google.com/chrome/eula.html


'chrome --version' : Google Chrome 9.0.597.84

..
Thanks a lot
 
Old 02-06-2011, 04:06 AM   #10
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
Originally Posted by TigerLinux View Post
no latest Google-chrome deb files.
Wanted to say you need to use google to answer 90% of your own questions.

Kind regards
 
Old 02-06-2011, 08:30 AM   #11
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Original Poster
Rep: Reputation: 30
google is not GOD
 
Old 02-06-2011, 10:40 AM   #12
repo
LQ 5k Club
 
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529

Rep: Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899Reputation: 899
Quote:
Originally Posted by TigerLinux View Post
google is not GOD
No, but it will help you find answers.

Kind regards
 
Old 02-06-2011, 12:38 PM   #13
b0uncer
LQ Guru
 
Registered: Aug 2003
Distribution: CentOS, OS X
Posts: 5,131

Rep: Reputation: Disabled
To be a little more specific,

1) distribution's (here apparently Ubuntu) "own" .deb packages, or whatever package format it uses, can be obtained from the reposities; the package manager may allow one to download given packages and even their possible dependencies, without installing them (i.e. "download only"), or then one can just "manually" download them off the reposity (by using a browser, for example).

2) a .deb file (or some other format) may also be available directly from the software creator's website (for example Skype). In that case the most recent version should be obtained this way, because distribution's reposities might not contain the newest version.

3) there are a lot of distributions that use .deb packages, but not all of them are identical. This means that a .deb package made for one distribution does not necessarily work exactly the same way in some other distribution, if they differ a lot (because the package format doesn't know nor care what is actually inside the package, as long as it's packaged the right way). A lot of the packages can be used in other distributions than what they were made for, without any problems, but there's still a chance that something is not quite the way it should be. Therefore one should primarily use, if possible, packages that are "made for" the distribution one is aiming at installing the package in.


Quote:
Originally Posted by TigerLinux View Post
google is not GOD
Even lesser things have been called a god/God/GOD, so...just beware of the certain big religion as it's pretty intolerant with other almighty-like things than its own
 
Old 02-06-2011, 02:39 PM   #14
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
Quote:
Originally Posted by TigerLinux View Post
google is not GOD
Our time is not worth less than yours. If you want an answer to a simple question then use Google before posting here. It is just a matter of politeness.
 
  


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
LXer: 5 Lightweight Alternatives to Popular Applications LXer Syndicated Linux News 0 05-12-2010 08:02 AM
can't download any deb files ldimeglio Linux - Newbie 3 09-25-2009 08:11 PM
LXer: Installing Popular Applications On Your Ubuntu Desktop With Automatix2 LXer Syndicated Linux News 0 12-05-2006 02:21 PM
Software to download "deb" files and dependecies, for Windows, is there? geraldomanaus Linux - Software 0 08-08-2003 02:43 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 09:54 PM.

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