Home

Google Chrome Browser

making the web faster, safer, and easier

Main menu

  • Home
  • Chromebook
  • Chrome OS
  • Books
  • Releases
    • Stable
    • Beta channel
    • Dev channel
  • Downloads
  • Videos
    • Top Rated
    • Most Viewed
    • Most Commented
  • Articles
    • Top Rated
    • Most Viewed
    • Most Commented
  • About Us
Home

Add to Technorati Favorites

Subscribe to Google Chrome Browser by e-mail

Delivered by FeedBurner

Syndicate

Syndicate content

User login

Login/Register
What is OpenID?
  • Log in using OpenID
  • Cancel OpenID login
  • Create new account
  • Request new password

Tag Cloud

Beta updates browser browsers browsing chrome chrome extensions Chrome OS chromium Dev updates Downloads extension extensions feed Firefox Google google chrome googlechrome Linux News opera release safari security Stable updates TC video web web browser web browsers windows
more tags

Twitter Updates

Follow us on Twitter @ChromeBrowser


    [Snippet] Ubntu: Backup Your Applications Easily With A Single Command

    • View
    • Track
    Submitted by admin on Wed, 09/01/2010 - 14:00
    • applications
    • feed
    • google chrome
    • Linux
    • snippet
    • Ubuntu

    ubuntu-app-backupInstalling applications in Ubuntu is as easy as the app store in iPhone. Hit the Ubuntu Software Center, find the application you want and click Install. Due to this convenience, most of the time, you won’t need to backup the applications itself.

    However, there are times when you want to restore the newly formatted machine to the original state and you find it a chores to manually install all the applications again. This is when the backup is useful.

    When we say “backup” in this case, we don’t really mean backing up the actual application. What we are going to do is to export the list of all your installed app onto a text file. Next time, we can just get the system to reinstall the apps listed in the text file. /> id="more-20622">

    Backing up your Apps

    (Optional) To list all your installed applications, open a terminal and type:

    sudo dpkg --list

    To backup your list of applications to a text file:

    sudo dpkg --get-selections > app-backup-list.txt
     

    This will create a text file of the name “app-backup-list.txt” in your Home folder.

    Restoring your apps

    To restore your applications, first make sure that the app-backup-list.txt file is in your Home folder, then type in the terminal:

    sudo dpkg --get-selections < app-backup-list.txt
    sudo apt-get -y update
    sudo apt-get dselect-upgrade

    Note: This will only reinstall the applications. It won’t restore back the settings that you have previously set. You might want to back up the whole Home folder to preserve all your settings.

    That’s it.

    Image credit: cesarastudillo />

    Related Posts:

    class='related_post'>
  • How To Backup Gmail In Ubuntu Intrepid
  • How To Backup Your Ubuntu System With Remastersys
  • Dropbox: Backs Up and Syncs Files From Your Desktop
  • Top 10 Ubuntu Applications
  • [Snippet] Ubntu: Backup Your Applications Easily With A Single Command originally published on Make Tech Easier (RSS)
    Follow us at Facebook | Twitter




    No votes yet
    • 206 reads
    • Feed: Make Tech Easier
    • Original article

    Post new comment

    • Web page addresses and e-mail addresses turn into links automatically.
    • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
    • Lines and paragraphs break automatically.
    • E-Mail addresses are hidden with reCAPTCHA Mailhide.
    • You may insert videos with [video:URL]

    More information about formatting options

    CAPTCHA
    This question is for testing whether you are a human visitor and to prevent automated spam submissions.

    Google Chrome Browser is a community site for users and developers of the Google Chrome browser.
    Google™ is a Trademark of Google Inc. All other company and product names may be trademarks of the respective companies with which they are associated.
    Google Chrome Browser site is not affiliated with or sponsored by Google Inc.
    Google Chrome Browser site is built on the Drupal open source content management system.