Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Getting That Piece of Software to Run on Your L...
Search
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Arash Badie Modiri
March 09, 2012
Technology
1
96
Getting That Piece of Software to Run on Your Linux Device
Where to find a software and how to install it on your Linux Distro (assumed Debian-based)
Arash Badie Modiri
March 09, 2012
Tweet
Share
More Decks by Arash Badie Modiri
See All by Arash Badie Modiri
Directed Percolation in Temporal Networks (CCS 2021)
arashbm
0
180
Reachability estimation in temporal networks
arashbm
1
63
Error and Attack Tolerance in Public Transport Networks: A Temporal Networks Approach
arashbm
2
52
Community detection in Multilayer Networks
arashbm
0
96
History of Subatomic Physics
arashbm
0
98
Nanowires
arashbm
0
160
Filesystem Permissions in Linux/Unix
arashbm
1
99
Using Linux/Unix Shell
arashbm
3
230
Getting Started on Ubuntu
arashbm
2
150
Other Decks in Technology
See All in Technology
フルカイテン株式会社 エンジニア向け採用資料
fullkaiten
0
10k
Devinを導入したら予想外の人たちに好評だった
tomuro
0
870
EMからICへ、二周目人材としてAI全振りのプロダクト開発で見つけた武器
yug1224
3
290
Claude Cowork Plugins を読む - Skills駆動型業務エージェント設計の実像と構造
knishioka
0
250
Agentic Codingの実践とチームで導入するための工夫
lycorptech_jp
PRO
0
400
OpenClawで回す組織運営
jacopen
1
160
Oracle Database@Azure:サービス概要のご紹介
oracle4engineer
PRO
4
1.1k
LY Tableauでの Tableau x AIの実践 (at Tableau Now! - 2026-02-26)
yoshitakaarakawa
0
1.3k
LLM活用の壁を超える:リクルートR&Dの戦略と打ち手
recruitengineers
PRO
1
230
「ヒットする」+「近い」を同時にかなえるスマートサジェストの作り方.pdf
nakasho
0
110
Agentic Software Modernization - Back to the Roots (Zürich Agentic Coding and Architectures, März 2026)
feststelltaste
1
150
Oracle Database@Google Cloud:サービス概要のご紹介
oracle4engineer
PRO
5
1.1k
Featured
See All Featured
State of Search Keynote: SEO is Dead Long Live SEO
ryanjones
0
150
Speed Design
sergeychernyshev
33
1.6k
AI Search: Where Are We & What Can We Do About It?
aleyda
0
7.1k
Product Roadmaps are Hard
iamctodd
PRO
55
12k
ラッコキーワード サービス紹介資料
rakko
1
2.5M
Future Trends and Review - Lecture 12 - Web Technologies (1019888BNR)
signer
PRO
0
3.3k
Agile that works and the tools we love
rasmusluckow
331
21k
How to Talk to Developers About Accessibility
jct
2
140
Producing Creativity
orderedlist
PRO
348
40k
AI in Enterprises - Java and Open Source to the Rescue
ivargrimstad
0
1.2k
技術選定の審美眼(2025年版) / Understanding the Spiral of Technologies 2025 edition
twada
PRO
118
110k
Amusing Abliteration
ianozsvald
0
120
Transcript
Getting That Piece of Software to Run on Your Device
Part Zero: How to Find 'em? Part One: The Package Manager Part Two: Compiling From Source, The Hard Way
Q: Where shall I buy the CD? A: Almost nowhere.
http://shop.sito.ir ۴۴۰۰۰۷۵۱
http://google.com/
Repository software-sources apt-add-repository /etc/apt/sources.list
$ sudo apt-get install XYZ
$ sudo apt-get update $ sudo apt-get upgrade
Bleeding edge? Not available in repos?
.deb Double-click!
Compiling from Source
It says Read Me! So please read it!
Google “Installing XYZ on ubuntu” before compiling froum source!
Take care of dependencies
The Ritual $ ./configure $ make $ sudo make install
None
What's new?
Ubuntu 12.04 Beta 1
RC6 enabled by default for Sandy Bridge
None