Ubuntu :: Adding Medibuntu Key / Apply Fix Command?
Mar 20, 2011Attempting to add the Medbuntu key, so I can install ubuntu-restricted-extras. code...
So how to I apply the --fix command please?
Attempting to add the Medbuntu key, so I can install ubuntu-restricted-extras. code...
So how to I apply the --fix command please?
I upgraded to 10.10. Now I want to install medibuntu. I have the repos added, but when I try to add the key-ring with the terminal it won't add. Can someone give me the command for that again?
View 7 Replies View RelatedI recently discovered the medibuntu repository and wanted to add the repository to synaptic. I copied and pasted the code from this: [URL] web page on medibuntu.org's website.
The attachment shows exactly what the terminal spit out after running this command (and the command that was run - of course). What I am wondering about is the last six lines - which seem to indicate that, at a minumum, getting some key was not successful. I'm not sure how important this is; but, since I don't actually have anything I need to install from this repository right now, I wanted to be sure I'm squared away for when a time may come in the future.
After running the command I did the following to try and determine the status:
I went into synaptic > settings > repositories and looked under two of the tabs to see what was there:
The tab, "Other Sortware" Lists two entries at the bottom that stood out to me. They are:
Medibuntu - Ubuntu 11.04 "natty narwhal" (http:// packages.medibuntu.org/natty free non free) which was checked.
And:
Medibuntu (Source) - Ubuntu 11.04 "natty narwhal" (http:// packages.medibuntu.org/natty free non free) (Source Code) which was not checked.
The tab, "Authentication" lists a total of three entries. Their descriptions are:
Ubuntu Archive Automatic Signing Key
Ubuntu CD Image Automatic Signing Key
And:
Ubuntu Extras Archive Automatic Signing Key
None of those (under this Authentication tab) strike me as having anything to do with medibuntu (could be wrong though - just not sure).
Finally, I did a search in synaptic for a library I think should be available through medibuntu, "libdvdcss." I was presented with a list of eight items, none of them matching libdvdcss by title. The closest match by title and description that I could identify was, "libdvdread4" This I did as a sort of test to see if I might be accessing that repository.
When you add medibuntu to 10.04, isn't there supposed to be a "medibuntu" sub-category on the left side? I installed the medibuntu repo expecting that I'd find google earth in there. But when I added it, I didn't see it listed there - even after rebooting.
View 3 Replies View Relatedi want to apply this command
Code:
pdftotext article.pdf - | grep DOI
to all the pdf's in a directory and save each line of output to a text file. i.e. i want to collect each line containing "DOI" from every pdf in a text file. I am unable to understand bash scripting enough to write a for loop for this.
i'm working on a small servermanagement app in php to manage the ubuntu server. Someone told me I have to use the shell_exec() command in php to execute the commandlines in ubuntu.
I did a ping test wich works... PHP Code:
[code]....
But I can't seem to add any users. When I list my user using "users" command in ubuntu, I only see my loginname. How do I add users using php?
What is the best command for adding groups to a file?
View 2 Replies View RelatedSkype is not available for 9.10 through medibuntu, does anyone know why?
View 2 Replies View RelatedI followed instructions on the medibuntu site for installing the codecs to play .wma files. I checked to make sure the repositories where properly added and they are. I even tried usin VLC player.
View 4 Replies View RelatedI upgraded a machine from 9.10 in the hopes that 10.04 will have fixed the audio problems that were present in the 9.10 installation -- the problem being that I have no audio. When I check the pulseaudio volume meter, it shows audio present in both channels. I've not been able to find anything where a mute button is checked.
Thinking it might be a codec, I tried to reinstall Medibuntu. I get the error message: unable to lock /var/lib/dpkg. Is another process using it. I've done a "ps -ef" looking for a process that might be causing problems, but no luck. I'm using an Intel ICH5 audio board -- if I'm reading everything correctly.
Sorry for the multiple headings, but I thought they might be inter-related. What I'd like: audio playback from an on-line source (Hulu.com). Ideas on how to make that happen will If medibuntu isn't part of the problem, just let that slide by, and I'll post a separate help "request" later.
I installed the Ubuntu restricted extras, do I still need to install Medibuntu? What is the difference?
View 1 Replies View Relatedi recently installed Ubuntu 10.4 LTS onto my new machine and when i tried to add the medibuntu repository using the
sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update
command i receive this error..
W: GPG error: http://packages.medibuntu.org lucid Release: The following signatures were invalid: BADSIG 2EBC26B60C5A2783 Medibuntu Packaging Team <admin@lists.medibuntu.org>
I removed old ffmpeg
Code:
sudo apt-get remove ffmpeg
Want to install new one from Medibuntu repository. I have issued command on [URL]
Is there a command which display the repository of given archive (which will be installed) ? I wan to ensure that future installed ffmpeg will be installed from Medibuntu and not from some other repository.
I've been compiling a lot of games recently and most of them requires me to add libX11 to the linker command line. I can't think of nothing but to take a look at the Makefile and add -lX11. It works, but now, I'm compiling from a git repo, and I know the change will removed once I update the my working copy.To make it short, is it possible to add libX11 permanently to the linker command line?
View 7 Replies View RelatedCouple of days I go I setup VLC using Kubuntu's graphic software manager, and installed the 3 plug-ins, one of which was related to pulse. After doing this sound stopped working in flash videos. I had read, not sure where, that Kubuntu didn't use pulse (which slipped my mind when setting up VLC).
So I make the mistake of removing everything which had pulse in it's name (again, via the graphic software manager). A message popped-up saying that some packages needed to be removed/edited (a LONG list, a big clue that I was doing something stupid I guess). I let it run it's course and after that it won't boot properly.
If I boot it normally it hangs at the Kubuntu screen with the five dots filling endlessly. If I press F1 it's stuck at "checking battery status."
Recovery mode boots, but the recovery option does nothing.
So I was wondering if I could boot into recovery mode and go into the terminal and add a live USB as a repository for apt, and try to salvage the install?
Or should I admit defeat and reinstall?
I'm trying to create a liveCD/USB for use of myself and my family. The idea is to set up the LiveCD to look like their used to seeing it. I know I can just copy the homedirectory but I wanted to do it via script so new user accounts could also have the common bells and whistles we use.So really I have two questions.1. Is it possible to add programs to the Gnome Tool Bar from command line? aka via a script2. Is it possible to modify the default panel template so new users get my changes?
View 1 Replies View RelatedI had my Logitech Webcam/mic working perfectly, in 8.10, but when I upgraded to 9.10, the video stopped working. The camera works in lots of other software,Cheese to luvcview to testing with gstreamer-properties But Skype's video crashes when I try to use the video camera. Usually a segmentation fault.
Lots of other threads here suggest that using the version of skpye packages in medibuntu is the solution. So I added medibuntu to my /etc/apt/sources.list, reloaded to get the latest directories. I don't see any "skype" to install, either in Synaptics or in the shell with apt-get Output from apt-cache search is
# apt-cache search skype
skytools - Database management tools from Skype to PostgreSQL
python-skype - Skype API wrapper for Python
skysentials - extra functionalities for Linux Skype client
skype-mid - Skype for MIDs
p.s. any one have clues as to why this broke going from 9.04 to 9.10?
I'm following the instructions in the Medibuntu wiki. When I run the command in the terminal to add it to the repository, it runs for a couple of minutes then gives this error: Code:W: GPG error: URL...The following signatures couldn't be verified because the public key is not available: NO_PUBKEY BE1B248616AE4E77.What does that mean, and how can I fix it?
View 3 Replies View RelatedI'm using Ubuntu 10.10 (i guess 64 bits), not the Maverick version but the new 10.10. My laptop is Acer Aspire 5715Z.
Now I was on this website and tried to add the repository to get the Medibuntu packages with the following code:
Code:
sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update
[Code].....
Unfortunately, I am stuck running jaunty -- because my company still requires this as our standard OS for our software. I have a computer with a fresh install of 9.04 but of course none of the medibuntu packages. Why did they take down jaunty from the medibuntu repository! Where I can get these packages now? (w32codecs, etc.)
View 8 Replies View Relatedhow i use medibuntu to install all codec
free AND NONE FREE
I have added an application launcher to my desktop and it works fine. However, I want to be able to feed parameters to the launcher before I launch the application. So, for instance, if the command is normally "/usr/bin/foo something" I want to be able to add the "something" parameter dynamically after clicking the launcher but before the application launches. Is this possible in Fedora?
View 2 Replies View RelatedI have been playing around with Avant Navigator Bar and Gnome Menu Bar and was wondering how to add the run command to these items?
View 4 Replies View Related9.04 Dell Inspiron 1525. Update Manager fails to retrieve database info for Medibuntu. Is this a phase error with Adobe swf or reader? What should I do?
View 9 Replies View RelatedHow do I insert Medibuntu as a software source? Are there any other reliable general software sources worth inserting?
View 2 Replies View RelatedI was doing an update today and got the following error:
W: GPG error: [URL] lucid Release: The following signatures were invalid: BADSIG 2EBC26B60C5A2783 Medibuntu Packaging Team <admin@lists.medibuntu.org>
I have tried updating the keys, and got this:
apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 2EBC26B60C5A2783
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --recv-keys --keyserver keyserver.ubuntu.com 2EBC26B60C5A2783
gpg: requesting key 0C5A2783 from hkp server keyserver.ubuntu.com
gpg: key 0C5A2783: "Medibuntu Packaging Team <admin@lists.medibuntu.org>" 6 new signatures
gpg: no ultimately trusted keys found
gpg: Total number processed: 1
gpg: new signatures: 6
I get the below errors when trying to connect to the below repos.It has almost always worked in the past. Is the site "packages.medibuntu.org" down again !?
Err http://packages.medibuntu.org karmic Release.gpg
Could not connect to packages.medibuntu.org:80 (88.191.82.11), connection timed out
Err http://packages.medibuntu.org karmic/free Translation-en_CA
[code]....
When I go to the Update Manager to update my system I get the following error message: W: GPG error: http://packages.medibuntu.org lucid Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 2EBC26B60C5A2783
I am not sure what this exactly means and what I need to do to fix this.
Is it possible to apply themes from 11.04 in 10.04?
If so, how?
I would like to write UCP examination. Am from India, i am not able to find nearest exam centre. What is the procedure to apply for the examination?
View 1 Replies View Related