Last version of GCstar for Ubuntu 7.10 Gutsy Gibbon
GCstar is a personal collections manager allowing you to list your books, comics, films, and more... If, like me, you count your books in meters (yes, in meters, at my last check, i had 6 meters of books :D), it's a must-have tool ! This article explain how to install GCstar 1.2.2 on Ubuntu 7.10 Gutsy Gibbon.
Fast and obfuscated
If you are on the run, start by initializing your sudo environment :
sudo echoYou can now copy/paste the following lines to install GCstar:
echo "# GCStar for Ubuntu 7.10 Gutsy Gibbon
deb http://falcon.landure.fr gutsy gcstar
deb-src http://falcon.landure.fr gutsy gcstar" \
| sudo tee /etc/apt/sources.list.d/gutsy-landure-gcstar.list
wget http://falcon.landure.fr/9FA7DC39.gpg -O- | sudo apt-key add -
sudo apt-get update
sudo apt-get -y install gcstar
Installation
A packager created a package of GCstar for Debian/Ubuntu. I used his work to create a package of GCStar 1.2.2 for Ubuntu. Here is the method to install it starting from my repository. We start by adding the lines of configuration of my repository to apt configuration :
echo "# GCStar for Ubuntu 7.10 Gutsy Gibbon
deb http://falcon.landure.fr gutsy gcstar
deb-src http://falcon.landure.fr gutsy gcstar" \
| sudo tee /etc/apt/sources.list.d/gutsy-landure-gcstar.list
We download the GPG key signing my repository:
wget http://falcon.landure.fr/9FA7DC39.gpg -O- | sudo apt-key add -
We update the list of available packages:
sudo apt-get update
and we install GCstar:
sudo apt-get install gcstar
You have now a functional installation of GCstar. You can start this software from Applications - > Sound and Video.
Thanks
- Thanks to the developers of GCstar.
- Thanks to Alexander Wirt, the initial packager of GCstar :D.
hey