0
0
0142016-02-17 00:57:11
ubuntu
014, 2016-02-17 00:57:11

Why can't it find a package to install in the connected repository?

I want to install myrulib in Ubuntu 15.10, I do it according to the instructions:

sudo add-apt-repository ppa:lintest/myrulib
sudo apt-get update
sudo apt-get install myrulib

But for some reason the package is not found:
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package myrulib

Answer the question

In order to leave comments, you need to log in

3 answer(s)
E
Egor Tyuvaev, 2016-02-17
@014

Check if there are any errors while executing each of the commands.
An error may have occurred while adding this repository to the source list, or updating the package list.

The repository does not contain packages for Ubuntu 15.10 (wily). You can download the package for previous versions. To do this, either open

/etc/apt/sources.list.d/lintest-ubuntu-myrulib-wily.list
and change wily to vivid, and then update the list of packages and install the required package; or download the package for another version of Ubuntu directly and install with the command
dpkg -i <path to downloaded file>
and install dependencies
sudo apt-get -f install

A
Alex P., 2016-02-17
@Big_Alex

try this...
Installation:
sudo add-apt-repository ppa:lintest/myrulib
sudo apt-get update
sudo apt-get install myrulib-cr
source : help.ubuntu.ru/wiki/myrulib

T
Tremo, 2016-02-17
@tremo0880

try to look from resource help.ubuntu.ru/wiki/myrulib

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question