Fedora :: Creating A Package List?
Jan 3, 2010
I have spent hours installing different packages and have everything pretty much how I want them. Is there a way to get a list of all the packages and/or save it in a way that should I need to reinstall, I do not miss anything
View 1 Replies
ADVERTISEMENT
Mar 31, 2010
i hav used ubuntu bfor i jus want to know how to see n change my source list or add a new source list
i am using a proxy in my campus in gettin my yum work it never refreshes package list
View 1 Replies
View Related
May 7, 2010
I don't know why I can't get listed the installed and not installed packages in the "Add and Remove Software" utility in Fedora 11 with KDE Desktop. I have already used it with no problems, but for some reasons I had to reinstall the system, and I got this problem since then. So, I can't remove packages because the list is empty (picture attached), and for the same reason I can't add new sofware from the Installation DVD.
View 7 Replies
View Related
Jun 18, 2011
While trying to install a package using gpk-application ("Add/Remove Software" under System Tools), I accidentally checked the "Do not show this message again" checkbox, and now gpk-application does not list the package dependencies anymore.
I tried to go back to listing the dependencies, however, I could not find a way to do it. How do I revert to the default behavior, i.e., having gpk-application listing the dependencies again?
View 2 Replies
View Related
Aug 24, 2010
I get the following error message when I try to access all of the sections in Add/Remove Sofware;
"No package cache is available. The package list needs to be rebuilt. This should have been done by the backend automatically
failed to search names: failure: repodata/5374141db0e227497be1e7ced5f1c45dafbe2f1899874f961f 7c54478b112bb9-primary.sqlite.bz2 from updates: [Errno 256] No more mirrors to try[
View 4 Replies
View Related
Sep 13, 2009
I m using pidgin2.5.5-1 that is old version of pidgin because of some proxy issue, I dont want to update it anymore but it keeps on showing its update in package updater its very annoying...How could i get rid of it ?I want package updater show all updates except this...that is permanently remove it from update check list.
View 2 Replies
View Related
Aug 31, 2011
i want to knw where can i find the list of all the repositories from where rpm and yum fetches the package and also the location where all the packages are installed by rpm and yum
View 2 Replies
View Related
Oct 15, 2010
I need to create a program where the user creates an account and he/she is entitled to add interests and creating friendships with other users.The main algorithm depends on an object which is the user and its attributes are adding interests, friends, so on.Users are stored in a linked list while their interests are stored in another list.What I want to do is every time a new user is created dynamically create a new list during execution for personal info. storage. Is that possible?
View 12 Replies
View Related
Sep 23, 2010
When i try installing anything i get errors, for example when i try to install somthing from ubuntu software center i get this.
Code: installArchives() failed: Preconfiguring packages ... Preconfiguring packages ... Selecting previously deselected package ttf-symbol-replacement. (Reading database ... dpkg: warning: files list file for package `libsdl-image1.2' missing, assuming package has no files currently installed.
[Code]....
View 4 Replies
View Related
Jul 11, 2010
I have a file having name test.txt content of which is following My Self is Arvind Kumar.My Date of Birth is 21/07/1984.I am 26 year year old.I did M.Sc Informatics from Delhi University in 2008.I did B.Sc Electronics from Acharya narendra Dev college Delhi University.I did my schooling from DAV Yusuf sarai.Curren tly I am working with InterGolbe Technologies as a Associate software Engineer.I want to be Linux Expert. What I am doing I am creating a list of words,But i want to take B.Sc and M.Sc as a single word
[Code]....
View 5 Replies
View Related
Oct 16, 2010
I'm trying to use a technique suggested by a fella at this website....
[URL]
He suggests adding an echo line to the actionban line in order to create or add to a file that will contain a list of all the IP's that fail2ban has banned.....but it doesn't seem to generate any output. .....here is the command.....
actionban = iptables -I fail2ban- 1 -s -j DROP
echo >> /etc/shitlist
I never get any IP's in the file so the echo part does not seem to work.
View 5 Replies
View Related
Oct 13, 2010
Running against a situation here, for which I have solutions in mind, but for some reason or another they don't really strike me as "good" solutions.
I am making a customized for myself (eg with postgreSQL support) php package. Configure and make run fine; but upon make install the make tries to access httpd.conf in the $DESTDIR/etc/httpd
My first thought is: prior to 'make install' copy the file from /etc/httpd to the target dir;
View 4 Replies
View Related
Mar 3, 2010
Is there a guide on creating a package from PHP scripts or something? Example: if I've developed a system and I want to make it to a deb file to deploy to my friends and such. I've tried looking for one but I have not been lucky so far.
View 4 Replies
View Related
Mar 21, 2011
I've been scooting around Google to try and figure out how to create ackage files.pparently their created by a utility (which is already installed on my PC) called 'autopackage'. I've been to their website (www.autopackage.org) but I can't find anything on how to actually create the .package files
View 5 Replies
View Related
Apr 6, 2010
For a project I have had to migrate from FreeBSD to Linux and I have decided to choose Debian because I have had good experiences with it.However, since my main development machines are completely offline I have run into a little bit of trouble.Is there a way to specify a .deb package and get a tool to recursively list (and fetch) all dependency packages that are not included in the base install and put them in a folder?
I do not like to be tied to the internet (Never a good idea) and so this would save me a heap of trouble (and journeys to an online PC)Once I have these folders containing packages, then I can simple cd into one of them, dpkg -i the relevent .deb and not have to rely on the DVDs or worry about connecting to an online repositoryLife will be good!Suffice to say FreeBSD can do this well so I strongly believe that Debian will be able to aswell but since it is not normally done, I havn't found much on google about it
View 8 Replies
View Related
Mar 19, 2010
I am able to create a solaris package and hpux package from directory structure in a specific format rather than spec file but the same i can not do on linux . is there any way to do that . basically i can create the solaris package using command pkgtrans -s "source loc" "package location" all .we do not need any specfile here rather we create the package from the filesystem objects in a proper directory structures. again pkgadd -d option will install the datastream from a package but i did not find the same on linux.
View 1 Replies
View Related
Aug 15, 2010
whether the command-line tool "mysql" comes with mysql-server or mysql-client (I installed both at once, so I have no idea). It occurs to me that this is a good opportunity to learn more about linux package management.
I've tried saying "dpkg -L mysql-server", but it only lists the files in /usr/share/docs files for some reason. I'm sure there's got to be files elsewhere. Am I way off base?
View 2 Replies
View Related
Sep 20, 2010
I'm new to GNU/Linux and recently installed Edubuntu 10.10 beta on a workplace computer. I'm currently a technology intern at a public school and want to install Edubuntu on some older computers here. I am working behind a network proxy provided by the department of education.I tried to install flashplugin-nonfree and noticed I didn't have a full package list. After running sudo apt-get update I get the error "unable to connect to[url]....
I'm thinking this might have to do with the network proxy, but for some reason I'm able to browse http:[url]... just fine in Firefox.How do I update the package list?
Edit: I installed Ubuntu 10.04 on another machine at work and it has the same issue, i.e. I can't update the package list.
Edit 2: I am using a .pac file for the proxy.
View 3 Replies
View Related
Jun 4, 2011
For the last 10 days, whenever I try to update my packages, it fails with the following error messages:
Code:
Err http://canonical.ubuntu.com natty/partner Sources
Something wicked happened resolving 'canonical.ubuntu.com:http' (-5 - No address associated with hostname)
Err http://canonical.ubuntu.com natty/partner amd64 Packages
Something wicked happened resolving 'canonical.ubuntu.com:http' (-5 - No address associated with hostname)
Err http://canonical.ubuntu.com natty/partner Translation-en_GB
Something wicked happened resolving 'canonical.ubuntu.com:http' (-5 - No address associated with hostname)
Err http://canonical.ubuntu.com natty/partner Translation-en
[Code]...
View 3 Replies
View Related
Oct 17, 2010
I have tried install libsub-install-perl and libparams-util-perl but get Error. Now I want remove it from the list when I tried apt-get upgrade. Where I can remove from this entries?
View 2 Replies
View Related
Jun 8, 2011
apt-cache show <package> shows also it's dependencies.yum info <package> does not show dependencies, but it obviously know them.How to ask yum for dependencies of specified package?
View 1 Replies
View Related
Jul 17, 2010
I get this message when automatic update runs: Apt Authentication issue Problem during package list update. The package list update failed with a authentication failure. This usually happens behind a network proxy server. Please try to click on the "Run this action now" button to correct the problem or update the list manually by running Update Manager and clicking on "Check". When I click "Run this action now" It comes back with a whole list of items that can't be updated for various reasons
[Code]...
View 2 Replies
View Related
Feb 7, 2011
I'm pretty sure that I have some unneeded files laying around on my system. Most of them are created with "make install" command.
To remove them, I need to get list of files which are not owned by any package. How can I do that?
There is a way in Arch Linux: [URL]
View 3 Replies
View Related
Feb 26, 2010
i installed slackware 12.2. I am having a problem with the slackpkg dialog box. When I turn off the dialog box in slackpkg.conf slackpkg works fine. when I try to use the dialog box I get the following error screen: Looking for jre in package list.
[code]...
Does anyone have a clue ? am I missing a package slackpkg needs?
View 2 Replies
View Related
Jan 7, 2010
We would like to install Asterisk with a minimal centos build. We are writing kick-starts to install packages, does anyone know or have to hand a packages list which installs minimum system requirements for asterisk? Preferably this will not exceed the contents of disk 1
View 4 Replies
View Related
Mar 23, 2011
For some odd reason in wheezy it's not downloading the packages in the 'all' architecture, this leads to interesting issues when it comes to things like installing chromium and other packages that aren't built for one particular architecture. I've only noticed this in wheezy, and i'm not sure if this is normal. If there is any easy way to fix this, I'd be more than happy to hear.When i try to do an apt-get update, it only downloads from amd64 and not all. I've tried the mit mirror, and also the one shown there or well the default one but it still doesn't seem to be working right.
View 2 Replies
View Related
Apr 20, 2010
Can anyone recommend a good mailing list software package?
I was using group mail under windows but before I set up a windows machine for this task, I thought I would try to find a linux solution.
View 1 Replies
View Related
Jun 14, 2010
Following are the error details..
W: GPG error: http://ppa.launchpad.net jaunty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C174A7B143CBFCC0
W: GPG error: http://ppa.launchpad.net jaunty Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY CE90D8983E731F79
View 3 Replies
View Related
Dec 3, 2010
I'm experiencing a strange issue with my Ubuntu 10.10 since a few days:when trying to update the packages list, a lot of repositories are ignored.Here is the output of
Code:
sudo apt-get update | grep -i ign
.
Quote:
Ign http://extras.ubuntu.com/ubuntu/ maverick/main Translation-en
Ign http://extras.ubuntu.com/ubuntu/ maverick/main Translation-en_GB[code]....
How come all these repositories cannot be hit?is there any way to make the update hit there repositories? And if they're useless, no longer supported, how can I remove them so to have a tidy repositories list?
View 3 Replies
View Related
May 5, 2011
I have been trying to apt-get update and it fails :
sudo apt-get update -o Acquire::http::No-Cache=True
Ign http://dl.google.com stable InRelease
Ign http://archive.ubuntu.com natty InRelease
Ign http://extras.ubuntu.com natty InRelease
[Code]....
i am using a 64-bit machine. i have juggled between the us server, main server, and a few other servers also....still it fails.
i tried deleting everything in /var/cache/apt/archives/ ....was of no use.
View 9 Replies
View Related