PDA

View Full Version : Tanner's sig links...



sturge24
01-28-2008, 06:00 PM
So my old system gave up on me (leaking caps) and I'm trying to install SEQ on LinuxMint4 (based on Ubuntu Gutsy) this time. I've noticed that Tanner's sig links no longer point to the right directories on his FTP server. With a little investigation, I've altered my sources.list to include:


deb ftp://ftp.real-time.com/linux/ubuntu gutsy main
deb-src ftp://ftp.real-time.com/linux/ubuntu gutsy mainapt-get update seems to work fine with those, but apt-get install showeq responds:


E: Couldn't find package showeq
What am I missing?

sturge24
01-30-2008, 07:39 PM
Well, I still didn't find Tanner's old package lists, but I did learn something along the way. If you have an existing SEQ installation, you can output the entire list of installed packages on your system to a file in your home directory.


dpkg --get-selections > installed softwareTo use this list to reinstall all the packages:


dpkg --set-selections < installed-softwarefollowed by:


dselect

Hope this helps someone.