Hello!
Due to the number of issues I have seen with people upgrading to Fedora 18 using FedUp, I am recommending that everyone do a yum distro-sync after they upgrade.
Code:
su -
(root password)
yum --releasever=18 --disableplugin=presto distro-sync
There are issues of packages not getting updated, and this is causing numerous different problems to occur.
Due to the number of issues I have seen with people upgrading to Fedora 18 using FedUp, I am recommending that everyone do a yum distro-sync after they upgrade.
Code:
su -
(root password)
yum --releasever=18 --disableplugin=presto distro-sync
There are issues of packages not getting updated, and this is causing numerous different problems to occur.
In the poll thread for Fav Distro for Older Hardware, a fellow mentioned needing something for a laptop with 8 MB RAM. In poking around, I came across ttylinux, a minimal distro including a 2.6.30 kernel in a few MB download.
We have a meta-package, similar to ubuntu-desktop, that requires a bunch of dependencies to run some internal, not-yet-packaged code. Currently we are updating the meta-package so that it requires >= the current version every time we repackage it so that its dependencies will be upgraded when it is installed.
Alien is a program that is used to inter convert software packages from different distributions e.g a deb to rpm, deb to solaris pkg packages etc.
Not sure what the problem was... I'm trying to download the base part to build databases, and I ran sudo apt-get install libreoffice-base. I received errors saying several packages were missing dependencies. So I installed each package. Should I just have ran update on these packages?
I'm using Ubuntu 12.04 and I would like to use apt-get to download a package and all of it's depenedcies.
Those packages will have to be installed on computers with no internet connection, so in addition to the base package I also need to all of the package's dependcies as well.
Is there an easy way to do this (like in muon package manager)?
I know that I can use the apt-get download command for
Most Linux distros provide a package manager. Debian and its derivatives use apt-get, Arch Linux uses pacman and Fedora uses YUM. YUM stands for "Yellowdog Updater Modified" and just like the other package managers of the other distros, you can use YUM for installing, removing, updating packages ...
In today's article, I will show you some command examples of how to use YUM.