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 (1) Thread Tools Display Modes
Old 18-11-2007, 05:44 PM   1 links from elsewhere to this Post. Click to view. #1 (permalink)
in search of myself
 
CadCrazy's Avatar
 
Join Date: Sep 2006
Location: Gurgaon
Posts: 1,720
Default Offline Ubuntu Package Center


Hello Friends
After seeing many guys without internet access @ home asking for offline packages for ubuntu, i decided to create this thread where we can share offline packages.

You can also request for packages not listed here.

Quote:
How To Install : These instructions are for installation of .deb packages.Copy all your downloaded packages to a folder say "software" on desktop or anywhere you find it suitable. Now launch terminal ( Applications -> Accessories -> Terminal) and type

cd /home/cadcrazy/Desktop/software
sudo dpkg -i *.deb


Note: Replace cadcrazy with your username

This method will install all the deb packages whether or not all the dependencies are satisfied . So as a result you may get some broken packages chances of which are rare . If you get some error message while installing, to fix the problem type

sudo apt-get install -f

This command will remove the broken packge(s) if any and show you the name of removed package. To know the missing dependency double click on .deb and the packge manager will show the name of missing dependency.

PS: Report here in case of errors/missing dependencies
Here is list :

Graphics Driver :

Quote:
NVIDIA : Download latest nvidia linux driver from http://www.nvidia.com/object/unix.html
Here is the step by step how to install nvidia driver

1) Backup your graphics config file -> (i.e. Xorg.conf file) to restore it later if anything goes wrong
2) Install build-essential package -> Required to compile nVidia Driver
3) Remove Default Ubuntu nvidia Driver/settings
4) Install nVidia Driver Downloaded from their website( http://www.nvidia.com/object/unix.html)

1)
Backup xorg.conf

Quote:
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf_backup
2) Install Build Essential
Use either graphics or command line method of installation

Graphics Method:

Insert your “Gusty Gibbon” cd in cd-rom drive.This will prompt you to start package manager. Click yes to start synaptic package manager. Search for package build-essential and mark it for installtion. If somehow this method do not work then use command line way.

Command Line Method:

Insert your “Gusty Gibbon” cd in cd-rom drive if necessary and in terminal type:

Quote:
sudo apt-cdrom add (will ask for Gusty Gibbon cd, click yes)
sudo apt-get update
sudo apt-get install build-essential
3) Remove Default Ubuntu nVidia Driver/Settings
Then open Terminal and type (You can also copy n paste these in terminal)

Quote:
sudo apt-get --purge remove linux-restricted-modules-`uname -r` linux-restricted-modules-common nvidia-glx nvidia-settings nvidia-kernel-common
It will ask you to remove also several files (among which linux-386, etc.): answer Yes.

Remove the file manually:

Quote:
sudo rm /etc/init.d/nvidia-*


NOTE: Don't worry if the system complains that the file cannot be removed.

4) Install nVidia Driver/Settings
This action is to be performed in text mode so it is advisable to note down all the steps if you can't remember them.Copy your downloaded driver to desktop. The file name is something like this “NVIDIA-Linux-x86-169.07.pkg1.run”. To install it you have to type “ sudo sh NVIDIA-Linux-x86-169.07.pkg1.run ”. No need to type whole file name just type first latter(in this case capital N) and press TAB to autocomplete the file name.

Note : Linux is case sensitive i.e. NVIDIA and nvidia are not same.


Let us come to actual installtion steps

Press CTRL-ALT-F1 (so as to get to the command line, not a windowed terminal, but out of the graphical interface GUI)
login with your username and password (if required) and type

Quote:
sudo /etc/init.d/gdm stop (To stop “Graphics Device Manager”)
cd /home/cadcrazy/Desktop (Navigate to Desktop i.e. nvidia driver location)

Note:
Replace cadcrazy with your user name and use capital d in Desktop

Start nvidia installer:
Quote:
sudo sh NVIDIA-Linux-x86-169.07.pkg1.run


Note: File name may not be same as written above

Agree to license terms. Then it'll prompt you to search for “Precompiled Headers”. Choose no. It'll then compile the kernel.At last it'll ask you to configure your driver using nvidia-xconfig utility. Again choose yes.

Restart the login manager:
Quote:
sudo /etc/init.d/gdm restart
Quote:
In this way if anything goes wrong and you have problems with the xserver (i.e. if it doesn't start) you can type:
sudo cp /etc/X11/xorg.conf_backup /etc/X11/xorg.conf


NOTE: if you forget to backup your old xorg.conf or lost your old xorg.conf or that doesn't work type this:
dpkg-reconfigure -phigh xserver-xorg
Congratulations, you have installed the new nvidia driver!
Audio/Video :
Quote:
Gstreamer : Many applications in Ubuntu use the GStreamer open source multimedia framework including Totem and Rhythmbox to play proprietary audio/video files

Homepage: http://gstreamer.freedesktop.org/doc...n/plugins.html

32 bit download links
:
Ubuntu 8.04 : Gstreamer
Ubuntu 8.10 : Gstreamer
64 bit download links : NA
Quote:
VLC : VLC is the VideoLAN project's media player. It plays MPEG, MPEG2, MPEG4, DivX, MOV, WMV, QuickTime, mp3, Ogg/Vorbis files, DVDs, VCDs, and multimedia streams from various network sources.

Homepage: http://www.videolan.org/vlc/

32 bit download links
:
Ubuntu 8.04 : Vlc 0.8.6
Ubuntu 8.10 : Vlc 0.9.4
64 bit download links : NA
Quote:
Exaile : Exaile is a media player aiming to be similar to KDE's Amarok, but for GTK+. It incorporates many of the cool things from Amarok (and other media players) like automatic fetching of album art, handling of large libraries, lyrics fetching, artist/album information via the wikipedia, last.fm support, optional iPod support (assuming you have python-gpod installed).

Homepage: http://www.exaile.org/

32 bit download links
:
Ubuntu 8.04 : Exaile 0.2.11
Ubuntu 8.10 : Exaile_0.2.13 (New)
64 bit download links : NA

Quote:
SMplayer+DeVeDe : SMPlayer intends to be a complete front-end for MPlayer, from basic features like playing videos, DVDs, and VCDs to more advanced features like support for MPlayer filters and more.
DeVeDe is a program to create video DVDs and CDs (VCD, sVCD or CVD), suitables for home players, from any number of video files, in any of the formats supported by Mplayer. The big advantage over other utilites is that it only needs Mplayer, Mencoder, DVDAuthor, VCDImager and MKisofs (well, and Python, PyGTK and PyGlade), so its dependencies are really small.

Homepage: http://smplayer.sourceforge.net/Homepage: http://www.rastersoft.com/programas/devede.html

32 bit download links
:
Ubuntu 8.04 :
Ubuntu 8.10 : SMplayer 0.1.5 + DeVeDe 3.11 (New)
64 bit download links : NA
Quote:
Win32codec : Extra codec for Mplayer to play video files

Homepage:

32 bit download links
:
Ubuntu 8.04 : Win32codec 20071007
Ubuntu 8.10 : Win32codec 20071007 (New)
64 bit download links : NA
Quote:
Audacity : Audacity is free, open source software for recording and editing sounds. It is available for Mac OS X, Microsoft Windows, GNU/Linux, and other operating systems. Learn more about Audacity... Also check our Wiki and Forum for more information.

Homepage: http://audacity.sourceforge.net/

32 bit download links
:

Ubuntu 8.04 :
Audacity 1.3.4
Ubuntu 8.10 : Audacity 1.3.5 (New)
64 bit download links : NA
Quote:
Amarok :

32 bit download links :
Ubuntu 8.04 :
NA
Ubuntu 8.10 : Amarok 1.4.10 (New)
64 bit download links : NA

Quote:
Avidemux :

32 bit download links :
Ubuntu 8.04 :
NA
Ubuntu 8.10 : Avidemux 2.4.3 (New)
64 bit download links : NA
CD/DVD Burning :
Quote:
K3b : K3b is a GUI frontend to the CD recording programs cdrdao and cdrecord. Its aim is to provide a very user friendly interface to all the tasks that come with cd recording. It can be used to copy CDs and burn audio CDs (from wav, mp3 or ogg vorbis files), data CDs and DVDs, mixed-mode CDs (CD-Extra support), VCDs (1.1, 2.0 and SVCD), ISO files (Joliet/Rockridge and El Torito support), eMovix CDs

Homepage : http://www.k3b.org

32 bit download links
:
Ubuntu 8.04 : k3b 1.0.4
Ubuntu 8.10 : k3b 1.0.5 (New)
64 bit download links : NA
Quote:
GnomeBaker : Gnomebaker is an easy to use CD/DVD burner. Its current features includes Data and audio CD burning, Multisession CDs, DVD formating, DVD data disk burning, On-the-fly data CD burning, Cue bin data CD writing

Homepage : http://sourceforge.net/projects/gnomebaker

32 bit download links
:
Ubuntu 8.04 : Gnomebaker 0.6.2
Ubuntu 8.10 : Gnomebaker 0.6.4 (New)
64 bit download links : NA
Cad/Design :
Quote:
Blender : Blender needs no introduction.Blender is an integrated 3d suite for modelling, animation, rendering,post-production, interactive creation and playback (games).

Homepage: http://blender.org/

32 bit download links :
Ubuntu 8.04 : Blender 2.45
Ubuntu 8.10 : Blender 2.46 (New)
64 bit download links : NA
Quote:
Inkscape : An Open Source vector graphics editor, with capabilities similar to Illustrator, CorelDraw, or Xara X, using the W3C standard Scalable Vector Graphics (SVG) file format.

Homepage: http://www.inkscape.org/

32 bit download links :
Ubuntu 8.04 : Inkscape 0.46
Ubuntu 8.10 : Inkscape 0.46 (New)
64 bit download links : NA
Quote:
Scribus : Scribus is an open-source program that brings award-winning professional page layout to Linux/Unix, MacOS X, OS/2 and Windows desktops with a combination of "press-ready" output and new approaches to page layout. Underneath the modern and user friendly interface, Scribus supports professional publishing features, such as CMYK color, separations, ICC color management and versatile PDF creation.

Homepage: http://www.scribus.net

32 bit download links :
Ubuntu 8.04 : Scribus 1.3.3.11
Ubuntu 8.10 : Scribus 1.3.3.12 (New)
64 bit download links : NA

Gaming :
Quote:
Wine : While Wine is usually thought of as a Microsoft Windows emulator, the Wine developers would prefer that users thought of Wine as a Windows compatibility layer for Linux. Wine does not require MS Windows, but it can use native system dll files in place of its own if they are available.

Homepage: http://www.winehq.org/

32 bit download links :
Quote:
Ubuntu 8.04 : Wine 1.1.5
Ubuntu 8.10 : Wine 1.0.1(stable) , Wine 1.1.14(developement) (New)
64 bit download links : NA
Desktop :
Quote:
Compizconfig Setting Manager : Compiz is enabled in Hardy by default but to tweak its settings you need compizconfig-settings-manager.

Homepage: www.compiz-fusion.org

32 bit download links :
Ubuntu 8.04 : compizconfig-settings-manager 0.7.4
Ubuntu 8.10 : compizconfig-settings-manager 0.7.8 (New)
64 bit download links : NA
Quote:
Customization : First of all read Ubuntu Customization Guide By Dark Star and here are all offline packages required for customization

32 bit download links :

Avant Window Navigator:
Ubuntu 8.04 : Avant Window Navigator 0.3.1
Ubuntu 8.10 : Avant Window Navigator 0.3.3 (New)

Screenlet Manager :
Ubuntu 8.04 : screenlets 0.0.12
Ubuntu 8.10 : screenlets 0.1.2 (New)

Emerald :
Ubuntu 8.04 : emerald 0.7.2
Ubuntu 8.10 : emerald 0.7.2

Gtweakui :
Ubuntu 8.04 : Gtweakui 0.4
Ubuntu 8.10 : Gtweakui 0.4.0 (New)

Startupmanager :
Ubuntu 8.04 : Startupmanager 1.9.11
Ubuntu 8.10 : Startupmanager 1.9.11 (New)

64 bit download links
: NA
Virtualization :
Quote:
VirtualBox : VirtualBox is a family of powerful x86 virtualization products for enterprise as well as home use. Not only is VirtualBox an extremely feature rich, high performance product for enterprise customers, it is also the only professional solution that is freely available as Open Source Software under the terms of the GNU General Public License (GPL).

Homepage: http://www.virtualbox.org/

32 bit download links :
Ubuntu 8.04 : VirtualBox 2.0.2 (PUEL)
Ubuntu 8.10 : VirtualBox 2.1.2 (PUEL), VirtualBox 2.0.4 (OSE) (New)
64 bit download links : NA

Programming :
Quote:
Eclipse :

Homepage:

32 bit download links :
Ubuntu 8.04 : NA
Ubuntu 8.10 : Eclipse 3.2.2 (New)
64 bit download links : NA
Quote:
Netbeans :

Homepage:

32 bit download links :
Ubuntu 8.04 : NA
Ubuntu 8.10 : Netbeans 6.1 (New)
64 bit download links : NA
Quote:
Geany :

Homepage:

32 bit download links :
Ubuntu 8.04 : NA
Ubuntu 8.10 : Geany 0.14 (New)
64 bit download links : NA
Quote:
Scite :

Homepage:

32 bit download links :
Ubuntu 8.04 : NA
Ubuntu 8.10 : Scite 1.76 (New)
64 bit download links : NA
Quote:
OpenJDK :

Homepage:

32 bit download links :
Ubuntu 8.04 : NA
Ubuntu 8.10 : Openjdk-6 (New)
64 bit download links : NA
Others :
Quote:
Wammu : Wammu is mobile phone manager running on Linux, Windows and possibly other platforms, where Gammu and wxPython works. The communication is made by Gammu library.

Homepage: http://wammu.eu/

32 bit download links :
Ubuntu 8.04 : Wammu 0.25
Ubuntu 8.10 : Wammu 0.27 (New)
64 bit download links : NA
Quote:
Utilities : Some Useful utilities like unrar and p7zip to enable fileroller open rar & zip archives

32 bit download links :
Ubuntu 8.04 : Unrar 3.7.8 , P7zip 4.57
Ubuntu 8.10 : Unrar 3.8.2 , P7zip 4.58 (New)
64 bit download links : NA
Will Keep on adding ----------------
__________________
::::::::::::::::::::
Unban Praka123
::::::::::::::::::::
Vista is my Secretary | Mac is my Girlfriend | Linux is my Wife
"Ek Se Mera Kya Hoga" :lol:

Last edited by CadCrazy; 13-02-2009 at 09:38 PM.
CadCrazy is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 18-11-2007, 07:23 PM   #2 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,432
Default Re: Offline Ubuntu Package Center

Great idea!
__________________
Whenever you find yourself on the side of the majority, it is time to pause and reflect. - Mark Twain
kalpik is offline  
Old 18-11-2007, 10:03 PM   #3 (permalink)
Who stole my Alpaca!
 
FilledVoid's Avatar
 
Join Date: Jan 2005
Location: Kerala
Posts: 2,020
Default Re: Offline Ubuntu Package Center

I think you might want to include whether its the 32 bit one or 64 bit one also ? Im not sure if this actually matter. But If im correct my repos only shows 64 bit applications?
__________________
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
FilledVoid is offline  
Old 18-11-2007, 10:24 PM   #4 (permalink)
Human Spambot
 
Cool G5's Avatar
 
Join Date: Aug 2006
Location: Aamchi Mumbai !!!
Posts: 4,228
Default Re: Offline Ubuntu Package Center

good thread.
__________________
ShutterTux - Photography, Linux & Life! : http://shuttertux.wordpress.com
Cool G5 is offline  
Old 18-11-2007, 10:35 PM   #5 (permalink)
Alpha Geek
 
sachin_kothari's Avatar
 
Join Date: Dec 2004
Location: Pune
Posts: 569
Default Re: Offline Ubuntu Package Center

exactly what i needed.
thanks.
sachin_kothari is online now  
Old 18-11-2007, 10:46 PM   #6 (permalink)
D i s t i n c t l y Ahead
 
saurabh kakkar's Avatar
 
Join Date: Sep 2006
Location: New delhi
Posts: 495
Default Re: Offline Ubuntu Package Center

Good move highly appreciable
saurabh kakkar is offline  
Old 18-11-2007, 10:53 PM   #7 (permalink)
Alpha Geek
 
Join Date: Jan 2006
Posts: 543
Default Re: Offline Ubuntu Package Center

Wonderful initiative
cool_techie_tvm is offline  
Old 19-11-2007, 08:36 AM   #8 (permalink)
in search of myself
 
CadCrazy's Avatar
 
Join Date: Sep 2006
Location: Gurgaon
Posts: 1,720
Default Re: Offline Ubuntu Package Center

Thank you kalpik, Cool G5, Kenshin, saurabh kakkar and cool_techie_tvm

Quote:
Originally Posted by exx_2000
I think you might want to include whether its the 32 bit one or 64 bit one also ? Im not sure if this actually matter. But If im correct my repos only shows 64 bit applications?
Thanks for the suggestion (included)

Quote:
Originally Posted by sachin_kothari
exactly what i needed.
thanks.
You are welcome
__________________
::::::::::::::::::::
Unban Praka123
::::::::::::::::::::
Vista is my Secretary | Mac is my Girlfriend | Linux is my Wife
"Ek Se Mera Kya Hoga" :lol:

Last edited by CadCrazy; 19-11-2007 at 08:38 AM. Reason: Automerged Doublepost
CadCrazy is offline  
Old 19-11-2007, 08:42 AM   #9 (permalink)
Dreamweaver
 
Gigacore's Avatar
 
Join Date: Aug 2006
Location: Bangalore
Posts: 3,904
Default Re: Offline Ubuntu Package Center

Thanks for the idea!
__________________
Today's noobs are tomorrow's geeks. Don't make fun of them.. encourage them. - Gigacore

Follow me on twitter.com/gigacore
Gigacore is offline  
Old 19-11-2007, 09:19 AM   #10 (permalink)
Think Zen.
 
ray|raven's Avatar
 
Join Date: Dec 2005
Posts: 1,498
Default Re: Offline Ubuntu Package Center

Wonderful Concept.
I Request the mods to make it a Sticky.

Regards,
ray
__________________
Do what you will; but not because you must. -- Zen Quote
ray|raven is offline  
Old 19-11-2007, 10:11 AM   #11 (permalink)
Who stole my Alpaca!
 
FilledVoid's Avatar
 
Join Date: Jan 2005
Location: Kerala
Posts: 2,020
Default Re: Offline Ubuntu Package Center

My packages (Please note I'm from Kerala)

Ubuntu AMD 64 BIt Gutsy Gibbon

Wine - 31.7 MB
IcedTea (Java) - 28.5 MB
Flash - 20.7 MB (ia32-libs2.1)
Amarok
XMMS
Wammu
Virtualbox
Cairoclock
GDekslets
Tvtime
BrutalChess
AptOnCd
XChat
Avant WIndow Navigator (AWN)

Some more but I really dont know what the files are for.
__________________
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
FilledVoid is offline  
Old 19-11-2007, 10:34 AM   #12 (permalink)
Alpha Geek
 
adi007's Avatar
 
Join Date: Sep 2007
Location: hassan
Posts: 717
Default Re: Offline Ubuntu Package Center

thanks a ton cadcrazy.Will download once i go to internet cafe.
This should be sticky....
But i want to ask whether APT-ON-CD has any sort of dependencies...
__________________
doiteasily.com ►easy way(s) to do certain things
Tech Word of the day : ADSL
Aditech Blog ► There is something for everyone
Terminal Command of the day
regtweak.info ► Windows Registry hacks and tricks
adi007 is offline  
Old 19-11-2007, 10:36 AM   #13 (permalink)
in search of myself
 
CadCrazy's Avatar
 
Join Date: Sep 2006
Location: Gurgaon
Posts: 1,720
Default Re: Offline Ubuntu Package Center

Quote:
Originally Posted by adi007
thanks a ton cadcrazy.Will download once i go to internet cafe.
This should be sticky....
Welcome

Quote:
Originally Posted by adi007
But i want to ask whether APT-ON-CD has any sort of dependencies...
No
__________________
::::::::::::::::::::
Unban Praka123
::::::::::::::::::::
Vista is my Secretary | Mac is my Girlfriend | Linux is my Wife
"Ek Se Mera Kya Hoga" :lol:
CadCrazy is offline  
Old 19-11-2007, 10:37 AM   #14 (permalink)
Alpha Geek
 
adi007's Avatar
 
Join Date: Sep 2007
Location: hassan
Posts: 717
Default Re: Offline Ubuntu Package Center

Can these be done to other distros
__________________
doiteasily.com ►easy way(s) to do certain things
Tech Word of the day : ADSL
Aditech Blog ► There is something for everyone
Terminal Command of the day
regtweak.info ► Windows Registry hacks and tricks
adi007 is offline  
Old 19-11-2007, 10:40 AM   #15 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: Offline Ubuntu Package Center

No, all the dependencies are core type and are thus installed by default on a fresh Ubuntu install itself.

Code:
Depends: python2.5, python-central (>= 0.5.8), python (>= 2.5), python (< 2.6), libgnomevfs2-0, genisoimage | mkisofs, apt-utils, synaptic (>= 0.57.7), python-gnome2, python-apt, python-glade2, python-dbus, lsb-release, gksu, python-gtk2, gnome-icon-theme
Quote:
Originally Posted by adi007
Can these be done to other distros
No, just Debian based distros have APT-On-CD. Don't know of a Yum-on-CD or whatever.
__________________
Harsh J
www.harshj.com

Last edited by QwertyManiac; 19-11-2007 at 10:40 AM. Reason: Automerged Doublepost
QwertyManiac is offline  
Old 19-11-2007, 10:41 AM   #16 (permalink)
Alpha Geek
 
adi007's Avatar
 
Join Date: Sep 2007
Location: hassan
Posts: 717
Default Re: Offline Ubuntu Package Center

Can this be done on opensuse 10.1
I think it could be done on kubuntu,edubuntu ,Xubuntu and all debain oriented distros..Am i right
__________________
doiteasily.com ►easy way(s) to do certain things
Tech Word of the day : ADSL
Aditech Blog ► There is something for everyone
Terminal Command of the day
regtweak.info ► Windows Registry hacks and tricks
adi007 is offline  
Old 19-11-2007, 10:43 AM   #17 (permalink)
Commander in Chief
 
QwertyManiac's Avatar
 
Join Date: Jul 2005
Posts: 6,658
Default Re: Offline Ubuntu Package Center

Yeah, only Debian ones have APT directly built into them.
__________________
Harsh J
www.harshj.com
QwertyManiac is offline  
Old 19-11-2007, 10:47 AM   #18 (permalink)
Alpha Geek
 
adi007's Avatar
 
Join Date: Sep 2007
Location: hassan
Posts: 717
Default Re: Offline Ubuntu Package Center

Opensuse 10.1 is able to install .deb packages .So can i use it on OpenSuse 10.1??
By the way is opensuse a debian oriented distro....
__________________
doiteasily.com ►easy way(s) to do certain things
Tech Word of the day : ADSL
Aditech Blog ► There is something for everyone
Terminal Command of the day
regtweak.info ► Windows Registry hacks and tricks
adi007 is offline  
Old 19-11-2007, 10:47 AM   #19 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: Offline Ubuntu Package Center

yes.fedora has an offline installer developed by indians.i think the name is OPYUM.
edit:yes
Opyum is an application designed to enable users, who do not have a good network (eg., Internet) connection at their ready disposal, to easily install new packages or update existing ones through the conventional package management system available in Fedora. It is a GUI utility written in Python based on the existing Pirut interface and modules.
http://fedoraproject.org/wiki/DebarshiRay/Opyum

@adi:debian based distros uses .debs and fedora,suse uses .rpm so suse is not a debian derivative.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 19-11-2007, 10:50 AM   #20 (permalink)
Alpha Geek
 
adi007's Avatar
 
Join Date: Sep 2007
Location: hassan
Posts: 717
Default Re: Offline Ubuntu Package Center

^^thanks
__________________
doiteasily.com ►easy way(s) to do certain things
Tech Word of the day : ADSL
Aditech Blog ► There is something for everyone
Terminal Command of the day
regtweak.info ► Windows Registry hacks and tricks
adi007 is offline  
Old 20-11-2007, 01:22 PM   #21 (permalink)
Alpha Geek
 
adi007's Avatar
 
Join Date: Sep 2007
Location: hassan
Posts: 717
Default Re: Offline Ubuntu Package Center

currently in internet cafe.downloading
__________________
doiteasily.com ►easy way(s) to do certain things
Tech Word of the day : ADSL
Aditech Blog ► There is something for everyone
Terminal Command of the day
regtweak.info ► Windows Registry hacks and tricks
adi007 is offline  
Old 20-11-2007, 01:30 PM   #22 (permalink)
in search of myself
 
CadCrazy's Avatar
 
Join Date: Sep 2006
Location: Gurgaon
Posts: 1,720
Default Re: Offline Ubuntu Package Center

Best of luck buddy

After restoring the packages through aptoncd you have install them . It will be available for offline installation through synaptic package manager.

For gstreamer install these packages

gstreamer0.10-plugins-ugly
gstreamer0.10-plugins-ugly-multiverse
gstreamer0.10-plugins-bad
gstreamer0.10-plugins-bad-multiverse
gstreamer0.10-ffmpeg
__________________
::::::::::::::::::::
Unban Praka123
::::::::::::::::::::
Vista is my Secretary | Mac is my Girlfriend | Linux is my Wife
"Ek Se Mera Kya Hoga" :lol:

Last edited by CadCrazy; 20-11-2007 at 01:48 PM.
CadCrazy is offline  
Old 20-11-2007, 04:48 PM   #23 (permalink)
ankitsagwekar
Guest
 
Posts: n/a
Wink Re: Offline Ubuntu Package Center

easy way to install all this software
download dvd image of ubuntu from http://cdimage.ubuntu.com/dvd/current/
in contain all u want
 
Old 21-11-2007, 12:30 AM   #24 (permalink)
in search of myself
 
CadCrazy's Avatar
 
Join Date: Sep 2006
Location: Gurgaon
Posts: 1,720
Default Re: Offline Ubuntu Package Center

Quote:
Originally Posted by ankitsagwekar
easy way to install all this software
download dvd image of ubuntu from http://cdimage.ubuntu.com/dvd/current/
in contain all u want
So ubuntu started including proprietary codecs in dvd
__________________
::::::::::::::::::::
Unban Praka123
::::::::::::::::::::
Vista is my Secretary | Mac is my Girlfriend | Linux is my Wife
"Ek Se Mera Kya Hoga" :lol:
CadCrazy is offline  
Old 21-11-2007, 04:07 AM   #25 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: Offline Ubuntu Package Center

^ubuntu dvd does not comes with restricted stuffs afaik.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 is offline  
Old 21-11-2007, 04:14 AM   #26 (permalink)
"The Gentleman"
 
vish786's Avatar
 
Join Date: Sep 2006
Posts: 1,434
Post Re: Offline Ubuntu Package Center

btw, which distro provides nvidia drivers inbuild other than sayabean. ?
__________________
"The use of COBOL cripples the mind; its teaching should, therefore, be regarded as a criminal offense."
- Dijkstra
vish786 is offline  
Old 21-11-2007, 12:04 PM   #27 (permalink)
Alpha Geek
 
adi007's Avatar
 
Join Date: Sep 2007
Location: hassan
Posts: 717
Default Re: Offline Ubuntu Package Center

My experience with aptoncd

I downloaded all the stuff from the internet cafe and brought it to home via pendrive.
Now the first thing was to install aptoncd deb package.
I earlier asked whether it had any sort of dependieces and many replied no.
When i double clicked the file, it stated me that there is no mkisofs in my system and i was unable to install.

even though ubuntu has an altenative genisoimage to mkisofs, it was unable to find out.Then i forced the package to install without dependencies and was unable to do so.

Then what i did was extracted the deb package by isssuing dpkg -e and then edited the content file to remove dependency mkisofs.Then i created the custom aptoncd deb file and i opened it.

I was able to get the install package button and i was happy and clicked it.Everything was fine but at the end it gave me some phython error and stated that it failed to install the package.

Then, i mounted the iso images and found deb packages inside the packages folder.I just copied it and tried to install all the packages.All had some dependencies but fortunately all the dependeny packages were present in the iso image.
I didn't knew the order in which i should install packages.

SO ,IT TOOK NEARLY 3 HRS TO INSTALL ALL THE PACKAGES

After doing all thse i tried to play some files.
Voila!! It played every file i throwed.So my UBUNTU is now multimedia ready.

Well, all ended well.But if aptoncd had installed sucessfully,then these procedures would be way to easy.....

Quote:
I am not sure about this.But the iso file Gxine+libxine1-ffmpeg (32 bit) is corrupted.So please cross check it.I downloaded all the packages using free download manager
Last but not least,i would liked to thank CadCrazy to provide the iso images.....
__________________
doiteasily.com ►easy way(s) to do certain things
Tech Word of the day : ADSL
Aditech Blog ► There is something for everyone
Terminal Command of the day
regtweak.info ► Windows Registry hacks and tricks

Last edited by adi007; 21-11-2007 at 01:21 PM. Reason: Automerged Doublepost
adi007 is offline  
Old 21-11-2007, 12:07 PM   #28 (permalink)
Who stole my Alpaca!
 
FilledVoid's Avatar
 
Join Date: Jan 2005
Location: Kerala
Posts: 2,020
Default Re: Offline Ubuntu Package Center

I think you canf ind the corrwect dependencies of the AptOnCd package by running

apt-cache depends aptoncd

Doing this I get the following output.

Code:
 
aptoncd
  Depends: python2.5
  Depends: python-central
  Depends: python
  Depends: python
  Depends: libgnomevfs2-0
 |Depends: genisoimage
  Depends: mkisofs
  Depends: apt-utils
  Depends: synaptic
  Depends: python-gnome2
  Depends: python-apt
  Depends: python-glade2
  Depends: python-dbus
  Depends: lsb-release
  Depends: gksu
  Depends: python-gtk2
  Depends: gnome-icon-theme
  Suggests: update-notifier
 |Recommends: nautilus-cd-burner
  Recommends: k3b
  Recommends: yelp
Some of this is obviously installed by default. When I installed AptOnCD the only file I had to download was AptOnCD itself. I used the DVD install though and I am using a 64 bit install so there might be differences between my dependencies and yours. (Im not sure about this just guessing here)

Hope this helps.
__________________
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
FilledVoid is offline  
Old 21-11-2007, 12:22 PM   #29 (permalink)
Alpha Geek
 
adi007's Avatar
 
Join Date: Sep 2007
Location: hassan
Posts: 717
Unhappy Re: Offline Ubuntu Package Center

Quote:
Originally Posted by exx_2000
I think you canf ind the corrwect dependencies of the AptOnCd package by running

apt-cache depends aptoncd

Doing this I get the following output.

Code:
 
aptoncd
  Depends: python2.5
  Depends: python-central
  Depends: python
  Depends: python
  Depends: libgnomevfs2-0
 |Depends: genisoimage
  Depends: mkisofs
  Depends: apt-utils
  Depends: synaptic
  Depends: python-gnome2
  Depends: python-apt
  Depends: python-glade2
  Depends: python-dbus
  Depends: lsb-release
  Depends: gksu
  Depends: python-gtk2
  Depends: gnome-icon-theme
  Suggests: update-notifier
 |Recommends: nautilus-cd-burner
  Recommends: k3b
  Recommends: yelp
Some of this is obviously installed by default. When I installed AptOnCD the only file I had to download was AptOnCD itself. I used the DVD install though and I am using a 64 bit install so there might be differences between my dependencies and yours. (Im not sure about this just guessing here)

Hope this helps.
there is no mkisofs in my UBUNTU.Mine is UBUNTU 7.10 32 Bit shipped cd.
__________________
doiteasily.com ►easy way(s) to do certain things
Tech Word of the day : ADSL
Aditech Blog ► There is something for everyone
Terminal Command of the day
regtweak.info ► Windows Registry hacks and tricks
adi007 is offline  
Old 21-11-2007, 12:26 PM   #30 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: Offline Ubuntu Package Center

it is there in gutsy for sure.i uses gutsy.I think u dint "sudo apt-get update" when u took ur pc to netcafe.u need to do that.also make sure ur /etc/apt/sources.list is correct with all repos there.below is mine for gutsy 32-bit
Code:
deb cdrom:[Ubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071017)]/ gutsy main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
#Repository List based on standard gutsy with many extra packages
# If you get errors about missing keys, lookup the key in this file
# and run these commands (replace KEY with the key number):
#  gpg --keyserver subkeys.pgp.net --recv KEY
#  gpg --export --armor KEY | sudo apt-key add -
#
# If you have a gpg key URL use (replace URL with the key address):
#
#  wget -q URL -O- | sudo apt-key add -
#
# If you have a gpg key file use (replace FILE with the key file):
#
#  sudo apt-key add FILE

deb http://archive.ubuntu.com/ubuntu/ gutsy main restricted
deb-src http://archive.ubuntu.com/ubuntu/ gutsy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://archive.ubuntu.com/ubuntu/ gutsy-updates main restricted
deb-src http://archive.ubuntu.com/ubuntu/ gutsy-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://archive.ubuntu.com/ubuntu/ gutsy universe
deb-src http://archive.ubuntu.com/ubuntu/ gutsy universe
deb http://archive.ubuntu.com/ubuntu/ gutsy-updates universe
deb-src http://archive.ubuntu.com/ubuntu/ gutsy-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://archive.ubuntu.com/ubuntu/ gutsy multiverse
deb-src http://archive.ubuntu.com/ubuntu/ gutsy multiverse
deb http://archive.ubuntu.com/ubuntu/ gutsy-updates multiverse
deb-src http://archive.ubuntu.com/ubuntu/ gutsy-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ gutsy-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository. This software is not part of Ubuntu, but is
## offered by Canonical and the respective vendors as a service to Ubuntu
## users.
deb http://archive.canonical.com/ubuntu gutsy partner
deb-src http://archive.canonical.com/ubuntu gutsy partner

deb http://security.ubuntu.com/ubuntu gutsy-security main restricted
deb-src http://security.ubuntu.com/ubuntu gutsy-security main restricted
deb http://security.ubuntu.com/ubuntu gutsy-security universe
deb-src http://security.ubuntu.com/ubuntu gutsy-security universe
deb http://security.ubuntu.com/ubuntu gutsy-security multiverse
deb-src http://security.ubuntu.com/ubuntu gutsy-security multiverse

# Seveas’ packages (GPG key: 1135D466)
# GPG key-file: http://mirror.ubuntulinux.nl/1135D466.gpg
deb http://mirror.ubuntulinux.nl gutsy-seveas all
deb-src http://mirror.ubuntulinux.nl gutsy-seveas all

# Medibuntu - Ubuntu 7.10 "gutsy gibbon"
# GPG key-file: http://packages.medibuntu.org/medibuntu-key.gpg
deb http://packages.medibuntu.org/ gutsy free non-free
#deb-src http://packages.medibuntu.org/ gutsy free non-free

# Debuntu Ubuntu gutsy packages
# GPG Key: http://repository.debuntu.org/GPG-Key-chantra.txt
deb  http://repository.debuntu.org/ gutsy multiverse
#deb-src http://repository.debuntu.org/ gutsy multiverse
uncomment necessary repos to work.press reload in synaptic or run in terminal sudo apt-get update
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org
praka123 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


LinkBacks (?)
LinkBack to this Thread: http://www.thinkdigit.com/forum/open-source/73538-offline-ubuntu-package-center.html
Posted By For Type Date
[SOLVED] [vlc]choosing .deb packages to install them later offline - Ubuntu Forums This thread Refback 18-06-2010 12:53 PM

Similar Threads
Thread Thread Starter Forum Replies Last Post
Opyum, the fedora offline package manager mehulved Open Source 12 20-12-2008 03:03 AM
How to install all Multimedia codecs offline in ubuntu 7.10 CadCrazy Open Source 11 29-10-2007 10:33 PM
Multimedia codecs for Ubuntu.Offline. ray|raven Open Source 21 17-12-2006 08:01 PM
How to install rpm and .tx package in UBUNTU DukeNukem Open Source 11 01-11-2006 03:54 PM
Command to see dependencies of a package in Ubuntu vinayasurya Open Source 4 21-06-2006 12:09 PM

 
Latest Threads
- by Sujeet
- by soumya
- by clmlbx
- by Charan

Advertisement




All times are GMT +5.5. The time now is 01:14 PM.


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

Search Engine Optimization by vBSEO 3.3.2