Reply
Thread Tools
Posts: 233 | Thanked: 17 times | Joined on Jul 2007
#1
Before Updating My Browser, I Backed-Up My Device... Something Isn't Working Right. How Do I Get Back To My Previous Browser That I Backed-Up?
 
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#2
First, capitalizing every word doesn't inspire anyone to help...

As for your question, I'm pretty sure backups don't work that way. The backup includes a list of packages, but I don't think it has the version information. If the information is there, it's not used, else restoring a backup after an upgrade would downgrade all the packages.

To check what versions of a package are available from your repos, do an apt-cache search <package>; if the version you want is available, you can do (as root) an apt-get install <package>=<version> to install that version.
 
Posts: 233 | Thanked: 17 times | Joined on Jul 2007
#3
Originally Posted by Benson View Post
First, capitalizing every word doesn't inspire anyone to help...

As for your question, I'm pretty sure backups don't work that way. The backup includes a list of packages, but I don't think it has the version information. If the information is there, it's not used, else restoring a backup after an upgrade would downgrade all the packages.

To check what versions of a package are available from your repos, do an apt-cache search <package>; if the version you want is available, you can do (as root) an apt-get install <package>=<version> to install that version.
Where do I find out the name/number of the older version?

I typed in what I thought it was, but it didn't work out.
 
Posts: 227 | Thanked: 53 times | Joined on Feb 2008 @ Lyon, France
#4
Originally Posted by iTab View Post
Where do I find out the name/number of the older version?
"dpkg -l" gives you the list of installed packages (with version numbers and some other useful information). Note: redirect the output e.g. to a file, so that package names and version numbers are not truncated to fit in the terminal window. You need to do that before reflashing, otherwise I fear this is too late.

FYI, when I restored my backup, the packages were not reinstalled (I don't remember, but perhaps I had asked not to save package names in the backup).
 
Benson's Avatar
Posts: 4,930 | Thanked: 2,272 times | Joined on Oct 2007
#5
The available versions are listed by apt-cache policy <package>. If that's showing inaccessible packages, you can do an apt-get update to refresh the cache.
 
Reply

Tags
back-up

Thread Tools

 
Forum Jump


All times are GMT. The time now is 19:08.