Talk:Installation/Ubuntu/Quantal: Difference between revisions

From diaspora* project wiki
No edit summary
No edit summary
 
Line 8: Line 8:


-- [[User:FabioMontefuscolo]]
-- [[User:FabioMontefuscolo]]
: Hey, cool, feel free to add to the page, looks good :) --[[User:Jaywink|Jaywink]] ([[User talk:Jaywink|talk]]) 19:19, 24 February 2014 (UTC)


: Hm, does that apply to Precise and Raring as well? I guess the <code>dist-upgrade</code> part does but what about the package name? --[[User:MrZYX|MrZYX]] ([[User talk:MrZYX|talk]]) 20:38, 24 February 2014 (UTC)
: Hm, does that apply to Precise and Raring as well? I guess the <code>dist-upgrade</code> part does but what about the package name? --[[User:MrZYX|MrZYX]] ([[User talk:MrZYX|talk]]) 20:38, 24 February 2014 (UTC)

Latest revision as of 20:56, 24 February 2014

Install Packages

In Quantal, the command apt-add-repository is available on package software-properties-common. Also, it's not needed to do a dist-upgrade. Just install the curl.

sudo apt-get install software-properties-common
sudo apt-add-repository ppa:jaywink/curldebian
sudo apt-get update && sudo apt-get install curl

-- User:FabioMontefuscolo


Hey, cool, feel free to add to the page, looks good :) --Jaywink (talk) 19:19, 24 February 2014 (UTC)
Hm, does that apply to Precise and Raring as well? I guess the dist-upgrade part does but what about the package name? --MrZYX (talk) 20:38, 24 February 2014 (UTC)