Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install AllToMP3 on LinuxMint/ulyana #185

Open
Blue0Tech opened this issue Aug 24, 2020 · 7 comments
Open

Cannot install AllToMP3 on LinuxMint/ulyana #185

Blue0Tech opened this issue Aug 24, 2020 · 7 comments

Comments

@Blue0Tech
Copy link

Blue0Tech commented Aug 24, 2020

  • My operating system is: Linux Mint
  • My AllToMP3 version is: (Trying to install latest but unable to)
    I don't think that Linux Mint Ulyana is listed as a supported system, please can you add support?
@Blue0Tech
Copy link
Author

Blue0Tech commented Aug 24, 2020

The following is what prints in my console:

pruthvi@pruthvi:~$ curl -s https://packagecloud.io/install/repositories/AllToMP3/alltomp3/script.deb.sh | sudo bash
[sudo] password for pruthvi:                  
Detected operating system as LinuxMint/ulyana.
Checking for curl...
Detected curl...
Checking for gpg...
Detected gpg...
Running apt-get update... done.
Installing apt-transport-https... done.
Installing /etc/apt/sources.list.d/AllToMP3_alltomp3.list...curl: (22) The requested URL returned error: 404 


Unable to download repo config from: https://packagecloud.io/install/repositories/AllToMP3/alltomp3/config_file.list?os=LinuxMint&dist=ulyana&source=script

This usually happens if your operating system is not supported by 
packagecloud.io, or this script's OS detection failed.

You can override the OS detection by setting os= and dist= prior to running this script.
You can find a list of supported OSes and distributions on our website: https://packagecloud.io/docs#os_distro_version

For example, to force Ubuntu Trusty: os=ubuntu dist=trusty ./script.sh

If you are running a supported OS, please email support@packagecloud.io and report this.
pruthvi@pruthvi:~$

@Blue0Tech
Copy link
Author

Blue0Tech commented Aug 24, 2020

I have tried to manually add repositories for previous versions of linux mint to my sources list and update my apt cache - I added the following lines:

deb https://packagecloud.io/AllToMP3/alltomp3/linuxmint/ tricia main
deb-src https://packagecloud.io/AllToMP3/alltomp3/linuxmint/ tricia main

The following is what prints in my terminal after trying to update my apt cache.

pruthvi@pruthvi:~$ sudo apt update
[sudo] password for pruthvi:                  
Ign:1 http://mirrors.evowise.com/linuxmint/packages ulyana InRelease
Hit:2 http://archive.canonical.com/ubuntu focal InRelease                       
Hit:3 http://download.opensuse.org/repositories/home:/ungoogled_chromium/Ubuntu_Focal  InRelease
Hit:4 http://archive.ubuntu.com/ubuntu focal InRelease                          
Hit:5 http://mirrors.evowise.com/linuxmint/packages ulyana Release              
Hit:6 http://archive.ubuntu.com/ubuntu focal-updates InRelease                  
Hit:7 http://archive.ubuntu.com/ubuntu focal-backports InRelease                
Hit:8 https://repo.steampowered.com/steam stable InRelease                      
Hit:9 http://packages.microsoft.com/repos/vscode stable InRelease               
Hit:10 https://deb.nodesource.com/node_12.x focal InRelease                     
Hit:11 http://security.ubuntu.com/ubuntu focal-security InRelease               
Ign:12 https://packagecloud.io/AllToMP3/alltomp3/linuxmint tricia InRelease
Err:14 https://packagecloud.io/AllToMP3/alltomp3/linuxmint tricia Release
  404  Not Found [IP: 54.215.161.51 443]
Reading package lists... Done
E: The repository 'https://packagecloud.io/AllToMP3/alltomp3/linuxmint tricia Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
pruthvi@pruthvi:~$

@Blue0Tech
Copy link
Author

Update: I tried installing via the deb file in the latest release (0.3.18) but this is what I got:

Screenshot from 2020-08-24 14-58-27

@Xmetalfanx
Copy link

I took a fast look and while I saw a number of DEB files i have noticed some DEBS that were for out of date Debian, or Ubuntu versions that haven't been supported in years ...no need for the dev to update them anymore

as far as this issue goes I saw something for Mint 19.x but not something based on Ubuntu 20.04 (Linux Mint (20) Ulyana's base

I'd be nice to have say this app as a flatpak, AppImage, or snap .. so it could be more distro free so to speak ... it could be installed not only on arch (via the AUR) or Ubuntu/debian but also any distro that supports these formats ... say OpenSuse and fedora ... or solus too

@Xmetalfanx
Copy link

Xmetalfanx commented Sep 23, 2020

downloaded the latest DEB manually and tried to install via gdebi and this is what i get

    ~/Downloads  sudo gdebi AllToMP3_0.3.18_amd64.deb
    Reading package lists... Done
    Building dependency tree        
    Reading state information... Done
    Reading state information... Done
    This package is uninstallable
    Dependency is not satisfiable: python-pathlib

python-pathlib2 (there is no package for what is listed above) IS installed

@ktnlikeasmallcat
Copy link

All I did different was changed pip to pip3 to install pathlib but i'm getting the same errors as y'all.

@ameasere
Copy link

Install python-pathlib from here:
http://archive.ubuntu.com/ubuntu/pool/main/p/python-pathlib/python-pathlib_1.0.1-2_all.deb
It should then allow you to install.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants