Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown error code #30

Closed
dschoonover opened this issue Nov 20, 2016 · 4 comments
Closed

Unknown error code #30

dschoonover opened this issue Nov 20, 2016 · 4 comments

Comments

@dschoonover
Copy link

Ive tried intalling the pdk package and I return an unknown error code. Ive also tried running the scripts in python 2.7 on a barebones debian system. But i keep gettin ... then i cannot continue to run python scripts. Ive also unziped the .gz and put the file path into the source list after running apt-get install i return

The package lists or status file could not be parsed or opened.

I try sudo apt-get install pdk and I return

Unable to locate package pdk

Ive also tried with the all.deb files.

@danielhjames
Copy link
Member

Hi, the message The package lists or status file could not be parsed or opened suggests your /etc/apt/sources.list file, or a file in /etc/apt/sources.list.d/ or perhaps the file /var/lib/dpkg/status has a syntax error.

The reason why sudo apt-get install pdk does not work is that we don't have an apt repo set up offering this package. The .deb file can be installed with sudo apt-get install gdebi; sudo gdebi pdk_1.0.0_all.deb which will resolve dependencies for you, once you have fixed the problem with your system above.

@dschoonover
Copy link
Author

Hi ive cleared the
Ect/apt/sources.list
To orginal state.

When I run
sudo apt-get install gdebi; sudo gdebi pdk_1.0.0_all.deb
I return
Gdeb error, file not found

Ive moved the file to the home directory
Ran cd /home
I still return Gdeb error, file not found

I read about 64bit and 32bit compatibility.

I ran

Sudo Dpkg --add architecture i386
Then
Sudo apt-get update
Then
Sudo apt-get install libc6: i386 zlib1g: i386 ...
Then
Sudo apt-get upgrade
Sudo apt-get update
Then
Sudo gdebi pdk_1.0.0_all.deb

PDK is now installed.

@obbardc
Copy link
Member

obbardc commented Feb 9, 2017

We should setup an apt repository for version 1.0 unstable testing. I like the idea of https://packagecloud.io/, but I am always weary of cloud stuff.

Daniel, can you look into the best way of us doing this? A neat way would be an auto-deb-generator which updates the repository on every Git commit ;-). This would also be very useful for our other projects.

@obbardc
Copy link
Member

obbardc commented May 28, 2018

Tutorial on how to use coming soon, see #36

@obbardc obbardc closed this as completed May 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants