I downloaded 7.1 via the bittorrent dvd today, burned via K3b and installed.
after installation I hit the update manager icon and it had a huge list of updates for me. So I let it go to work. About half-way through it tells me there has been an error. So I search the Forum for the right medicine.
tried
and that made the update manager icon go away so I thought that everything was on the up and up.
Then I tried to install some packages, ie. libmotif with the adeptmanager, but no love. It starts downloading and then stops with the same error message that I got while trying to do the updates that were not needed. Adeptmanager tries to get me to do a full upgrade, but I am already running 7.1.
I have tried to install the packages via apt-get and it does not work either.
Any ideas on how I can fix this.
Remarks: libmotif can be found in adeptmanager but with apt-get it say that it is known under another name.
after installation I hit the update manager icon and it had a huge list of updates for me. So I let it go to work. About half-way through it tells me there has been an error. So I search the Forum for the right medicine.
tried
Code:
apt-get update
Code:
apt-get install
Code:
apt-get autoclean
Then I tried to install some packages, ie. libmotif with the adeptmanager, but no love. It starts downloading and then stops with the same error message that I got while trying to do the updates that were not needed. Adeptmanager tries to get me to do a full upgrade, but I am already running 7.1.
I have tried to install the packages via apt-get and it does not work either.
Any ideas on how I can fix this.
Remarks: libmotif can be found in adeptmanager but with apt-get it say that it is known under another name.
Code:
sudo apt-get install libmotif Reading package lists... Done Building dependency tree Reading state information... Done Package libmotif is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following packages replace it: libmotif3 lesstif2 E: Package libmotif has no installation candidate
Comment