Results 1 to 7 of 7
does anyone know if this will be available in the repositories for kubuntu.
I've played around with astrolog but would really like to use something with a gui.
I'm still ...
- 12-18-2006 #1Just Joined!
- Join Date
- Nov 2006
- Posts
- 32
kastrolog
does anyone know if this will be available in the repositories for kubuntu.
I've played around with astrolog but would really like to use something with a gui.
I'm still very new to linux so I'm not about to try compiling or installing anything outside of the rpm's.
http://www.paganlink.org/downloads/a...kastrolog.html
- 12-18-2006 #2Linux User
- Join Date
- Feb 2006
- Posts
- 484
run the command
apt-cache search kastrolog
if it return with some results you can install kastrolog via apt-get from the repositories
if the only remaining option to install the program from rpm
download the .rpm file
sudo apt-get install alien
sudo alien --to-deb kastrolog*.rpm
sudo dpkg -i kastrolog*.deb
- 12-18-2006 #3Just Joined!
- Join Date
- Nov 2006
- Posts
- 32
marbles@marbles-desktop:~$ sudo apt-get install alien
W: Not using locking for read only lock file /var/lib/dpkg/lock
E: Unable to write to /var/cache/apt/
E: The package lists or status file could not be parsed or opened.
no big deal if i don't get this
- 12-18-2006 #4
I would first add a debian repository to the sources.list file (this is the file which Apt checks for the package repository servers). You can find them via Google, it is advisable to use those which are nearby. Then run apt-get update so apt notices the new sources.list file, followed by an apt-get install kastrolog.
Oh, and since you are using Kubuntu, make sure to sudo before each command
- 12-23-2006 #5Just Joined!
- Join Date
- Nov 2006
- Posts
- 32
ok I updte my repository and was able to instal alien rom the comand line but I still can't install.
I looked around in the kastrolog directory after i unpacked it and I don't see any .rpm files. There are how every some .xpm files. Would it do good to change the command to inclued those.
- 12-23-2006 #6Linux User
- Join Date
- Feb 2006
- Posts
- 484
hi
did you install alien?
if not
run this commands
apt-get -f install
apt-get clean
apt-get install alien
download the .rpm file from here
http://www.linuxsoft.cz/en/sw_detail.php?id_item=1956
in the download directory run alien as root
alien --to-deb kastrolog*.rpm
dpkg -i kastrolog*.deb
done
- 02-08-2007 #7Just Joined!
- Join Date
- Nov 2006
- Posts
- 32
ok tried this a couple times now to no avail.
The kastrolog icon shows up in my K menu under lost and found
but doesn't load when clicked on
so I try to access it from the terminal
marbles@marbles-desktop:~$ sudo kastrolog
Password:
kastrolog: error while loading shared libraries: libqt.so.1: cannot open shared object file: No such file or directory


Reply With Quote
