I get the following errors when I try to install the Ubuntu SDK (ubuntu app development kit)

gowtham nanda

I use Ubuntu 12.04.

I followed the steps given here .

1)When I try to execute the first step " sudo add-apt-repository ppa:ubuntu-sdk-team/ppa && sudo apt-get update && sudo apt-get dist- "" I got an error error1

2)When I try to execute the second step " upgrade && sudo apt-get install ubuntu-sdk "" I got an error error2

Robert Schroll

There's only one step:

sudo add-apt-repository ppa:ubuntu-sdk-team/ppa && sudo apt-get update && sudo apt-get dist-upgrade && sudo apt-get install ubuntu-sdk

Well, actually there are four, joined together with the && operator. You could run each step separately, but you can't divide them in the middle of a command, as you did.

The first two steps probably executed correctly and the third isn't strictly necessary. The errors you were getting on the fourth are probably due to the fact that the SDK team PPA is currently broken, as they just announced on the install page.

A day later: The problem with the PPA is apparently fixed. Try refreshing your package list (sudo apt-get update) and running the install step again.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

"Unable to locate package" when I try to install squirrelmail on Ubuntu 18.04

Error when I try to install npm on Ubuntu 17.04

When I try to install Pycharm or Atom through Ubuntu software centre, I get the error: snapd returned status code 400: Bad Request

Install scrapy ERROR - When I try to install scrapy I get the following error that I do not know how to fix it:

I get this error when I try to install

When I try to build app by Android studio , I get the following error that the Gradle tasks connects timeout

i always get these type of errors when ever i try to install any thing

I cannot get to install Ubuntu

Are dependencies installed when I install an app from Ubuntu Software?

Ubuntu SDK cannot install armhf kit

Why I obtain these error messages when I try to install gem bundler on Ubuntu? (Could not create Makefile)

Why I obtain these error messages when I try to install gem bundler on Ubuntu? (Could not create Makefile)

Why I obtain these error messages when I try to install gem bundler on Ubuntu? (Could not create Makefile)

When I try to install a .deb file it takes me to Ubuntu Software Center and doesn't install

I keep getting dependency and "lsb not configured" errors when I try to install any software with apt-get install

Errors when I run Spark in Intellij on Ubuntu

I get multiple errors, when I try to install all modules from a package.json file on my nginx webserver

Errors when I try to compile old Android Native App

wine32:i386 : Depends: libwine:i386 (= 3.0-1ubuntu1) whenever I try to install -anything- and when I try to uninstall wine

"permisson denied" when I install JDK on Ubuntu

Error I get when I try install IDE Anjuta

I get and error when I try to do pip install

Why I get error when I try to install pyaudio?

Desktop is crashing when I try to use any app -Ubuntu 20.04 VM running on VirtualBox

Get errors when I try to set ref in react component with typescript

How do I install the latest development libraries of FFmpeg in my ubuntu?

Why do I get unmet dependencies errors when installing Nvidia 418 drivers on Ubuntu 18.04?

How do I install the Sun/Oracle Java SDK on Ubuntu?

I'm trying to make a simple app in flutter that fetches data from an API. However when I try running the code I get the following error