LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Cannot download any packages through terminal on LinuxMint Cinnamon 13 Maya. .deb packages only. (https://www.linuxquestions.org/questions/linux-software-2/cannot-download-any-packages-through-terminal-on-linuxmint-cinnamon-13-maya-deb-packages-only-4175599233/)

daree361 02-07-2017 09:08 PM

Cannot download any packages through terminal on LinuxMint Cinnamon 13 Maya. .deb packages only.
 
I just got my newer computer and I have noticed a very big problem, I can't download any packages through the terminal.
I am still learning Linux and I'm 14, so you gotta give me credit for at least trying.
I was trying to download Kdenlive at https://kdenlive.org/download/. Previously on my old computer which was running LinuxMint 17.2, it downloaded perfectly, but on my new one, it has given me some trouble.
The repository and updates go smoothly but when I try to install Kdenlive itself it gives me some of the following errors.
-Says the package may have been moved/cannot be found.
-Says I have broken packages
I went into Synaptic Package Manager and went to fix the broken packages, and get the same error.

\

sudo apt-get install kdenlive
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
kdenlive : Depends: kde-runtime but it is not going to be installed
Depends: libkdecore5 (>= 4:4.4.95) but it is not going to be installed
Depends: libkdeui5 (>= 4:4.8.4) but it is not going to be installed
Depends: libkio5 (>= 4:4.6.2-0ubuntu2) but it is not going to be installed
Depends: libknewstuff3-4 (>= 4:4.4.0) but it is not going to be installed
Depends: libknotifyconfig4 (>= 4:4.3.4) but it is not going to be installed
Depends: libnepomuk4 (>= 4:4.5.85) but it is not going to be installed
Depends: libqjson0 (>= 0.7.1) but it is not installable
Depends: swh-plugins but it is not installable
Depends: dvgrab but it is not installable
Depends: frei0r-plugins but it is not going to be installed
Depends: recordmydesktop but it is not installable
Depends: dvdauthor but it is not installable
Depends: xine-ui but it is not installable
E: Unable to correct problems, you have held broken packages.

\

I'm not sure what to do at this point, and I have tried downloading different video editors but end up with the same issue. I am only able to download specifically .deb packages, so I'm able to download steam, but nothing from the terminal. This is a NEW computer, barely anything is on it except for steam and other minor items. I am considering upgrading to LinuxMint 15, and LinuxMint 17 crashes and isn't able to go on this computer.
Help soon would be greatly appreciated, thanks.

ondoho 02-08-2017 01:55 AM

i can only give very general advice:

- linux mint has a weird update process; basically you should always use mintupdate to update (it's the gui thingy in your systemtray) and not synaptic and/or the command line.

- you didn't update regularly or properly or have added conflicting ppas or other fishy sources

- mint 13 isn't EOL yet, but soon. here are the supported versions of linux mint.

Quote:

Originally Posted by daree361 (Post 5666897)
I am still learning Linux and I'm 14, so you gotta give me credit for at least trying.

no 14-year-old would admit to something like that.
but hey, nevermind. i'm 15, have dyslexia, and am recovering from a recent stroke.

ardvark71 02-08-2017 03:07 AM

Quote:

Originally Posted by daree361 (Post 5666897)
Help soon would be greatly appreciated, thanks.

Hello and welcome to the forum :)

While I'm not sure any of them will help, take a look through the suggestions offered in these threads...

http://www.linuxquestions.org/questi...es-4175510237/

http://askubuntu.com/questions/84111...roken-packages

http://askubuntu.com/questions/36320...roken-packages

Let us know how it goes...

Regards...

beachboy2 02-08-2017 03:53 AM

daree361,

Welcome to LQ.

What is the make/model of your PC/laptop?

I suggest that you try using Linux Mint 18.1 (MATE or Xfce) 64 bit:

https://www.linuxmint.com/release.php?id=28

First, backup all your personal data from your existing installation.

Once 18.1 is installed, use Update Manager/software updater to add all the additional software packages.

Then, as before in Terminal:
Code:

sudo apt-get install kdenlive

snowday 02-08-2017 07:02 AM

If you read the Kdenlive download page carefully, you'll see their PPA is intended for Ubuntu 16.04 or newer. That is the equivalent of Mint 18.x.

While there may be educational/historical reasons to use an older release, the vast majority of users such as yourself will be much happier using the current version of Linux Mint. :)

BW-userx 02-08-2017 07:46 AM

Quote:

Originally Posted by ondoho (Post 5666980)
i can only give very general advice:

- linux mint has a weird update process; basically you should always use mintupdate to update (it's the gui thingy in your systemtray) and not synaptic and/or the command line.

- you didn't update regularly or properly or have added conflicting ppas or other fishy sources

- mint 13 isn't EOL yet, but soon. here are the supported versions of linux mint.


no 14-year-old would admit to something like that.
but hey, nevermind. i'm 15, have dyslexia, and am recovering from a recent stroke.

I don't think a 40 yr old would say he or she is 14 not in here anyways.

dyslexia:
Code:

High in IQ, yet may not test well academically; tests well orally, but not written.
Test for Dyslexia: 37 Common Traits


For the OP,

14 yrs old, you got some time on your hands. Me - personally. I'd dump that Linux distro and try a bunch of different ones, they all can have cinnamon desktop installed on them if that is the look you like, or MATE desktop if that is the look you like.

try using the, get something under the hood that works first the way you want then make it look pretty rule of thumb.

fatmac 02-08-2017 08:03 AM

Best advice I can give is to ditch *buntu, they change things to suit themselves, & thereby make themselves incompatible with their base distro, which is Debian.

Get yourself a real Debian based distro, it will save you many a problem. :)

Habitual 02-08-2017 08:27 AM

Advice:
Use Software Manager and the version(s) supported in them.
"Latest" ! = "Better". That's a Windows reflex, IMO, sooooo, http://linux.oneandoneis2.org/LNW.htm

Use the "User Guide" in LinuxMint "mintwelcome",
and https://help.ubuntu.com/

Habitual 02-08-2017 08:32 AM

Quote:

Originally Posted by snowpine (Post 5667073)
If you read the Kdenlive download page carefully, you'll see their PPA is intended for Ubuntu 16.04 or newer. That is the equivalent of Mint 18.x.

While there may be educational/historical reasons to use an older release, the vast majority of users such as yourself will be much happier using the current version of Linux Mint. :)

Dependancies that "practically" force you to "comply" with Mint18 in this "release of Kdenlive" is called "Dependancy Hell" and the net result in the end with your kicking and screaming and sucking thumb in the corner,
is upgrade to LM18 and use the repo version or additionally a PPA, but the dependency likely won't be satisfiable any other way.

Free software, Gotta Love it!

daree361 02-08-2017 01:33 PM

Thanks to all who offered suggestions, I'm just gonna update my LinuxMint version and see if it fixes anything, very dumb of me not to check the supported LinuxMint verions, so that's most likely the issue.

Habitual 02-08-2017 01:48 PM

kdenlive is in the 17.x repos.

Code:

sudo apt-get install kdenlive
may also still be in 13 repos.


All times are GMT -5. The time now is 03:48 PM.