User login |
Repository TroubleI just installed 64 studio and I must have erased something from the repository list trying to install cinelerra because I'm getting this messege. E: Unable to correct problems, you have held broken packages. W: Couldn't stat source package list http://http.us.debian.org sarge/main Packages (/var/lib/apt/lists/http.us.debian.org_debian_dists_sarge_main_binary-amd64_Packages) - stat (2 No such file or directory) I'm feeling completely lost. Can someone helpe me out here. Incidently I was not able to install cinlerra 64bits. -Dan
|
Search this site:In the forums:Today's poll:What format would you prefer for downloading 64 Studio? (Register or log in to vote) DVD install image 39% DVD live image with install option 42% I don't have a DVD burner so I have to use CD-R 14% I installed version 0.1 and only used apt since :-) 4% Total votes: 157 |
Repositories
Can someone give me a list of the repositories that are supposed to be standard with 64 studio so I can enter them all in again.
-Dan
Install version 2.0?
Try the latest release... 64studio 2.1 RC2
http://cdd.64studio.com/releases/64studio/
You could type them in by hand... but you could also just replace your sources.list files
Download the following file: http://apt.harleystudio.co.za/misc/aptsources.tar.gz
and unpack it inside your /etc/apt folder.
Otherwise copy the entries inside the files into your files by hand...
These are my (slightly edited) sources.list files.
Cheers,
extract
How do I extract something? I'm guessing I have to do it from the root terminal somehow, because when I tried using he default program I didn't have permission to extract it there? Is there anyway to grant me permission so I can accomplish these basic tasks?
-Dan
nevermind
figured it out
extracting
Open up a terminal then change to the directory where you stored the tar.gz file e.g.
cd Desktopls *.tgzIf you see the aptsources.tar.gz file, you're in the right place.
Make a backup of your current apt directory into the current folder (if you want) with:
sudo cp /etc/apt . -RThen do the following
sudo tar -C /etc/apt/ -xvf aptsources.tar.gzThis should extract the files into your apt folder. now do
sudo apt-get updateIs it working now?
?
working
yeah it seems to be working. Thanks. Now I'm wrestling with getting cinelerra working.
-Dan