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 27-12-2007, 08:23 AM   #1 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default How to backup Packages !


Hey
Can any 1 tell me how to take backup of updates and packages that I Installed so that I can re-install if any mess happens ? Also how to create a .deb file please tell me


Regards
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Dark Star is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 27-12-2007, 10:27 AM   #2 (permalink)
Pat
Member of Apple Family
 
Pat's Avatar
 
Join Date: Nov 2007
Location: Mumbai
Posts: 1,383
Default Re: How to backup Packages !

Errr..AptOnCD ? or manually copy stuff from /var/cache/apt/ !
Pat is offline  
Old 27-12-2007, 10:41 AM   #3 (permalink)
Who stole my Alpaca!
 
FilledVoid's Avatar
 
Join Date: Jan 2005
Location: Kerala
Posts: 2,020
Default Re: How to backup Packages !

AptonCD,
Manual Copy,
DD command
Timevault ?
Theres a few more I think.
__________________
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
FilledVoid is offline  
Old 28-12-2007, 10:57 PM   #4 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: How to backup Packages !

Ok now what abt .deb Also I installed my frnd Ubuntu via Chip DVD [1thing what's there in DVD nothing just a CD nothing else.] also whenever he tried to install anything via apt he is prompted to insert the CD Why
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Dark Star is offline  
Old 28-12-2007, 10:58 PM   #5 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: How to backup Packages !

But this message did not come when I installed via Ubuntu or Digit media
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Dark Star is offline  
Old 29-12-2007, 12:24 AM   #6 (permalink)
die blizzard die! D3?
 
The_Devil_Himself's Avatar
 
Join Date: Aug 2007
Location: Event horizon
Posts: 2,361
Default Re: How to backup Packages !

Quote:
Originally Posted by Dark Star View Post
Ok now what abt .deb Also I installed my frnd Ubuntu via Chip DVD [1thing what's there in DVD nothing just a CD nothing else.] also whenever he tried to install anything via apt he is prompted to insert the CD Why
cos that softy is present on that cd.See you can add cd\dvd to synaptic as well,and then it will see wheteher the software you have asked to install is present on any of the cd\dvd you have added and if not then downloads the softy.

its like first local var cache folder,theen cd\dvd, and then finally internet.

This is how it works IMO.
__________________
Stealing your women and horses since 1843.
The_Devil_Himself is offline  
Old 29-12-2007, 12:24 AM   #7 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: How to backup Packages !

^just that the cd/dvd repository line is added in ur /etc/apt/sources.list .if u remove the cd/dvd line and do a apt-get update,it will not ask.

for backup's there is already rsync.and regarding creating deb packages means you have to make the source code "debianised" ie,having installation paths,docs(readme's etc) etc well defined.then u may be successful.also,the "newbiedoc" or debian admin guide that can be apt-get install or available online will help.and not to forget,it needs patience and some amount of knowledge in programming.

edit found a cool tool :
Undelete files on Linux with GIIS

Imagine you just finished writing an important document with your favorite word processor. You hit save, and turn in for the night, satisfied that everything is fine. Unbeknownst to you, something happens as you slumber. Maybe it's a wayward nephew, maybe it's your cat, but at some point, something or someone deleted your precious file. What do you do?

Rest easy, friend, and take a look at this. Although the author of this app doesn't seem to know how to run SpellCheck, Get It I Say (GIIS) is an invaluable data recovery tool. All you need is a Linux based system and a hard disk partition that uses EXT2 or EXT3.
http://www.downloadsquad.com/2007/12...nux-with-giis/
http://sourceforge.net/projects/giis/
http://sourceforge.net/project/scree...roup_id=156518
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You
Get GNU/Linux - http://getgnulinux.org

Last edited by praka123; 29-12-2007 at 12:42 AM.
praka123 is offline  
Old 29-12-2007, 08:09 AM   #8 (permalink)
Wise Old Crow
 
blueshift's Avatar
 
Join Date: Apr 2005
Location: Inside the Pixel
Posts: 1,227
Default Re: How to backup Packages !

Thanks. I too wanted to know.
will have a look at it later.
__________________
http://twitter.com/blueshift155
blueshift is offline  
Old 29-12-2007, 02:23 PM   #9 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
Default Re: How to backup Packages !

A doubt: If one package is dependant on another, and I have both in a single folder(.deb files) then will double clicking one make ubuntu to install its dependancy thats located in the same folder?
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is offline  
Old 29-12-2007, 03:24 PM   #10 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: How to backup Packages !

^NO!
__________________
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 29-12-2007, 08:00 PM   #11 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
Default Re: How to backup Packages !

Quote:
Originally Posted by praka123 View Post
^NO!
Fug it.... When can we ever get a clean methord to get rid of dependency hell? Offline?
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is offline  
Old 30-12-2007, 01:04 AM   #12 (permalink)
Who stole my Alpaca!
 
FilledVoid's Avatar
 
Join Date: Jan 2005
Location: Kerala
Posts: 2,020
Default Re: How to backup Packages !

Quote:
Fug it.... When can we ever get a clean methord to get rid of dependency hell? Offline
Well if you have both on your system you could run a command to install both the files at one go if thats what you need. I think the command was sudo dpkg -i *.deb ? I might be wrong with the command. It is given in the Packages Offline thread.
__________________
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
FilledVoid is offline  
Old 30-12-2007, 01:35 AM   #13 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: How to backup Packages !

well,FYI,even a deb can be installed without satisfying its dependencies
__________________
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 30-12-2007, 10:44 AM   #14 (permalink)
Pat
Member of Apple Family
 
Pat's Avatar
 
Join Date: Nov 2007
Location: Mumbai
Posts: 1,383
Default Re: How to backup Packages !

Quote:
Originally Posted by praka123 View Post
^NO!
It can be done yaar..If you try to install package A that depends on package B, then if both A and B are in the same directory there would be no issues as B would be automatically be installed.
Pat is offline  
Old 30-12-2007, 12:52 PM   #15 (permalink)
Who stole my Alpaca!
 
FilledVoid's Avatar
 
Join Date: Jan 2005
Location: Kerala
Posts: 2,020
Default Re: How to backup Packages !

Quote:
It can be done yaar..If you try to install package A that depends on package B, then if both A and B are in the same directory there would be no issues as B would be automatically be installed.
It can be done yes. But not by double clicking one deb file that is in a folder.
__________________
The Ultimate Chess Strategy : "Hit Hard, Hit Fast and Hit Often"
FilledVoid is offline  
Old 30-12-2007, 06:09 PM   #16 (permalink)
The Smaller Bang
 
MetalheadGautham's Avatar
 
Join Date: Sep 2007
Location: Gautham City
Posts: 7,489
Default Re: How to backup Packages !

^^such simple implementable features still not here. Waiting for Hardy.
__________________
http://TheSmallerBang.wordpress.com
eMachines E725 - T4400 2.2GHz, 1GB, 160GB
Nokia 5130XM * T-Sonic 610 2GB
Nokia 2323C * Samsung Galaxy Y
Apple iPad 2 16GB WiFi
MetalheadGautham is offline  
Old 30-12-2007, 08:32 PM   #17 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: How to backup Packages !

I added the repo. but that Cd error is still there :X darn it
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Dark Star is offline  
Old 30-12-2007, 11:55 PM   #18 (permalink)
GTK+ programmer
 
ChaiTan3's Avatar
 
Join Date: Jun 2007
Posts: 121
Default Re: How to backup Packages !

^^
In the Repositories section in synaptic uncheck the cd
ChaiTan3 is offline  
Old 31-12-2007, 08:51 AM   #19 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: How to backup Packages !

^^ arey I know naa but error still thre
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Dark Star is offline  
Old 31-12-2007, 09:06 AM   #20 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: How to backup Packages !

well @shashwath what error does it says? when the line(s):
Code:
 deb cdrom:[Ubuntu 7.10 _Gutsy Gibbon_ - Release i386 (20071017)]/ gutsy main restricted
is removed and then run sudo apt-get update ,there is no way that the cd error message be shown via apt.
__________________
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 31-12-2007, 09:26 AM   #21 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: How to backup Packages !

That fixes the erro for now. >Also I install Adobe player but still its is not loading flash files in Web Browser .. when I installed Gnash it loads few files but not all any idea how to fix that >> I installed Adobe Flash nearly 10 times but same it did not load anything of flash :X
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Dark Star is offline  
Old 31-12-2007, 09:37 AM   #22 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: How to backup Packages !

download flash.zip from adobe site.extract "libflashplayer.so" into ur /home/user/Desktop.now open a terminal and do below commands and try:
Code:
sudo mv ~/Desktop/libflashplayer.so /usr/lib/mozilla/plugins
Code:
sudo ln -s /usr/lib/mozilla/plugins/libflashplayer.so /usr/lib/firefox/plugins/
now restart firefox or mozilla based browsers and in address bar,type:
"aboutlugins" to verify that latest plugin is installed
__________________
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 31-12-2007, 09:49 PM   #23 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: How to backup Packages !

I tried installing Ubuntu in my frnd PC and ended up in this error via Liv CD even Text based install didn't worked.. How to solve it.. He has 845 Board
etc/gdm | failsage Xserver:line 47: :[:too many arguments warning could not retrieve edid because edid is not installed]


Quote:
Originally Posted by praka123 View Post
download flash.zip from adobe site.extract "libflashplayer.so" into ur /home/user/Desktop.now open a terminal and do below commands and try:
Code:
sudo mv ~/Desktop/libflashplayer.so /usr/lib/mozilla/plugins
Code:
sudo ln -s /usr/lib/mozilla/plugins/libflashplayer.so /usr/lib/firefox/plugins/
now restart firefox or mozilla based browsers and in address bar,type:
"aboutlugins" to verify that latest plugin is installed
Tussi gr8 ho paaji . Simple gr8
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/

Last edited by Dark Star; 31-12-2007 at 09:49 PM. Reason: Automerged Doublepost
Dark Star is offline  
Old 31-12-2007, 11:11 PM   #24 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: How to backup Packages !

^make sure read-edid installed!
__________________
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 01-01-2008, 03:33 AM   #25 (permalink)
String Phreak
 
mediator's Avatar
 
Join Date: Mar 2005
Location: In ur Evil Mind!
Posts: 2,457
Default Re: How to backup Packages !

Quote:
Originally Posted by Dark Star View Post
Hey
Can any 1 tell me how to take backup of updates and packages that I Installed so that I can re-install if any mess happens ? Also how to create a .deb file please tell me


Regards
http://www.thinkdigit.com/forum/show...6&postcount=19
__________________
Bad Bad server.....No candy for u!
mediator is offline  
Old 01-01-2008, 08:19 AM   #26 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: How to backup Packages !

Quote:
Originally Posted by praka123 View Post
^make sure read-edid installed!
But I didn't got that error using same Cd and how to over come this error ? there isn't any other messsage how to read edid ?
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Dark Star is offline  
Old 01-01-2008, 01:55 PM   #27 (permalink)
left this forum longback
 
praka123's Avatar
 
Join Date: Sep 2005
Location: -
Posts: 7,536
Default Re: How to backup Packages !

Code:
sudo apt-get update && sudo apt-get install read-edid
now,
Code:
sudo dpkg-reconfigure debconf
^select "medium"
Code:
 sudo cp /etc/X11/xorg.conf /etc/X11/xorgbacked
Code:
sudo dpkg-reconfigure xserver-xorg
^select options acc to urdisplay hardware get ur monitor detected.else enter the horizontal and vertical freq manually.
also,post the section "device" from ur /etc/X11/xorg.conf here.
__________________
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 01-01-2008, 04:53 PM   #28 (permalink)
Wise Old Owl
 
Dark Star's Avatar
 
Join Date: Feb 2006
Location: /dev/hd0
Posts: 1,487
Default Re: How to backup Packages !

^^Err how can I that in a system where Ive to do fresh install btw I as successful in bootin through Live Cd but the installation hanged at 82% [configuring apt scanning from mirror]
__________________
Me Myself and My Tux Blog :- http://tuxenclave.wordpress.com/
Dark Star 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


Similar Threads
Thread Thread Starter Forum Replies Last Post
what should I do to backup a webpage ?mainly backup of images from a blog. 56561 QnA (read only) 1 21-12-2007 09:41 PM
Packages in FC4 thilina Open Source 1 24-08-2006 10:32 PM
Packages .... Maverick340 Open Source 11 25-04-2005 08:46 AM
registry backup means hd backup????? magnet QnA (read only) 3 01-04-2005 11:00 PM

 
Latest Threads
- by Charan
- by Charan

Advertisement




All times are GMT +5.5. The time now is 05:32 AM.


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

Search Engine Optimization by vBSEO 3.3.2